public class WrappedStatementJDK8 extends WrappedStatement
defaultFetchSize, doLocking, jndiName, spy, spyLogger, spyLoggingCategorybundle| Constructor and Description |
|---|
WrappedStatementJDK8(WrappedConnectionJDK8 lc,
java.sql.Statement s,
boolean spy,
java.lang.String jndiName,
boolean doLocking)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
long[] |
executeLargeBatch() |
long |
executeLargeUpdate(java.lang.String sql) |
long |
executeLargeUpdate(java.lang.String sql,
int autoGeneratedKeys) |
long |
executeLargeUpdate(java.lang.String sql,
int[] columnIndexes) |
long |
executeLargeUpdate(java.lang.String sql,
java.lang.String[] columnNames) |
long |
getLargeMaxRows() |
long |
getLargeUpdateCount() |
void |
setLargeMaxRows(long max) |
protected WrappedResultSet |
wrapResultSet(java.sql.ResultSet resultSet,
boolean spy,
java.lang.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, unwrappublic WrappedStatementJDK8(WrappedConnectionJDK8 lc, java.sql.Statement s, boolean spy, java.lang.String jndiName, boolean doLocking)
lc - The connections - The statementspy - The spy valuejndiName - The jndi namedoLocking - Do lockingprotected WrappedResultSet wrapResultSet(java.sql.ResultSet resultSet, boolean spy, java.lang.String jndiName, boolean doLocking)
wrapResultSet in class WrappedStatementresultSet - The ResultSetspy - The spy valuejndiName - The jndi namedoLocking - Do lockingpublic long getLargeUpdateCount()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setLargeMaxRows(long max)
throws java.sql.SQLException
java.sql.SQLExceptionpublic long getLargeMaxRows()
throws java.sql.SQLException
java.sql.SQLExceptionpublic long[] executeLargeBatch()
throws java.sql.SQLException
java.sql.SQLExceptionpublic long executeLargeUpdate(java.lang.String sql)
throws java.sql.SQLException
java.sql.SQLExceptionpublic long executeLargeUpdate(java.lang.String sql,
int autoGeneratedKeys)
throws java.sql.SQLException
java.sql.SQLExceptionpublic long executeLargeUpdate(java.lang.String sql,
int[] columnIndexes)
throws java.sql.SQLException
java.sql.SQLExceptionpublic long executeLargeUpdate(java.lang.String sql,
java.lang.String[] columnNames)
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2014 IronJacamar (http://www.ironjacamar.org)