Class CountingDataSource.CountingConnection.CountingPreparedStatement
java.lang.Object
com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection.DelegatingStatement
com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection.DelegatingPreparedStatement
com.inductiveautomation.ignition.gateway.localdb.CountingDataSource.CountingConnection.CountingPreparedStatement
- All Implemented Interfaces:
AutoCloseable
,PreparedStatement
,Statement
,Wrapper
- Enclosing class:
- CountingDataSource.CountingConnection
protected class CountingDataSource.CountingConnection.CountingPreparedStatement
extends DelegatingDataSource.DelegatingConnection.DelegatingPreparedStatement
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection.DelegatingStatement
delegateStatement
Fields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
onExecutePrepared
(boolean ret) protected void
onExecutePreparedUpdate
(int affected) void
onExecuteUpdate
(String sql, int affected) Methods inherited from class com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection.DelegatingPreparedStatement
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, onExecutePreparedQuery, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.sql.PreparedStatement
executeLargeUpdate, setObject, setObject
Methods inherited from interface java.sql.Statement
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, enquoteIdentifier, enquoteLiteral, enquoteNCharLiteral, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isSimpleIdentifier, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
CountingPreparedStatement
-
-
Method Details
-
onExecuteUpdate
- Overrides:
onExecuteUpdate
in classDelegatingDataSource.DelegatingConnection.DelegatingStatement
-
onExecute
- Overrides:
onExecute
in classDelegatingDataSource.DelegatingConnection.DelegatingStatement
-
onExecutePreparedUpdate
protected void onExecutePreparedUpdate(int affected) -
onExecutePrepared
protected void onExecutePrepared(boolean ret)
-