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