public class AgilePreparedStatement
extends com.amazon.opendistroforelasticsearch.jdbc.PreparedStatementImpl
| 构造器和说明 |
|---|
AgilePreparedStatement(ConnectionEnhanceImpl connection,
String sql,
com.amazon.opendistroforelasticsearch.jdbc.logging.Logger log) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addBatch(String sql) |
void |
clearBatch() |
int[] |
executeBatch() |
int |
executeUpdate() |
addBatch, clearParameters, execute, executeQuery, executeQueryX, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setParameter, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLbuildResultSet, cancel, checkOpen, clearWarnings, close, closeOnCompletion, closeResultSet, execute, execute, execute, execute, executeQuery, executeQueryRequest, executeQueryX, executeUpdate, 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, waitexecuteLargeUpdate, setObject, setObjectcancel, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrappublic AgilePreparedStatement(ConnectionEnhanceImpl connection, String sql, com.amazon.opendistroforelasticsearch.jdbc.logging.Logger log) throws SQLException
SQLExceptionpublic int executeUpdate()
throws SQLException
executeUpdate 在接口中 PreparedStatementexecuteUpdate 在类中 com.amazon.opendistroforelasticsearch.jdbc.PreparedStatementImplSQLExceptionpublic 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.