Class CountingDataSource.CountingConnection
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection
- 
- com.inductiveautomation.ignition.gateway.localdb.CountingDataSource.CountingConnection
 
 
- 
- All Implemented Interfaces:
- java.lang.AutoCloseable,- java.sql.Connection,- java.sql.Wrapper
 - Enclosing class:
- CountingDataSource
 
 protected class CountingDataSource.CountingConnection extends DelegatingDataSource.DelegatingConnection 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description protected classCountingDataSource.CountingConnection.CountingPreparedStatementprotected classCountingDataSource.CountingConnection.CountingStatement- 
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnectionDelegatingDataSource.DelegatingConnection.DelegatingPreparedStatement, DelegatingDataSource.DelegatingConnection.DelegatingStatement
 
- 
 - 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnectiondelegateConnection
 
- 
 - 
Constructor SummaryConstructors Constructor Description CountingConnection(java.sql.Connection delegateConnection)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.sql.PreparedStatementwrap(java.sql.PreparedStatement stmt)protected java.sql.Statementwrap(java.sql.Statement stmt)- 
Methods inherited from class com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnectionabort, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, isWrapperFor, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap, unwrap
 
- 
 
- 
- 
- 
Method Detail- 
wrapprotected java.sql.PreparedStatement wrap(java.sql.PreparedStatement stmt) - Overrides:
- wrapin class- DelegatingDataSource.DelegatingConnection
 
 - 
wrapprotected java.sql.Statement wrap(java.sql.Statement stmt) - Overrides:
- wrapin class- DelegatingDataSource.DelegatingConnection
 
 
- 
 
-