Package org.hibernate.sql.exec.spi
Interface JdbcParameterBinder
- All Known Subinterfaces:
Literal
- All Known Implementing Classes:
AbstractJdbcParameter
,ColumnValueParameter
,FilterJdbcParameter
,JdbcLiteral
,JdbcParameterImpl
,QueryLiteral
,SqlTypedMappingJdbcParameter
,UnparsedNumericLiteral
,VersionTypeSeedParameterSpecification
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
-