
public class WrappedStatementJDK8 extends WrappedStatement
defaultFetchSize, doLocking, jndiName, spy, spyLogger, spyLoggingCategorybundleCLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
WrappedStatementJDK8(WrappedConnectionJDK8 lc,
Statement s,
boolean spy,
String jndiName,
boolean doLocking)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
long[] |
executeLargeBatch() |
long |
executeLargeUpdate(String sql) |
long |
executeLargeUpdate(String sql,
int autoGeneratedKeys) |
long |
executeLargeUpdate(String sql,
int[] columnIndexes) |
long |
executeLargeUpdate(String sql,
String[] columnNames) |
long |
getLargeMaxRows() |
long |
getLargeUpdateCount() |
void |
setLargeMaxRows(long max) |
protected WrappedResultSet |
wrapResultSet(ResultSet resultSet,
boolean spy,
String jndiName,
boolean doLocking)
Wrap ResultSet
|
addBatch, cancel, checkConfiguredQueryTimeout, checkException, checkState, checkTransaction, checkTransactionActive, clearBatch, clearWarnings, close, closeOnCompletion, closeResultSets, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUnderlyingStatement, getUpdateCount, getWarnings, getWrappedObject, internalClose, isClosed, isCloseOnCompletion, isPoolable, lock, registerResultSet, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unlock, unregisterResultSetisWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWrapperFor, unwrappublic WrappedStatementJDK8(WrappedConnectionJDK8 lc, Statement s, boolean spy, String jndiName, boolean doLocking)
lc - The connections - The statementspy - The spy valuejndiName - The jndi namedoLocking - Do lockingprotected WrappedResultSet wrapResultSet(ResultSet resultSet, boolean spy, String jndiName, boolean doLocking)
wrapResultSet in class WrappedStatementresultSet - The ResultSetspy - The spy valuejndiName - The jndi namedoLocking - Do lockingpublic long getLargeUpdateCount()
throws SQLException
SQLExceptionpublic void setLargeMaxRows(long max)
throws SQLException
SQLExceptionpublic long getLargeMaxRows()
throws SQLException
SQLExceptionpublic long[] executeLargeBatch()
throws SQLException
SQLExceptionpublic long executeLargeUpdate(String sql) throws SQLException
SQLExceptionpublic long executeLargeUpdate(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionpublic long executeLargeUpdate(String sql, int[] columnIndexes) throws SQLException
SQLExceptionpublic long executeLargeUpdate(String sql, String[] columnNames) throws SQLException
SQLExceptionCopyright © 2014 IronJacamar (http://www.ironjacamar.org)