public abstract class StatementProxy extends Object implements Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ResultSet |
executeQuery(String sql) |
Connection |
getConnection() |
ResultSet |
getGeneratedKeys() |
ResultSet |
getResultSet() |
<T> T |
unwrap(Class<T> iface) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBatch, cancel, clearBatch, clearWarnings, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getFetchDirection, getFetchSize, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperForpublic final void close()
throws SQLException
close in interface AutoCloseableclose in interface StatementSQLExceptionpublic final ResultSet executeQuery(String sql) throws SQLException
executeQuery in interface StatementSQLExceptionpublic final ResultSet getResultSet() throws SQLException
getResultSet in interface StatementSQLExceptionpublic final ResultSet getGeneratedKeys() throws SQLException
getGeneratedKeys in interface StatementSQLExceptionpublic final Connection getConnection() throws SQLException
getConnection in interface StatementSQLExceptionpublic final <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionCopyright © 2014 Zaxxer.com. All rights reserved.