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