@FunctionalInterface public static interface JdbcConnection.StatementFactory
Modifier and Type | Method and Description |
---|---|
Statement |
createStatement(Connection connection)
Use the given connection to create a statement.
|
Statement createStatement(Connection connection) throws SQLException
connection
- the JDBC connection; never nullSQLException
- if there are problems creating a statementCopyright © 2017 JBoss by Red Hat. All rights reserved.