public interface ExecuteUpdateCallback
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2021 The Apache Software Foundation. All rights reserved.