Package org.hibernate.sql.exec.spi
Interface JdbcParameterBinder
- All Known Subinterfaces:
Literal
- All Known Implementing Classes:
org.hibernate.sql.exec.internal.AbstractJdbcParameter
,ColumnValueParameter
,JdbcLiteral
,QueryLiteral
,UnparsedNumericLiteral
public interface JdbcParameterBinder
Performs parameter value binding to a JDBC PreparedStatement.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
bindParameterValue
(PreparedStatement statement, int startPosition, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext) Bind the appropriate value in the JDBC statement
-
Field Details
-
NOOP
-
-
Method Details
-
bindParameterValue
void bindParameterValue(PreparedStatement statement, int startPosition, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext) throws SQLException Bind the appropriate value in the JDBC statement- Throws:
SQLException
-