public final class EncryptStatement extends AbstractUnsupportedOperationStatement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
EncryptStatement(EncryptConnection connection) |
EncryptStatement(EncryptConnection connection,
int resultSetType,
int resultSetConcurrency) |
EncryptStatement(EncryptConnection connection,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
addBatch, clearBatch, closeOnCompletion, executeBatch, getFetchDirection, isCloseOnCompletion, setCursorName, setFetchDirectionisWrapperFor, recordMethodInvocation, replayMethodsInvocation, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, setLargeMaxRowsisWrapperFor, unwrappublic EncryptStatement(EncryptConnection connection) throws SQLException
SQLExceptionpublic EncryptStatement(EncryptConnection connection, int resultSetType, int resultSetConcurrency) throws SQLException
SQLExceptionpublic EncryptStatement(EncryptConnection connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
SQLExceptionpublic ResultSet executeQuery(String sql) throws SQLException
SQLExceptionpublic ResultSet getResultSet()
public int executeUpdate(String sql) throws SQLException
SQLExceptionpublic int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionpublic int executeUpdate(String sql, int[] columnIndexes) throws SQLException
SQLExceptionpublic int executeUpdate(String sql, String[] columnNames) throws SQLException
SQLExceptionpublic boolean execute(String sql) throws SQLException
SQLExceptionpublic boolean execute(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionpublic boolean execute(String sql, int[] columnIndexes) throws SQLException
SQLExceptionpublic boolean execute(String sql, String[] columnNames) throws SQLException
SQLExceptionpublic void close()
throws SQLException
SQLExceptionpublic int getMaxFieldSize()
throws SQLException
SQLExceptionpublic void setMaxFieldSize(int max)
throws SQLException
SQLExceptionpublic int getMaxRows()
throws SQLException
SQLExceptionpublic void setMaxRows(int max)
throws SQLException
SQLExceptionpublic void setEscapeProcessing(boolean enable)
throws SQLException
SQLExceptionpublic int getQueryTimeout()
throws SQLException
SQLExceptionpublic void setQueryTimeout(int seconds)
throws SQLException
SQLExceptionpublic void cancel()
throws SQLException
SQLExceptionpublic SQLWarning getWarnings() throws SQLException
SQLExceptionpublic void clearWarnings()
throws SQLException
SQLExceptionpublic int getUpdateCount()
throws SQLException
SQLExceptionpublic boolean getMoreResults()
throws SQLException
SQLExceptionpublic boolean getMoreResults(int current)
throws SQLException
SQLExceptionpublic void setFetchSize(int rows)
throws SQLException
SQLExceptionpublic int getFetchSize()
throws SQLException
SQLExceptionpublic int getResultSetConcurrency()
throws SQLException
SQLExceptionpublic int getResultSetType()
throws SQLException
SQLExceptionpublic Connection getConnection()
public ResultSet getGeneratedKeys() throws SQLException
SQLExceptionpublic int getResultSetHoldability()
throws SQLException
SQLExceptionpublic boolean isClosed()
throws SQLException
SQLExceptionpublic void setPoolable(boolean poolable)
throws SQLException
SQLExceptionpublic boolean isPoolable()
throws SQLException
SQLExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.