public class AgileStatement extends BaseStatement
closed, generatedKeys, resultSet| 构造器和说明 |
|---|
AgileStatement(ConnectionEnhanceImpl connection) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addBatch(String sql) |
protected void |
checkOpen() |
void |
clearBatch() |
boolean |
execute(String sql) |
int[] |
executeBatch() |
ResultSet |
executeQuery(String sql) |
int |
executeUpdate(String sql) |
List<com.alibaba.druid.sql.ast.SQLStatement> |
getBatch() |
cancel, clearWarnings, close, closeOnCompletion, execute, execute, execute, executeUpdate, executeUpdate, executeUpdate, getConnection, getCursorName, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isEscapeProcessing, isPoolable, isWrapperFor, setConnection, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setGeneratedKeys, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, setResultSet, setResultSetConcurrency, setResultSetHoldability, setResultSetType, setUpdateCount, setWarning, setWarnings, unwrappublic AgileStatement(ConnectionEnhanceImpl connection)
public List<com.alibaba.druid.sql.ast.SQLStatement> getBatch()
public int executeUpdate(String sql) throws SQLException
executeUpdate 在接口中 StatementexecuteUpdate 在类中 BaseStatementSQLExceptionpublic boolean execute(String sql) throws SQLException
execute 在接口中 Statementexecute 在类中 BaseStatementSQLExceptionpublic ResultSet executeQuery(String sql) throws SQLException
executeQuery 在接口中 StatementexecuteQuery 在类中 BaseStatementSQLExceptionpublic int[] executeBatch()
throws SQLException
executeBatch 在接口中 StatementexecuteBatch 在类中 BaseStatementSQLExceptionpublic void addBatch(String sql) throws SQLException
addBatch 在接口中 StatementaddBatch 在类中 BaseStatementSQLExceptionpublic void clearBatch()
clearBatch 在接口中 StatementclearBatch 在类中 BaseStatementprotected void checkOpen()
throws SQLException
checkOpen 在类中 BaseStatementSQLExceptionCopyright © 2022. All rights reserved.