public interface Statement
Modifier and Type | Field and Description |
---|---|
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
ResultSet executeQuery(String sql) throws SQLException
SQLException
int executeUpdate(String sql) throws SQLException
SQLException
void close() throws SQLException
SQLException
int getMaxFieldSize() throws SQLException
SQLException
void setMaxFieldSize(int max) throws SQLException
SQLException
int getMaxRows() throws SQLException
SQLException
void setMaxRows(int max) throws SQLException
SQLException
void setEscapeProcessing(boolean enable) throws SQLException
SQLException
int getQueryTimeout() throws SQLException
SQLException
void setQueryTimeout(int seconds) throws SQLException
SQLException
void cancel() throws SQLException
SQLException
SQLWarning getWarnings() throws SQLException
SQLException
void clearWarnings() throws SQLException
SQLException
void setCursorName(String name) throws SQLException
SQLException
boolean execute(String sql) throws SQLException
SQLException
ResultSet getResultSet() throws SQLException
SQLException
int getUpdateCount() throws SQLException
SQLException
boolean getMoreResults() throws SQLException
SQLException
void setFetchDirection(int direction) throws SQLException
SQLException
int getFetchDirection() throws SQLException
SQLException
void setFetchSize(int rows) throws SQLException
SQLException
int getFetchSize() throws SQLException
SQLException
int getResultSetConcurrency() throws SQLException
SQLException
int getResultSetType() throws SQLException
SQLException
void addBatch(String sql) throws SQLException
SQLException
void clearBatch() throws SQLException
SQLException
int[] executeBatch() throws SQLException
SQLException
Connection getConnection() throws SQLException
SQLException
boolean getMoreResults(int current) throws SQLException
SQLException
ResultSet getGeneratedKeys() throws SQLException
SQLException
int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException
SQLException
int executeUpdate(String sql, int[] columnIndexes) throws SQLException
SQLException
int executeUpdate(String sql, String[] columnNames) throws SQLException
SQLException
boolean execute(String sql, int autoGeneratedKeys) throws SQLException
SQLException
boolean execute(String sql, int[] columnIndexes) throws SQLException
SQLException
boolean execute(String sql, String[] columnNames) throws SQLException
SQLException
int getResultSetHoldability() throws SQLException
SQLException
boolean isClosed() throws SQLException
SQLException
void setPoolable(boolean poolable) throws SQLException
SQLException
boolean isPoolable() throws SQLException
SQLException
void closeOnCompletion() throws SQLException
SQLException
boolean isCloseOnCompletion() throws SQLException
SQLException
boolean isWrapperFor(Class<?> iface) throws SQLException
SQLException
<T> T unwrap(Class<T> iface) throws SQLException
SQLException
Copyright © 2009–2018 JolBox. All rights reserved.