@FunctionalInterface public static interface JdbcConnection.Operations
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Statement statement)
Apply a series of operations against the given JDBC statement.
|
void apply(Statement statement) throws SQLException
statement - the JDBC statement to use to execute one or more operationsSQLException - if there is an error connecting to the database or executing the statementsCopyright © 2018 JBoss by Red Hat. All rights reserved.