Class CountingDataSource.CountingConnection
java.lang.Object
com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection
com.inductiveautomation.ignition.gateway.localdb.CountingDataSource.CountingConnection
- All Implemented Interfaces:
- AutoCloseable,- Connection,- Wrapper
- Enclosing class:
- CountingDataSource
protected class CountingDataSource.CountingConnection
extends DelegatingDataSource.DelegatingConnection
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected classprotected classNested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnectionDelegatingDataSource.DelegatingConnection.DelegatingPreparedStatement, DelegatingDataSource.DelegatingConnection.DelegatingStatement
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnectiondelegateConnectionFields inherited from interface java.sql.ConnectionTRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected PreparedStatementwrap(PreparedStatement stmt) protected StatementMethods 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, unwrapMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.sql.ConnectionbeginRequest, endRequest, setShardingKey, setShardingKey, setShardingKeyIfValid, setShardingKeyIfValid
- 
Constructor Details- 
CountingConnection
 
- 
- 
Method Details- 
wrap- Overrides:
- wrapin class- DelegatingDataSource.DelegatingConnection
 
- 
wrap- Overrides:
- wrapin class- DelegatingDataSource.DelegatingConnection
 
 
-