public interface FWStatement extends AutoCloseable
FWConnectionManager,
Statement| 修飾子とタイプ | フィールドと説明 |
|---|---|
static int |
CLOSE_ALL_RESULTS |
static int |
CLOSE_CURRENT_RESULT |
static int |
EXECUTE_FAILED |
static int |
KEEP_CURRENT_RESULT |
static int |
NO_GENERATED_KEYS |
static int |
RETURN_GENERATED_KEYS |
static int |
SUCCESS_NO_INFO |
static final int CLOSE_CURRENT_RESULT
static final int KEEP_CURRENT_RESULT
static final int CLOSE_ALL_RESULTS
static final int SUCCESS_NO_INFO
static final int EXECUTE_FAILED
static final int RETURN_GENERATED_KEYS
static final int NO_GENERATED_KEYS
void close()
throws SQLException
close インタフェース内 AutoCloseableSQLExceptionboolean isClosed()
throws SQLException
SQLExceptionFWResultSet executeQuery(String sql) throws SQLException
SQLExceptionint executeUpdate(String sql) throws SQLException
SQLExceptionint getMaxFieldSize()
throws SQLException
SQLExceptionvoid setMaxFieldSize(int max)
throws SQLException
SQLExceptionint getMaxRows()
throws SQLException
SQLExceptionvoid setMaxRows(int max)
throws SQLException
SQLExceptionvoid setEscapeProcessing(boolean enable)
throws SQLException
SQLExceptionint getQueryTimeout()
throws SQLException
SQLExceptionvoid setQueryTimeout(int seconds)
throws SQLException
SQLExceptionboolean execute(String sql) throws SQLException
SQLExceptionFWResultSet getResultSet() throws SQLException
SQLExceptionint getUpdateCount()
throws SQLException
SQLExceptionboolean getMoreResults()
throws SQLException
SQLExceptionvoid addBatch(String sql) throws SQLException
SQLExceptionvoid clearBatch()
throws SQLException
SQLExceptionint[] executeBatch()
throws SQLException
SQLExceptionboolean getMoreResults(int current)
throws SQLException
SQLExceptionFWResultSet getGeneratedKeys() throws SQLException
SQLExceptionint executeUpdate(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionint executeUpdate(String sql, int[] columnIndexes) throws SQLException
SQLExceptionint executeUpdate(String sql, String[] columnNames) throws SQLException
SQLExceptionboolean execute(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionboolean execute(String sql, int[] columnIndexes) throws SQLException
SQLExceptionboolean execute(String sql, String[] columnNames) throws SQLException
SQLExceptionlong getLargeUpdateCount()
throws SQLException
SQLExceptionvoid setLargeMaxRows(long max)
throws SQLException
SQLExceptionlong getLargeMaxRows()
throws SQLException
SQLExceptionlong[] executeLargeBatch()
throws SQLException
SQLExceptionlong executeLargeUpdate(String sql) throws SQLException
SQLExceptionlong executeLargeUpdate(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionlong executeLargeUpdate(String sql, int[] columnIndexes) throws SQLException
SQLExceptionlong executeLargeUpdate(String sql, String[] columnNames) throws SQLException
SQLExceptionHandywedge ver 0.9.0. Copyright (c) 2019 Handywedge Co.,Ltd.