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 Summary
Nested Classes Modifier and Type Class Description protected class
CountingDataSource.CountingConnection.CountingPreparedStatement
protected class
CountingDataSource.CountingConnection.CountingStatement
-
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection
DelegatingDataSource.DelegatingConnection.DelegatingPreparedStatement, DelegatingDataSource.DelegatingConnection.DelegatingStatement
-
-
Field Summary
-
Fields inherited from class com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection
delegateConnection
-
-
Constructor Summary
Constructors Constructor Description CountingConnection(java.sql.Connection delegateConnection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.sql.PreparedStatement
wrap(java.sql.PreparedStatement stmt)
protected java.sql.Statement
wrap(java.sql.Statement stmt)
-
Methods inherited from class com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection
abort, 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
-
wrap
protected java.sql.PreparedStatement wrap(java.sql.PreparedStatement stmt)
- Overrides:
wrap
in classDelegatingDataSource.DelegatingConnection
-
wrap
protected java.sql.Statement wrap(java.sql.Statement stmt)
- Overrides:
wrap
in classDelegatingDataSource.DelegatingConnection
-
-