Class CountingDataSource.CountingConnection.CountingStatement
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection.DelegatingStatement
- 
- com.inductiveautomation.ignition.gateway.localdb.CountingDataSource.CountingConnection.CountingStatement
 
 
- 
- All Implemented Interfaces:
- java.lang.AutoCloseable,- java.sql.Statement,- java.sql.Wrapper
 - Enclosing class:
- CountingDataSource.CountingConnection
 
 protected class CountingDataSource.CountingConnection.CountingStatement extends DelegatingDataSource.DelegatingConnection.DelegatingStatement 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection.DelegatingStatementdelegateStatement
 
- 
 - 
Constructor SummaryConstructors Constructor Description CountingStatement(java.sql.Statement stmt)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonExecute(java.lang.String sql, boolean ret)voidonExecuteUpdate(java.lang.String sql, int affected)- 
Methods inherited from class com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection.DelegatingStatementaddBatch, 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
 
- 
 
- 
- 
- 
Method Detail- 
onExecuteUpdatepublic void onExecuteUpdate(java.lang.String sql, int affected)- Overrides:
- onExecuteUpdatein class- DelegatingDataSource.DelegatingConnection.DelegatingStatement
 
 - 
onExecuteprotected void onExecute(java.lang.String sql, boolean ret)- Overrides:
- onExecutein class- DelegatingDataSource.DelegatingConnection.DelegatingStatement
 
 
- 
 
-