Class DelegatingDataSource.DelegatingConnection.DelegatingStatement
java.lang.Object
com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource.DelegatingConnection.DelegatingStatement
- All Implemented Interfaces:
- AutoCloseable,- Statement,- Wrapper
- Direct Known Subclasses:
- CountingDataSource.CountingConnection.CountingStatement,- DelegatingDataSource.DelegatingConnection.DelegatingPreparedStatement
- Enclosing class:
- DelegatingDataSource.DelegatingConnection
- 
Field SummaryFieldsFields inherited from interface java.sql.StatementCLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidcancel()voidvoidvoidclose()voidbooleanbooleanbooleanbooleanint[]executeQuery(String sql) intexecuteUpdate(String sql) intexecuteUpdate(String sql, int autoGeneratedKeys) intexecuteUpdate(String sql, int[] columnIndexes) intexecuteUpdate(String sql, String[] columnNames) intintintintbooleanbooleangetMoreResults(int current) intintintintintbooleanisClosed()booleanbooleanbooleanisWrapperFor(Class<?> iface) protected voidprotected voidonExecuteQuery(String sql) voidonExecuteUpdate(String sql, int affected) voidsetCursorName(String name) voidsetEscapeProcessing(boolean enable) voidsetFetchDirection(int direction) voidsetFetchSize(int rows) voidsetMaxFieldSize(int max) voidsetMaxRows(int max) voidsetPoolable(boolean poolable) voidsetQueryTimeout(int seconds) <T> TMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.sql.StatementenquoteIdentifier, enquoteLiteral, enquoteNCharLiteral, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, isSimpleIdentifier, setLargeMaxRows
- 
Field Details- 
delegateStatement
 
- 
- 
Constructor Details- 
DelegatingStatement
 
- 
- 
Method Details- 
addBatch- Specified by:
- addBatchin interface- Statement
- Throws:
- SQLException
 
- 
cancel- Specified by:
- cancelin interface- Statement
- Throws:
- SQLException
 
- 
clearBatch- Specified by:
- clearBatchin interface- Statement
- Throws:
- SQLException
 
- 
clearWarnings- Specified by:
- clearWarningsin interface- Statement
- Throws:
- SQLException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Statement
- Throws:
- SQLException
 
- 
execute- Specified by:
- executein interface- Statement
- Throws:
- SQLException
 
- 
execute- Specified by:
- executein interface- Statement
- Throws:
- SQLException
 
- 
execute- Specified by:
- executein interface- Statement
- Throws:
- SQLException
 
- 
execute- Specified by:
- executein interface- Statement
- Throws:
- SQLException
 
- 
onExecute
- 
executeBatch- Specified by:
- executeBatchin interface- Statement
- Throws:
- SQLException
 
- 
executeQuery- Specified by:
- executeQueryin interface- Statement
- Throws:
- SQLException
 
- 
onExecuteQuery
- 
executeUpdate- Specified by:
- executeUpdatein interface- Statement
- Throws:
- SQLException
 
- 
executeUpdate- Specified by:
- executeUpdatein interface- Statement
- Throws:
- SQLException
 
- 
executeUpdate- Specified by:
- executeUpdatein interface- Statement
- Throws:
- SQLException
 
- 
executeUpdate- Specified by:
- executeUpdatein interface- Statement
- Throws:
- SQLException
 
- 
onExecuteUpdate
- 
getConnection- Specified by:
- getConnectionin interface- Statement
- Throws:
- SQLException
 
- 
getFetchDirection- Specified by:
- getFetchDirectionin interface- Statement
- Throws:
- SQLException
 
- 
setFetchDirection- Specified by:
- setFetchDirectionin interface- Statement
- Throws:
- SQLException
 
- 
getFetchSize- Specified by:
- getFetchSizein interface- Statement
- Throws:
- SQLException
 
- 
setFetchSize- Specified by:
- setFetchSizein interface- Statement
- Throws:
- SQLException
 
- 
getGeneratedKeys- Specified by:
- getGeneratedKeysin interface- Statement
- Throws:
- SQLException
 
- 
getMaxFieldSize- Specified by:
- getMaxFieldSizein interface- Statement
- Throws:
- SQLException
 
- 
setMaxFieldSize- Specified by:
- setMaxFieldSizein interface- Statement
- Throws:
- SQLException
 
- 
getMaxRows- Specified by:
- getMaxRowsin interface- Statement
- Throws:
- SQLException
 
- 
setMaxRows- Specified by:
- setMaxRowsin interface- Statement
- Throws:
- SQLException
 
- 
getMoreResults- Specified by:
- getMoreResultsin interface- Statement
- Throws:
- SQLException
 
- 
getMoreResults- Specified by:
- getMoreResultsin interface- Statement
- Throws:
- SQLException
 
- 
getQueryTimeout- Specified by:
- getQueryTimeoutin interface- Statement
- Throws:
- SQLException
 
- 
setQueryTimeout- Specified by:
- setQueryTimeoutin interface- Statement
- Throws:
- SQLException
 
- 
getResultSet- Specified by:
- getResultSetin interface- Statement
- Throws:
- SQLException
 
- 
getResultSetConcurrency- Specified by:
- getResultSetConcurrencyin interface- Statement
- Throws:
- SQLException
 
- 
getResultSetHoldability- Specified by:
- getResultSetHoldabilityin interface- Statement
- Throws:
- SQLException
 
- 
getResultSetType- Specified by:
- getResultSetTypein interface- Statement
- Throws:
- SQLException
 
- 
getUpdateCount- Specified by:
- getUpdateCountin interface- Statement
- Throws:
- SQLException
 
- 
getWarnings- Specified by:
- getWarningsin interface- Statement
- Throws:
- SQLException
 
- 
isClosed- Specified by:
- isClosedin interface- Statement
- Throws:
- SQLException
 
- 
isPoolable- Specified by:
- isPoolablein interface- Statement
- Throws:
- SQLException
 
- 
setPoolable- Specified by:
- setPoolablein interface- Statement
- Throws:
- SQLException
 
- 
isWrapperFor- Specified by:
- isWrapperForin interface- Wrapper
- Throws:
- SQLException
 
- 
setCursorName- Specified by:
- setCursorNamein interface- Statement
- Throws:
- SQLException
 
- 
setEscapeProcessing- Specified by:
- setEscapeProcessingin interface- Statement
- Throws:
- SQLException
 
- 
unwrap- Specified by:
- unwrapin interface- Wrapper
- Throws:
- SQLException
 
- 
closeOnCompletion- Specified by:
- closeOnCompletionin interface- Statement
- Throws:
- SQLException
 
- 
isCloseOnCompletion- Specified by:
- isCloseOnCompletionin interface- Statement
- Throws:
- SQLException
 
 
-