public class AgileStatement
extends com.amazon.opendistroforelasticsearch.jdbc.StatementImpl
| 构造器和说明 |
|---|
AgileStatement(ConnectionEnhanceImpl connection,
com.amazon.opendistroforelasticsearch.jdbc.logging.Logger log) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addBatch(String sql) |
void |
clearBatch() |
int[] |
executeBatch() |
int |
executeUpdate(String sql) |
buildResultSet, cancel, checkOpen, clearWarnings, close, closeOnCompletion, closeResultSet, execute, execute, execute, execute, executeQuery, executeQueryRequest, executeQueryX, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isClosedX, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AgileStatement(ConnectionEnhanceImpl connection, com.amazon.opendistroforelasticsearch.jdbc.logging.Logger log)
public int executeUpdate(String sql) throws SQLException
executeUpdate 在接口中 StatementexecuteUpdate 在类中 com.amazon.opendistroforelasticsearch.jdbc.StatementImplSQLExceptionpublic int[] executeBatch()
throws SQLException
executeBatch 在接口中 StatementexecuteBatch 在类中 com.amazon.opendistroforelasticsearch.jdbc.StatementImplSQLExceptionpublic void addBatch(String sql) throws SQLException
addBatch 在接口中 StatementaddBatch 在类中 com.amazon.opendistroforelasticsearch.jdbc.StatementImplSQLExceptionpublic void clearBatch()
clearBatch 在接口中 StatementclearBatch 在类中 com.amazon.opendistroforelasticsearch.jdbc.StatementImplCopyright © 2022. All rights reserved.