public final class EncryptPreparedStatement extends AbstractShardingPreparedStatementAdapter
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
EncryptPreparedStatement(EncryptConnection connection,
String sql) |
EncryptPreparedStatement(EncryptConnection connection,
String sql,
int autoGeneratedKeys) |
EncryptPreparedStatement(EncryptConnection connection,
String sql,
int[] columnIndexes) |
EncryptPreparedStatement(EncryptConnection connection,
String sql,
int resultSetType,
int resultSetConcurrency) |
EncryptPreparedStatement(EncryptConnection connection,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
EncryptPreparedStatement(EncryptConnection connection,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
int autoGeneratedKeys,
int[] columnIndexes,
String[] columnNames) |
EncryptPreparedStatement(EncryptConnection connection,
String sql,
String[] columnNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch() |
void |
clearBatch() |
boolean |
execute() |
int[] |
executeBatch() |
ResultSet |
executeQuery() |
int |
executeUpdate() |
Connection |
getConnection() |
ResultSet |
getGeneratedKeys() |
ResultSet |
getResultSet() |
int |
getResultSetConcurrency() |
int |
getResultSetHoldability() |
int |
getResultSetType() |
protected Collection<? extends Statement> |
getRoutedStatements() |
protected boolean |
isAccumulate() |
clearParameters, replaySetParameter, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLexecute, execute, execute, execute, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getMetaData, getParameterMetaData, setArray, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setRef, setRowIdcancel, clearWarnings, close, getFetchSize, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getUpdateCount, getWarnings, isClosed, isPoolable, setEscapeProcessing, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutaddBatch, closeOnCompletion, getFetchDirection, isCloseOnCompletion, setCursorName, setFetchDirectionisWrapperFor, recordMethodInvocation, replayMethodsInvocation, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteLargeUpdate, setObject, setObjectaddBatch, cancel, clearWarnings, close, closeOnCompletion, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getFetchDirection, getFetchSize, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrappublic EncryptPreparedStatement(EncryptConnection connection, String sql) throws SQLException
SQLExceptionpublic EncryptPreparedStatement(EncryptConnection connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException
SQLExceptionpublic EncryptPreparedStatement(EncryptConnection connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
SQLExceptionpublic EncryptPreparedStatement(EncryptConnection connection, String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionpublic EncryptPreparedStatement(EncryptConnection connection, String sql, int[] columnIndexes) throws SQLException
SQLExceptionpublic EncryptPreparedStatement(EncryptConnection connection, String sql, String[] columnNames) throws SQLException
SQLExceptionpublic EncryptPreparedStatement(EncryptConnection connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, int autoGeneratedKeys, int[] columnIndexes, String[] columnNames) throws SQLException
SQLExceptionpublic ResultSet executeQuery() throws SQLException
SQLExceptionpublic ResultSet getResultSet()
public int executeUpdate()
throws SQLException
SQLExceptionpublic boolean execute()
throws SQLException
SQLExceptionpublic void addBatch()
public int[] executeBatch()
throws SQLException
executeBatch in interface StatementexecuteBatch in class AbstractUnsupportedOperationStatementSQLExceptionpublic void clearBatch()
throws SQLException
clearBatch in interface StatementclearBatch in class AbstractUnsupportedOperationStatementSQLExceptionpublic ResultSet getGeneratedKeys() throws SQLException
SQLExceptionpublic Connection getConnection()
public int getResultSetConcurrency()
public int getResultSetType()
public int getResultSetHoldability()
protected boolean isAccumulate()
isAccumulate in class AbstractStatementAdapterprotected Collection<? extends Statement> getRoutedStatements()
getRoutedStatements in class AbstractStatementAdapterCopyright © 2020 The Apache Software Foundation. All rights reserved.