public interface FWFullStatement extends FWStatement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
cancel() |
void |
clearWarnings() |
void |
closeOnCompletion() |
FWConnection |
getConnection() |
int |
getFetchDirection() |
int |
getFetchSize() |
int |
getResultSetConcurrency() |
int |
getResultSetHoldability() |
int |
getResultSetType() |
SQLWarning |
getWarnings() |
boolean |
isCloseOnCompletion() |
boolean |
isPoolable() |
boolean |
isWrapperFor(Class<?> iface) |
void |
setCursorName(String name) |
void |
setFetchDirection(int direction) |
void |
setFetchSize(int rows) |
void |
setPoolable(boolean poolable) |
<T> T |
unwrap(Class<T> iface) |
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, setQueryTimeoutvoid cancel()
throws SQLException
SQLExceptionSQLWarning getWarnings() throws SQLException
SQLExceptionvoid clearWarnings()
throws SQLException
SQLExceptionvoid setCursorName(String name) throws SQLException
SQLExceptionvoid setFetchDirection(int direction)
throws SQLException
SQLExceptionint getFetchDirection()
throws SQLException
SQLExceptionvoid setFetchSize(int rows)
throws SQLException
SQLExceptionint getFetchSize()
throws SQLException
SQLExceptionint getResultSetConcurrency()
throws SQLException
SQLExceptionint getResultSetType()
throws SQLException
SQLExceptionFWConnection getConnection() throws SQLException
SQLExceptionint getResultSetHoldability()
throws SQLException
SQLExceptionvoid setPoolable(boolean poolable)
throws SQLException
SQLExceptionboolean isPoolable()
throws SQLException
SQLExceptionvoid closeOnCompletion()
throws SQLException
SQLExceptionboolean isCloseOnCompletion()
throws SQLException
SQLException<T> T unwrap(Class<T> iface) throws SQLException
SQLExceptionboolean isWrapperFor(Class<?> iface) throws SQLException
SQLExceptionHandywedge ver 0.10.0-SNAPSHOT. Copyright (c) 2019 Handywedge Co.,Ltd.