Package org.hotrod.dynamicsql.parameters
Class ParameterNotNullableOccurrence
- java.lang.Object
-
- org.hotrod.dynamicsql.parameters.ParameterOccurrence
-
- org.hotrod.dynamicsql.parameters.ParameterNotNullableOccurrence
-
public class ParameterNotNullableOccurrence extends ParameterOccurrence
-
-
Field Summary
-
Fields inherited from class org.hotrod.dynamicsql.parameters.ParameterOccurrence
converter, value
-
-
Constructor Summary
Constructors Constructor Description ParameterNotNullableOccurrence(String name, 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)-
Methods inherited from class org.hotrod.dynamicsql.parameters.ParameterOccurrence
getName, getValue
-
-
-
-
Constructor Detail
-
ParameterNotNullableOccurrence
public ParameterNotNullableOccurrence(String name, Integer index, Object value, TypeConverter<?,?> converter)
-
-
Method Detail
-
applyTo
public void applyTo(PreparedStatement ps, int ordinal, Connection conn) throws SQLException
- Specified by:
applyToin classParameterOccurrence- Throws:
SQLException
-
-