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