クラス StatementWrapper
java.lang.Object
org.iplass.mtp.impl.rdb.connection.StatementWrapper
- すべての実装されたインタフェース:
AutoCloseable,Statement,Wrapper
- 直系の既知のサブクラス:
PreparedStatementWrapper
-
フィールドの概要
フィールド修飾子とタイプフィールド説明protected AdditionalWarnLogInfoprotected booleanprotected AtomicIntegerprotected booleanprotected intインタフェースから継承されたフィールド java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO -
コンストラクタの概要
コンストラクタコンストラクタ説明StatementWrapper(Statement wrapped, ConnectionWrapper con, int warnLogThreshold, boolean warnLogBefore, boolean countSqlExecution) -
メソッドの概要
修飾子とタイプメソッド説明final voidfinal voidcancel()final voidfinal voidfinal voidclose()voidfinal booleanfinal booleanfinal booleanfinal booleanint[]final ResultSetexecuteQuery(String sql) final intexecuteUpdate(String sql) final intexecuteUpdate(String sql, int autoGeneratedKeys) final intexecuteUpdate(String sql, int[] columnIndexes) final intexecuteUpdate(String sql, String[] columnNames) final Connectionfinal intfinal intfinal ResultSetfinal intfinal intfinal booleanfinal booleangetMoreResults(int current) final intfinal ResultSetfinal intfinal intfinal intfinal intfinal SQLWarningfinal booleanisClosed()booleanfinal booleanfinal booleanisWrapperFor(Class<?> iface) voidsetAdditionalWarnLogInfo(AdditionalWarnLogInfo additionalWarnLogInfo) final voidsetCursorName(String name) final voidsetEscapeProcessing(boolean enable) final voidsetFetchDirection(int direction) final voidsetFetchSize(int rows) final voidsetMaxFieldSize(int max) final voidsetMaxRows(int max) final voidsetPoolable(boolean poolable) final voidsetQueryTimeout(int seconds) final <T> T
-
フィールド詳細
-
warnLogThreshold
protected int warnLogThreshold -
warnLogBefore
protected boolean warnLogBefore -
countSqlExecution
protected boolean countSqlExecution -
additionalWarnLogInfo
-
sqlCount
-
-
コンストラクタの詳細
-
StatementWrapper
StatementWrapper(Statement wrapped, ConnectionWrapper con, int warnLogThreshold, boolean warnLogBefore, boolean countSqlExecution)
-
-
メソッドの詳細
-
getAdditionalWarnLogInfo
-
setAdditionalWarnLogInfo
-
addBatch
- 定義:
addBatchインタフェース内Statement- 例外:
SQLException
-
cancel
- 定義:
cancelインタフェース内Statement- 例外:
SQLException
-
clearBatch
- 定義:
clearBatchインタフェース内Statement- 例外:
SQLException
-
clearWarnings
- 定義:
clearWarningsインタフェース内Statement- 例外:
SQLException
-
close
- 定義:
closeインタフェース内AutoCloseable- 定義:
closeインタフェース内Statement- 例外:
SQLException
-
execute
- 定義:
executeインタフェース内Statement- 例外:
SQLException
-
execute
- 定義:
executeインタフェース内Statement- 例外:
SQLException
-
execute
- 定義:
executeインタフェース内Statement- 例外:
SQLException
-
execute
- 定義:
executeインタフェース内Statement- 例外:
SQLException
-
executeBatch
- 定義:
executeBatchインタフェース内Statement- 例外:
SQLException
-
executeQuery
- 定義:
executeQueryインタフェース内Statement- 例外:
SQLException
-
executeUpdate
- 定義:
executeUpdateインタフェース内Statement- 例外:
SQLException
-
executeUpdate
- 定義:
executeUpdateインタフェース内Statement- 例外:
SQLException
-
executeUpdate
- 定義:
executeUpdateインタフェース内Statement- 例外:
SQLException
-
executeUpdate
- 定義:
executeUpdateインタフェース内Statement- 例外:
SQLException
-
getConnection
- 定義:
getConnectionインタフェース内Statement- 例外:
SQLException
-
getFetchDirection
- 定義:
getFetchDirectionインタフェース内Statement- 例外:
SQLException
-
getFetchSize
- 定義:
getFetchSizeインタフェース内Statement- 例外:
SQLException
-
getGeneratedKeys
- 定義:
getGeneratedKeysインタフェース内Statement- 例外:
SQLException
-
getMaxFieldSize
- 定義:
getMaxFieldSizeインタフェース内Statement- 例外:
SQLException
-
getMaxRows
- 定義:
getMaxRowsインタフェース内Statement- 例外:
SQLException
-
getMoreResults
- 定義:
getMoreResultsインタフェース内Statement- 例外:
SQLException
-
getMoreResults
- 定義:
getMoreResultsインタフェース内Statement- 例外:
SQLException
-
getQueryTimeout
- 定義:
getQueryTimeoutインタフェース内Statement- 例外:
SQLException
-
getResultSet
- 定義:
getResultSetインタフェース内Statement- 例外:
SQLException
-
getResultSetConcurrency
- 定義:
getResultSetConcurrencyインタフェース内Statement- 例外:
SQLException
-
getResultSetHoldability
- 定義:
getResultSetHoldabilityインタフェース内Statement- 例外:
SQLException
-
getResultSetType
- 定義:
getResultSetTypeインタフェース内Statement- 例外:
SQLException
-
getUpdateCount
- 定義:
getUpdateCountインタフェース内Statement- 例外:
SQLException
-
getWarnings
- 定義:
getWarningsインタフェース内Statement- 例外:
SQLException
-
isClosed
- 定義:
isClosedインタフェース内Statement- 例外:
SQLException
-
isPoolable
- 定義:
isPoolableインタフェース内Statement- 例外:
SQLException
-
isWrapperFor
- 定義:
isWrapperForインタフェース内Wrapper- 例外:
SQLException
-
setCursorName
- 定義:
setCursorNameインタフェース内Statement- 例外:
SQLException
-
setEscapeProcessing
- 定義:
setEscapeProcessingインタフェース内Statement- 例外:
SQLException
-
setFetchDirection
- 定義:
setFetchDirectionインタフェース内Statement- 例外:
SQLException
-
setFetchSize
- 定義:
setFetchSizeインタフェース内Statement- 例外:
SQLException
-
setMaxFieldSize
- 定義:
setMaxFieldSizeインタフェース内Statement- 例外:
SQLException
-
setMaxRows
- 定義:
setMaxRowsインタフェース内Statement- 例外:
SQLException
-
setPoolable
- 定義:
setPoolableインタフェース内Statement- 例外:
SQLException
-
setQueryTimeout
- 定義:
setQueryTimeoutインタフェース内Statement- 例外:
SQLException
-
unwrap
- 定義:
unwrapインタフェース内Wrapper- 例外:
SQLException
-
closeOnCompletion
- 定義:
closeOnCompletionインタフェース内Statement- 例外:
SQLException
-
isCloseOnCompletion
- 定義:
isCloseOnCompletionインタフェース内Statement- 例外:
SQLException
-