public interface ExecuteCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(String sql,
Statement statement)
Execute.
|
boolean execute(String sql, Statement statement) throws SQLException
sql - SQL to be executedstatement - JDBC statementSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.