Class SQLStatementParameter


  • public class SQLStatementParameter
    extends Object
    Representation of an SQLStatement parameter.
    • Constructor Detail

      • SQLStatementParameter

        public SQLStatementParameter​(String name,
                                     JavaTypeMapping mapping,
                                     Object value,
                                     int columnNumber)
        Constructor for a parameter using the mapping where there are multiple columns and we are representing a particular column here.
        Parameters:
        name - Name of the parameter
        mapping - Mapping for the parameter
        value - The value of the parameter
        columnNumber - NUmber of the column for the mapping