Package org.opencms.db
Class CmsPreparedStatementStringParameter
java.lang.Object
org.opencms.db.CmsPreparedStatementStringParameter
- All Implemented Interfaces:
I_CmsPreparedStatementParameter
public class CmsPreparedStatementStringParameter
extends Object
implements I_CmsPreparedStatementParameter
A prepared statement parameter of type 'string'.
- Since:
- 8.0.0
-
Constructor Summary
ConstructorDescriptionConstructs a new prepared statement parameter with a value of type 'string'. -
Method Summary
Modifier and TypeMethodDescriptionvoid
insertIntoStatement
(PreparedStatement stmt, int index) Implementations of this interface should set the index-th parameter of the prepared statement.
-
Constructor Details
-
CmsPreparedStatementStringParameter
Constructs a new prepared statement parameter with a value of type 'string'.- Parameters:
param
- the string value
-
-
Method Details
-
insertIntoStatement
Description copied from interface:I_CmsPreparedStatementParameter
Implementations of this interface should set the index-th parameter of the prepared statement.- Specified by:
insertIntoStatement
in interfaceI_CmsPreparedStatementParameter
- Parameters:
stmt
- the prepared statement in which to set the value of a bind variableindex
- the index of a bind variable- Throws:
SQLException
- if something goes wrong- See Also:
-