Package org.hibernate.sql.exec.spi
Interface JdbcSelectExecutor.StatementCreator
- All Known Implementing Classes:
StandardStatementCreator
- Enclosing interface:
- JdbcSelectExecutor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 6.6
-
Method Summary
-
Method Details
-
createStatement
PreparedStatement createStatement(ExecutionContext executionContext, String sql) throws SQLException - Throws:
SQLException
-