protected class CountingDataSource.CountingConnection.CountingPreparedStatement extends DelegatingDataSource.DelegatingConnection.DelegatingPreparedStatement
delegateStatement| Constructor and Description |
|---|
CountingPreparedStatement(java.sql.PreparedStatement stmt) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onExecute(java.lang.String sql,
boolean ret) |
protected void |
onExecutePrepared(boolean ret) |
protected void |
onExecutePreparedUpdate(int affected) |
void |
onExecuteUpdate(java.lang.String sql,
int affected) |
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, onExecutePreparedQuery, 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, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, onExecuteQuery, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteLargeUpdate, setObject, setObjectaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, 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, setQueryTimeoutpublic CountingPreparedStatement(java.sql.PreparedStatement stmt)
public void onExecuteUpdate(java.lang.String sql,
int affected)
onExecuteUpdate in class DelegatingDataSource.DelegatingConnection.DelegatingStatementprotected void onExecute(java.lang.String sql,
boolean ret)
onExecute in class DelegatingDataSource.DelegatingConnection.DelegatingStatementprotected void onExecutePreparedUpdate(int affected)
protected void onExecutePrepared(boolean ret)