protected class CountingDataSource.CountingConnection.CountingStatement extends DelegatingDataSource.DelegatingConnection.DelegatingStatement
delegateStatement
Constructor and Description |
---|
CountingStatement(java.sql.Statement stmt) |
Modifier and Type | Method and Description |
---|---|
protected void |
onExecute(java.lang.String sql,
boolean ret) |
void |
onExecuteUpdate(java.lang.String sql,
int affected) |
addBatch, 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, unwrap
public void onExecuteUpdate(java.lang.String sql, int affected)
onExecuteUpdate
in class DelegatingDataSource.DelegatingConnection.DelegatingStatement
protected void onExecute(java.lang.String sql, boolean ret)
onExecute
in class DelegatingDataSource.DelegatingConnection.DelegatingStatement