パッケージ com.handywedge.db
クラス FWStatementWrapper
- java.lang.Object
-
- com.handywedge.db.FWStatementWrapper
-
- すべての実装されたインタフェース:
com.handywedge.db.FWFullStatement,com.handywedge.db.FWStatement,AutoCloseable
- 直系の既知のサブクラス:
FWPreparedStatementWrapper
public class FWStatementWrapper extends Object implements com.handywedge.db.FWFullStatement
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidaddBatch(String sql)voidcancel()voidclearBatch()voidclearWarnings()voidclose()voidcloseOnCompletion()booleanexecute(String sql)booleanexecute(String sql, int autoGeneratedKeys)booleanexecute(String sql, int[] columnIndexes)booleanexecute(String sql, String[] columnNames)int[]executeBatch()long[]executeLargeBatch()longexecuteLargeUpdate(String sql)longexecuteLargeUpdate(String sql, int autoGeneratedKeys)longexecuteLargeUpdate(String sql, int[] columnIndexes)longexecuteLargeUpdate(String sql, String[] columnNames)com.handywedge.db.FWResultSetexecuteQuery(String sql)intexecuteUpdate(String sql)intexecuteUpdate(String sql, int autoGeneratedKeys)intexecuteUpdate(String sql, int[] columnIndexes)intexecuteUpdate(String sql, String[] columnNames)com.handywedge.db.FWConnectiongetConnection()intgetFetchDirection()intgetFetchSize()com.handywedge.db.FWResultSetgetGeneratedKeys()longgetLargeMaxRows()longgetLargeUpdateCount()intgetMaxFieldSize()intgetMaxRows()booleangetMoreResults()booleangetMoreResults(int current)intgetQueryTimeout()com.handywedge.db.FWResultSetgetResultSet()intgetResultSetConcurrency()intgetResultSetHoldability()intgetResultSetType()intgetUpdateCount()SQLWarninggetWarnings()booleanisClosed()booleanisCloseOnCompletion()booleanisPoolable()booleanisWrapperFor(Class<?> iface)voidsetCursorName(String name)voidsetEscapeProcessing(boolean enable)voidsetFetchDirection(int direction)voidsetFetchSize(int rows)voidsetLargeMaxRows(long max)voidsetMaxFieldSize(int max)voidsetMaxRows(int max)voidsetPoolable(boolean poolable)voidsetQueryTimeout(int seconds)<T> Tunwrap(Class<T> iface)
-
-
-
メソッドの詳細
-
unwrap
public <T> T unwrap(Class<T> iface) throws SQLException
- 定義:
unwrapインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
executeQuery
public com.handywedge.db.FWResultSet executeQuery(String sql) throws SQLException
- 定義:
executeQueryインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
isWrapperFor
public boolean isWrapperFor(Class<?> iface) throws SQLException
- 定義:
isWrapperForインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
executeUpdate
public int executeUpdate(String sql) throws SQLException
- 定義:
executeUpdateインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
close
public void close() throws SQLException- 定義:
closeインタフェース内AutoCloseable- 定義:
closeインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
getMaxFieldSize
public int getMaxFieldSize() throws SQLException- 定義:
getMaxFieldSizeインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
setMaxFieldSize
public void setMaxFieldSize(int max) throws SQLException- 定義:
setMaxFieldSizeインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
getMaxRows
public int getMaxRows() throws SQLException- 定義:
getMaxRowsインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
setMaxRows
public void setMaxRows(int max) throws SQLException- 定義:
setMaxRowsインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
setEscapeProcessing
public void setEscapeProcessing(boolean enable) throws SQLException- 定義:
setEscapeProcessingインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
getQueryTimeout
public int getQueryTimeout() throws SQLException- 定義:
getQueryTimeoutインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
setQueryTimeout
public void setQueryTimeout(int seconds) throws SQLException- 定義:
setQueryTimeoutインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
cancel
public void cancel() throws SQLException- 定義:
cancelインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
getWarnings
public SQLWarning getWarnings() throws SQLException
- 定義:
getWarningsインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
clearWarnings
public void clearWarnings() throws SQLException- 定義:
clearWarningsインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
setCursorName
public void setCursorName(String name) throws SQLException
- 定義:
setCursorNameインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
execute
public boolean execute(String sql) throws SQLException
- 定義:
executeインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
getResultSet
public com.handywedge.db.FWResultSet getResultSet() throws SQLException- 定義:
getResultSetインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
getUpdateCount
public int getUpdateCount() throws SQLException- 定義:
getUpdateCountインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
getMoreResults
public boolean getMoreResults() throws SQLException- 定義:
getMoreResultsインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
setFetchDirection
public void setFetchDirection(int direction) throws SQLException- 定義:
setFetchDirectionインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
getFetchDirection
public int getFetchDirection() throws SQLException- 定義:
getFetchDirectionインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
setFetchSize
public void setFetchSize(int rows) throws SQLException- 定義:
setFetchSizeインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
getFetchSize
public int getFetchSize() throws SQLException- 定義:
getFetchSizeインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
getResultSetConcurrency
public int getResultSetConcurrency() throws SQLException- 定義:
getResultSetConcurrencyインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
getResultSetType
public int getResultSetType() throws SQLException- 定義:
getResultSetTypeインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
addBatch
public void addBatch(String sql) throws SQLException
- 定義:
addBatchインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
clearBatch
public void clearBatch() throws SQLException- 定義:
clearBatchインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
executeBatch
public int[] executeBatch() throws SQLException- 定義:
executeBatchインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
getConnection
public com.handywedge.db.FWConnection getConnection() throws SQLException- 定義:
getConnectionインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
getMoreResults
public boolean getMoreResults(int current) throws SQLException- 定義:
getMoreResultsインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
getGeneratedKeys
public com.handywedge.db.FWResultSet getGeneratedKeys() throws SQLException- 定義:
getGeneratedKeysインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
executeUpdate
public int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException
- 定義:
executeUpdateインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
executeUpdate
public int executeUpdate(String sql, int[] columnIndexes) throws SQLException
- 定義:
executeUpdateインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
executeUpdate
public int executeUpdate(String sql, String[] columnNames) throws SQLException
- 定義:
executeUpdateインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
execute
public boolean execute(String sql, int autoGeneratedKeys) throws SQLException
- 定義:
executeインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
execute
public boolean execute(String sql, int[] columnIndexes) throws SQLException
- 定義:
executeインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
execute
public boolean execute(String sql, String[] columnNames) throws SQLException
- 定義:
executeインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
getResultSetHoldability
public int getResultSetHoldability() throws SQLException- 定義:
getResultSetHoldabilityインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
isClosed
public boolean isClosed() throws SQLException- 定義:
isClosedインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
setPoolable
public void setPoolable(boolean poolable) throws SQLException- 定義:
setPoolableインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
isPoolable
public boolean isPoolable() throws SQLException- 定義:
isPoolableインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
closeOnCompletion
public void closeOnCompletion() throws SQLException- 定義:
closeOnCompletionインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
isCloseOnCompletion
public boolean isCloseOnCompletion() throws SQLException- 定義:
isCloseOnCompletionインタフェース内com.handywedge.db.FWFullStatement- 例外:
SQLException
-
getLargeUpdateCount
public long getLargeUpdateCount() throws SQLException- 定義:
getLargeUpdateCountインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
setLargeMaxRows
public void setLargeMaxRows(long max) throws SQLException- 定義:
setLargeMaxRowsインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
getLargeMaxRows
public long getLargeMaxRows() throws SQLException- 定義:
getLargeMaxRowsインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
executeLargeBatch
public long[] executeLargeBatch() throws SQLException- 定義:
executeLargeBatchインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
executeLargeUpdate
public long executeLargeUpdate(String sql) throws SQLException
- 定義:
executeLargeUpdateインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
executeLargeUpdate
public long executeLargeUpdate(String sql, int autoGeneratedKeys) throws SQLException
- 定義:
executeLargeUpdateインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
executeLargeUpdate
public long executeLargeUpdate(String sql, int[] columnIndexes) throws SQLException
- 定義:
executeLargeUpdateインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
executeLargeUpdate
public long executeLargeUpdate(String sql, String[] columnNames) throws SQLException
- 定義:
executeLargeUpdateインタフェース内com.handywedge.db.FWStatement- 例外:
SQLException
-
-