パッケージ com.handywedge.db
インタフェース FWFullStatement
-
- すべてのスーパーインタフェース:
AutoCloseable,FWStatement
- 既知のサブインタフェースのリスト:
FWFullCallableStatement,FWFullPreparedStatement
public interface FWFullStatement extends FWStatement
フレームワーク内部で使用するインターフェースです。
アプリケーションでは使用しないで下さい。
-
-
フィールドの概要
-
インタフェースから継承されたフィールド com.handywedge.db.FWStatement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 voidcancel()voidclearWarnings()voidcloseOnCompletion()FWConnectiongetConnection()intgetFetchDirection()intgetFetchSize()intgetResultSetConcurrency()intgetResultSetHoldability()intgetResultSetType()SQLWarninggetWarnings()booleanisCloseOnCompletion()booleanisPoolable()booleanisWrapperFor(Class<?> iface)voidsetCursorName(String name)voidsetFetchDirection(int direction)voidsetFetchSize(int rows)voidsetPoolable(boolean poolable)<T> Tunwrap(Class<T> iface)-
インタフェースから継承されたメソッド com.handywedge.db.FWStatement
addBatch, clearBatch, close, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getUpdateCount, isClosed, setEscapeProcessing, setLargeMaxRows, setMaxFieldSize, setMaxRows, setQueryTimeout
-
-
-
-
メソッドの詳細
-
cancel
void cancel() throws SQLException- 例外:
SQLException
-
getWarnings
SQLWarning getWarnings() throws SQLException
- 例外:
SQLException
-
clearWarnings
void clearWarnings() throws SQLException- 例外:
SQLException
-
setCursorName
void setCursorName(String name) throws SQLException
- 例外:
SQLException
-
setFetchDirection
void setFetchDirection(int direction) throws SQLException- 例外:
SQLException
-
getFetchDirection
int getFetchDirection() throws SQLException- 例外:
SQLException
-
setFetchSize
void setFetchSize(int rows) throws SQLException- 例外:
SQLException
-
getFetchSize
int getFetchSize() throws SQLException- 例外:
SQLException
-
getResultSetConcurrency
int getResultSetConcurrency() throws SQLException- 例外:
SQLException
-
getResultSetType
int getResultSetType() throws SQLException- 例外:
SQLException
-
getConnection
FWConnection getConnection() throws SQLException
- 例外:
SQLException
-
getResultSetHoldability
int getResultSetHoldability() throws SQLException- 例外:
SQLException
-
setPoolable
void setPoolable(boolean poolable) throws SQLException- 例外:
SQLException
-
isPoolable
boolean isPoolable() throws SQLException- 例外:
SQLException
-
closeOnCompletion
void closeOnCompletion() throws SQLException- 例外:
SQLException
-
isCloseOnCompletion
boolean isCloseOnCompletion() throws SQLException- 例外:
SQLException
-
unwrap
<T> T unwrap(Class<T> iface) throws SQLException
- 例外:
SQLException
-
isWrapperFor
boolean isWrapperFor(Class<?> iface) throws SQLException
- 例外:
SQLException
-
-