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