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.DelegatingStatement
delegateStatement
-
-
Constructor Summary
Constructors Constructor Description CountingStatement(java.sql.Statement stmt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
onExecute(java.lang.String sql, boolean ret)
void
onExecuteUpdate(java.lang.String sql, int affected)
-
Methods inherited from class com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection.DelegatingStatement
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
-
-
-
-
Method Detail
-
onExecuteUpdate
public void onExecuteUpdate(java.lang.String sql, int affected)
- Overrides:
onExecuteUpdate
in classDelegatingDataSource.DelegatingConnection.DelegatingStatement
-
onExecute
protected void onExecute(java.lang.String sql, boolean ret)
- Overrides:
onExecute
in classDelegatingDataSource.DelegatingConnection.DelegatingStatement
-
-