Package org.hotrod.dynamicsql.parameters
Class ParameterNullableInstance
- java.lang.Object
-
- org.hotrod.dynamicsql.parameters.ParameterInstance
-
- org.hotrod.dynamicsql.parameters.ParameterNullableInstance
-
public class ParameterNullableInstance extends ParameterInstance
-
-
Field Summary
-
Fields inherited from class org.hotrod.dynamicsql.parameters.ParameterInstance
value
-
-
Constructor Summary
Constructors Constructor Description ParameterNullableInstance(int sqlType, String originalParameterName, Integer index, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTo(PreparedStatement ps, int ordinal)intgetSQLType()-
Methods inherited from class org.hotrod.dynamicsql.parameters.ParameterInstance
getCounterAndIncrement, getName, getValue
-
-
-
-
Method Detail
-
getSQLType
public int getSQLType()
-
applyTo
public void applyTo(PreparedStatement ps, int ordinal) throws SQLException
- Specified by:
applyToin classParameterInstance- Throws:
SQLException
-
-