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