public class FWStatementWrapper extends Object implements com.handywedge.db.FWFullStatement
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addBatch(String sql) |
void |
cancel() |
void |
clearBatch() |
void |
clearWarnings() |
void |
close() |
void |
closeOnCompletion() |
boolean |
execute(String sql) |
boolean |
execute(String sql,
int autoGeneratedKeys) |
boolean |
execute(String sql,
int[] columnIndexes) |
boolean |
execute(String sql,
String[] columnNames) |
int[] |
executeBatch() |
long[] |
executeLargeBatch() |
long |
executeLargeUpdate(String sql) |
long |
executeLargeUpdate(String sql,
int autoGeneratedKeys) |
long |
executeLargeUpdate(String sql,
int[] columnIndexes) |
long |
executeLargeUpdate(String sql,
String[] columnNames) |
com.handywedge.db.FWResultSet |
executeQuery(String sql) |
int |
executeUpdate(String sql) |
int |
executeUpdate(String sql,
int autoGeneratedKeys) |
int |
executeUpdate(String sql,
int[] columnIndexes) |
int |
executeUpdate(String sql,
String[] columnNames) |
com.handywedge.db.FWConnection |
getConnection() |
int |
getFetchDirection() |
int |
getFetchSize() |
com.handywedge.db.FWResultSet |
getGeneratedKeys() |
long |
getLargeMaxRows() |
long |
getLargeUpdateCount() |
int |
getMaxFieldSize() |
int |
getMaxRows() |
boolean |
getMoreResults() |
boolean |
getMoreResults(int current) |
int |
getQueryTimeout() |
com.handywedge.db.FWResultSet |
getResultSet() |
int |
getResultSetConcurrency() |
int |
getResultSetHoldability() |
int |
getResultSetType() |
int |
getUpdateCount() |
SQLWarning |
getWarnings() |
boolean |
isClosed() |
boolean |
isCloseOnCompletion() |
boolean |
isPoolable() |
boolean |
isWrapperFor(Class<?> iface) |
void |
setCursorName(String name) |
void |
setEscapeProcessing(boolean enable) |
void |
setFetchDirection(int direction) |
void |
setFetchSize(int rows) |
void |
setLargeMaxRows(long max) |
void |
setMaxFieldSize(int max) |
void |
setMaxRows(int max) |
void |
setPoolable(boolean poolable) |
void |
setQueryTimeout(int seconds) |
<T> T |
unwrap(Class<T> iface) |
public <T> T unwrap(Class<T> iface) throws SQLException
unwrap インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic com.handywedge.db.FWResultSet executeQuery(String sql) throws SQLException
executeQuery インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic int executeUpdate(String sql) throws SQLException
executeUpdate インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic void close()
throws SQLException
close インタフェース内 com.handywedge.db.FWStatementclose インタフェース内 AutoCloseableSQLExceptionpublic int getMaxFieldSize()
throws SQLException
getMaxFieldSize インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic void setMaxFieldSize(int max)
throws SQLException
setMaxFieldSize インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic int getMaxRows()
throws SQLException
getMaxRows インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic void setMaxRows(int max)
throws SQLException
setMaxRows インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic void setEscapeProcessing(boolean enable)
throws SQLException
setEscapeProcessing インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic int getQueryTimeout()
throws SQLException
getQueryTimeout インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic void setQueryTimeout(int seconds)
throws SQLException
setQueryTimeout インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic void cancel()
throws SQLException
cancel インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic void setCursorName(String name) throws SQLException
setCursorName インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic boolean execute(String sql) throws SQLException
execute インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic com.handywedge.db.FWResultSet getResultSet()
throws SQLException
getResultSet インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic int getUpdateCount()
throws SQLException
getUpdateCount インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic boolean getMoreResults()
throws SQLException
getMoreResults インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic void setFetchDirection(int direction)
throws SQLException
setFetchDirection インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic void setFetchSize(int rows)
throws SQLException
setFetchSize インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic int getResultSetConcurrency()
throws SQLException
getResultSetConcurrency インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic int getResultSetType()
throws SQLException
getResultSetType インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic void addBatch(String sql) throws SQLException
addBatch インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic void clearBatch()
throws SQLException
clearBatch インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic int[] executeBatch()
throws SQLException
executeBatch インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic com.handywedge.db.FWConnection getConnection()
throws SQLException
getConnection インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic boolean getMoreResults(int current)
throws SQLException
getMoreResults インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic com.handywedge.db.FWResultSet getGeneratedKeys()
throws SQLException
getGeneratedKeys インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException
executeUpdate インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic int executeUpdate(String sql, int[] columnIndexes) throws SQLException
executeUpdate インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic int executeUpdate(String sql, String[] columnNames) throws SQLException
executeUpdate インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic boolean execute(String sql, int autoGeneratedKeys) throws SQLException
execute インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic boolean execute(String sql, int[] columnIndexes) throws SQLException
execute インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic boolean execute(String sql, String[] columnNames) throws SQLException
execute インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic int getResultSetHoldability()
throws SQLException
getResultSetHoldability インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic void setPoolable(boolean poolable)
throws SQLException
setPoolable インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic boolean isPoolable()
throws SQLException
isPoolable インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic void closeOnCompletion()
throws SQLException
closeOnCompletion インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic boolean isCloseOnCompletion()
throws SQLException
isCloseOnCompletion インタフェース内 com.handywedge.db.FWFullStatementSQLExceptionpublic long getLargeUpdateCount()
throws SQLException
getLargeUpdateCount インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic void setLargeMaxRows(long max)
throws SQLException
setLargeMaxRows インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic long getLargeMaxRows()
throws SQLException
getLargeMaxRows インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic long[] executeLargeBatch()
throws SQLException
executeLargeBatch インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic long executeLargeUpdate(String sql) throws SQLException
executeLargeUpdate インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic long executeLargeUpdate(String sql, int autoGeneratedKeys) throws SQLException
executeLargeUpdate インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic long executeLargeUpdate(String sql, int[] columnIndexes) throws SQLException
executeLargeUpdate インタフェース内 com.handywedge.db.FWStatementSQLExceptionpublic long executeLargeUpdate(String sql, String[] columnNames) throws SQLException
executeLargeUpdate インタフェース内 com.handywedge.db.FWStatementSQLExceptionHandywedge ver 0.8.0. Copyright (c) 2019 Handywedge Co.,Ltd.