public interface Filter
void init(DataSourceProxy dataSource)
void destory()
ConnectionProxy connection_connect(FilterChain chain, Properties info) throws SQLException
SQLExceptionStatementProxy connection_createStatement(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionPreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException
SQLExceptionCallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException
SQLExceptionString connection_nativeSQL(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException
SQLExceptionvoid connection_setAutoCommit(FilterChain chain, ConnectionProxy connection, boolean autoCommit) throws SQLException
SQLExceptionboolean connection_getAutoCommit(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionvoid connection_commit(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionvoid connection_rollback(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionvoid connection_close(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionboolean connection_isClosed(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionDatabaseMetaData connection_getMetaData(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionvoid connection_setReadOnly(FilterChain chain, ConnectionProxy connection, boolean readOnly) throws SQLException
SQLExceptionboolean connection_isReadOnly(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionvoid connection_setCatalog(FilterChain chain, ConnectionProxy connection, String catalog) throws SQLException
SQLExceptionString connection_getCatalog(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionvoid connection_setTransactionIsolation(FilterChain chain, ConnectionProxy connection, int level) throws SQLException
SQLExceptionint connection_getTransactionIsolation(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionSQLWarning connection_getWarnings(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionvoid connection_clearWarnings(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionStatementProxy connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency) throws SQLException
SQLExceptionPreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException
SQLExceptionCallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException
SQLExceptionMap<String,Class<?>> connection_getTypeMap(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionvoid connection_setTypeMap(FilterChain chain, ConnectionProxy connection, Map<String,Class<?>> map) throws SQLException
SQLExceptionvoid connection_setHoldability(FilterChain chain, ConnectionProxy connection, int holdability) throws SQLException
SQLExceptionint connection_getHoldability(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionSavepoint connection_setSavepoint(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionSavepoint connection_setSavepoint(FilterChain chain, ConnectionProxy connection, String name) throws SQLException
SQLExceptionvoid connection_rollback(FilterChain chain, ConnectionProxy connection, Savepoint savepoint) throws SQLException
SQLExceptionvoid connection_releaseSavepoint(FilterChain chain, ConnectionProxy connection, Savepoint savepoint) throws SQLException
SQLExceptionStatementProxy connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
SQLExceptionPreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
SQLExceptionCallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
SQLExceptionPreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionPreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes) throws SQLException
SQLExceptionPreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames) throws SQLException
SQLExceptionClob connection_createClob(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionBlob connection_createBlob(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionNClob connection_createNClob(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionSQLXML connection_createSQLXML(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionboolean connection_isValid(FilterChain chain, ConnectionProxy connection, int timeout) throws SQLException
SQLExceptionvoid connection_setClientInfo(FilterChain chain, ConnectionProxy connection, String name, String value) throws SQLClientInfoException
void connection_setClientInfo(FilterChain chain, ConnectionProxy connection, Properties properties) throws SQLClientInfoException
String connection_getClientInfo(FilterChain chain, ConnectionProxy connection, String name) throws SQLException
SQLExceptionProperties connection_getClientInfo(FilterChain chain, ConnectionProxy connection) throws SQLException
SQLExceptionArray connection_createArrayOf(FilterChain chain, ConnectionProxy connection, String typeName, Object[] elements) throws SQLException
SQLExceptionStruct connection_createStruct(FilterChain chain, ConnectionProxy connection, String typeName, Object[] attributes) throws SQLException
SQLExceptionboolean resultSet_next(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_close(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionboolean resultSet_wasNull(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionString resultSet_getString(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionboolean resultSet_getBoolean(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionbyte resultSet_getByte(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionshort resultSet_getShort(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionint resultSet_getInt(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionlong resultSet_getLong(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionfloat resultSet_getFloat(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptiondouble resultSet_getDouble(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionBigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex, int scale) throws SQLException
SQLExceptionbyte[] resultSet_getBytes(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionDate resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionTime resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionTimestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionInputStream resultSet_getAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionInputStream resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionInputStream resultSet_getBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionString resultSet_getString(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionboolean resultSet_getBoolean(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionbyte resultSet_getByte(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionshort resultSet_getShort(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionint resultSet_getInt(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionlong resultSet_getLong(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionfloat resultSet_getFloat(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptiondouble resultSet_getDouble(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionBigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, String columnLabel, int scale) throws SQLException
SQLExceptionbyte[] resultSet_getBytes(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionDate resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionTime resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionTimestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionInputStream resultSet_getAsciiStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionInputStream resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionInputStream resultSet_getBinaryStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionSQLWarning resultSet_getWarnings(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_clearWarnings(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionString resultSet_getCursorName(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionResultSetMetaData resultSet_getMetaData(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionObject resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionObject resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionint resultSet_findColumn(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionReader resultSet_getCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionReader resultSet_getCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionBigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionBigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionboolean resultSet_isBeforeFirst(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionboolean resultSet_isAfterLast(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionboolean resultSet_isFirst(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionboolean resultSet_isLast(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_beforeFirst(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_afterLast(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionboolean resultSet_first(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionboolean resultSet_last(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionint resultSet_getRow(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionboolean resultSet_absolute(FilterChain chain, ResultSetProxy resultSet, int row) throws SQLException
SQLExceptionboolean resultSet_relative(FilterChain chain, ResultSetProxy resultSet, int rows) throws SQLException
SQLExceptionboolean resultSet_previous(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_setFetchDirection(FilterChain chain, ResultSetProxy resultSet, int direction) throws SQLException
SQLExceptionint resultSet_getFetchDirection(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_setFetchSize(FilterChain chain, ResultSetProxy resultSet, int rows) throws SQLException
SQLExceptionint resultSet_getFetchSize(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionint resultSet_getType(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionint resultSet_getConcurrency(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionboolean resultSet_rowUpdated(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionboolean resultSet_rowInserted(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionboolean resultSet_rowDeleted(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_updateNull(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionvoid resultSet_updateBoolean(FilterChain chain, ResultSetProxy resultSet, int columnIndex, boolean x) throws SQLException
SQLExceptionvoid resultSet_updateByte(FilterChain chain, ResultSetProxy resultSet, int columnIndex, byte x) throws SQLException
SQLExceptionvoid resultSet_updateShort(FilterChain chain, ResultSetProxy resultSet, int columnIndex, short x) throws SQLException
SQLExceptionvoid resultSet_updateInt(FilterChain chain, ResultSetProxy resultSet, int columnIndex, int x) throws SQLException
SQLExceptionvoid resultSet_updateLong(FilterChain chain, ResultSetProxy resultSet, int columnIndex, long x) throws SQLException
SQLExceptionvoid resultSet_updateFloat(FilterChain chain, ResultSetProxy resultSet, int columnIndex, float x) throws SQLException
SQLExceptionvoid resultSet_updateDouble(FilterChain chain, ResultSetProxy resultSet, int columnIndex, double x) throws SQLException
SQLExceptionvoid resultSet_updateBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex, BigDecimal x) throws SQLException
SQLExceptionvoid resultSet_updateString(FilterChain chain, ResultSetProxy resultSet, int columnIndex, String x) throws SQLException
SQLExceptionvoid resultSet_updateBytes(FilterChain chain, ResultSetProxy resultSet, int columnIndex, byte[] x) throws SQLException
SQLExceptionvoid resultSet_updateDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Date x) throws SQLException
SQLExceptionvoid resultSet_updateTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Time x) throws SQLException
SQLExceptionvoid resultSet_updateTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Timestamp x) throws SQLException
SQLExceptionvoid resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, int length) throws SQLException
SQLExceptionvoid resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, int length) throws SQLException
SQLExceptionvoid resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, int length) throws SQLException
SQLExceptionvoid resultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Object x, int scaleOrLength) throws SQLException
SQLExceptionvoid resultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Object x) throws SQLException
SQLExceptionvoid resultSet_updateNull(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionvoid resultSet_updateBoolean(FilterChain chain, ResultSetProxy resultSet, String columnLabel, boolean x) throws SQLException
SQLExceptionvoid resultSet_updateByte(FilterChain chain, ResultSetProxy resultSet, String columnLabel, byte x) throws SQLException
SQLExceptionvoid resultSet_updateShort(FilterChain chain, ResultSetProxy resultSet, String columnLabel, short x) throws SQLException
SQLExceptionvoid resultSet_updateInt(FilterChain chain, ResultSetProxy resultSet, String columnLabel, int x) throws SQLException
SQLExceptionvoid resultSet_updateLong(FilterChain chain, ResultSetProxy resultSet, String columnLabel, long x) throws SQLException
SQLExceptionvoid resultSet_updateFloat(FilterChain chain, ResultSetProxy resultSet, String columnLabel, float x) throws SQLException
SQLExceptionvoid resultSet_updateDouble(FilterChain chain, ResultSetProxy resultSet, String columnLabel, double x) throws SQLException
SQLExceptionvoid resultSet_updateBigDecimal(FilterChain chain, ResultSetProxy resultSet, String columnLabel, BigDecimal x) throws SQLException
SQLExceptionvoid resultSet_updateString(FilterChain chain, ResultSetProxy resultSet, String columnLabel, String x) throws SQLException
SQLExceptionvoid resultSet_updateBytes(FilterChain chain, ResultSetProxy resultSet, String columnLabel, byte[] x) throws SQLException
SQLExceptionvoid resultSet_updateDate(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Date x) throws SQLException
SQLExceptionvoid resultSet_updateTime(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Time x) throws SQLException
SQLExceptionvoid resultSet_updateTimestamp(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Timestamp x) throws SQLException
SQLExceptionvoid resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x, int length) throws SQLException
SQLExceptionvoid resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x, int length) throws SQLException
SQLExceptionvoid resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, int length) throws SQLException
SQLExceptionvoid resultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Object x, int scaleOrLength) throws SQLException
SQLExceptionvoid resultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Object x) throws SQLException
SQLExceptionvoid resultSet_insertRow(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_updateRow(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_deleteRow(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_refreshRow(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_cancelRowUpdates(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_moveToInsertRow(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_moveToCurrentRow(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionStatement resultSet_getStatement(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionObject resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Map<String,Class<?>> map) throws SQLException
SQLExceptionRef resultSet_getRef(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionBlob resultSet_getBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionClob resultSet_getClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionArray resultSet_getArray(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionObject resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Map<String,Class<?>> map) throws SQLException
SQLExceptionRef resultSet_getRef(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionBlob resultSet_getBlob(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionClob resultSet_getClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionArray resultSet_getArray(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionDate resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException
SQLExceptionDate resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Calendar cal) throws SQLException
SQLExceptionTime resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException
SQLExceptionTime resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Calendar cal) throws SQLException
SQLExceptionTimestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException
SQLExceptionTimestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Calendar cal) throws SQLException
SQLExceptionURL resultSet_getURL(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionURL resultSet_getURL(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionvoid resultSet_updateRef(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Ref x) throws SQLException
SQLExceptionvoid resultSet_updateRef(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Ref x) throws SQLException
SQLExceptionvoid resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Blob x) throws SQLException
SQLExceptionvoid resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Blob x) throws SQLException
SQLExceptionvoid resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Clob x) throws SQLException
SQLExceptionvoid resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Clob x) throws SQLException
SQLExceptionvoid resultSet_updateArray(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Array x) throws SQLException
SQLExceptionvoid resultSet_updateArray(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Array x) throws SQLException
SQLExceptionRowId resultSet_getRowId(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionRowId resultSet_getRowId(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionvoid resultSet_updateRowId(FilterChain chain, ResultSetProxy resultSet, int columnIndex, RowId x) throws SQLException
SQLExceptionvoid resultSet_updateRowId(FilterChain chain, ResultSetProxy resultSet, String columnLabel, RowId x) throws SQLException
SQLExceptionint resultSet_getHoldability(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionboolean resultSet_isClosed(FilterChain chain, ResultSetProxy resultSet) throws SQLException
SQLExceptionvoid resultSet_updateNString(FilterChain chain, ResultSetProxy resultSet, int columnIndex, String nString) throws SQLException
SQLExceptionvoid resultSet_updateNString(FilterChain chain, ResultSetProxy resultSet, String columnLabel, String nString) throws SQLException
SQLExceptionvoid resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, NClob nClob) throws SQLException
SQLExceptionvoid resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, NClob nClob) throws SQLException
SQLExceptionNClob resultSet_getNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionNClob resultSet_getNClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionSQLXML resultSet_getSQLXML(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionSQLXML resultSet_getSQLXML(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionvoid resultSet_updateSQLXML(FilterChain chain, ResultSetProxy resultSet, int columnIndex, SQLXML xmlObject) throws SQLException
SQLExceptionvoid resultSet_updateSQLXML(FilterChain chain, ResultSetProxy resultSet, String columnLabel, SQLXML xmlObject) throws SQLException
SQLExceptionString resultSet_getNString(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionString resultSet_getNString(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionReader resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException
SQLExceptionReader resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException
SQLExceptionvoid resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, long length) throws SQLException
SQLExceptionvoid resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException
SQLExceptionvoid resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, long length) throws SQLException
SQLExceptionvoid resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, long length) throws SQLException
SQLExceptionvoid resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, long length) throws SQLException
SQLExceptionvoid resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x, long length) throws SQLException
SQLExceptionvoid resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x, long length) throws SQLException
SQLExceptionvoid resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException
SQLExceptionvoid resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream inputStream, long length) throws SQLException
SQLExceptionvoid resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream inputStream, long length) throws SQLException
SQLExceptionvoid resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader, long length) throws SQLException
SQLExceptionvoid resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException
SQLExceptionvoid resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader, long length) throws SQLException
SQLExceptionvoid resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException
SQLExceptionvoid resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x) throws SQLException
SQLExceptionvoid resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException
SQLExceptionvoid resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x) throws SQLException
SQLExceptionvoid resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x) throws SQLException
SQLExceptionvoid resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x) throws SQLException
SQLExceptionvoid resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x) throws SQLException
SQLExceptionvoid resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x) throws SQLException
SQLExceptionvoid resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException
SQLExceptionvoid resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream inputStream) throws SQLException
SQLExceptionvoid resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream inputStream) throws SQLException
SQLExceptionvoid resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader) throws SQLException
SQLExceptionvoid resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException
SQLExceptionvoid resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader) throws SQLException
SQLExceptionvoid resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException
SQLExceptionResultSetProxy statement_executeQuery(FilterChain chain, StatementProxy statement, String sql) throws SQLException
SQLExceptionint statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql) throws SQLException
SQLExceptionvoid statement_close(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionint statement_getMaxFieldSize(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionvoid statement_setMaxFieldSize(FilterChain chain, StatementProxy statement, int max) throws SQLException
SQLExceptionint statement_getMaxRows(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionvoid statement_setMaxRows(FilterChain chain, StatementProxy statement, int max) throws SQLException
SQLExceptionvoid statement_setEscapeProcessing(FilterChain chain, StatementProxy statement, boolean enable) throws SQLException
SQLExceptionint statement_getQueryTimeout(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionvoid statement_setQueryTimeout(FilterChain chain, StatementProxy statement, int seconds) throws SQLException
SQLExceptionvoid statement_cancel(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionSQLWarning statement_getWarnings(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionvoid statement_clearWarnings(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionvoid statement_setCursorName(FilterChain chain, StatementProxy statement, String name) throws SQLException
SQLExceptionboolean statement_execute(FilterChain chain, StatementProxy statement, String sql) throws SQLException
SQLExceptionResultSetProxy statement_getResultSet(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionint statement_getUpdateCount(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionboolean statement_getMoreResults(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionvoid statement_setFetchDirection(FilterChain chain, StatementProxy statement, int direction) throws SQLException
SQLExceptionint statement_getFetchDirection(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionvoid statement_setFetchSize(FilterChain chain, StatementProxy statement, int rows) throws SQLException
SQLExceptionint statement_getFetchSize(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionint statement_getResultSetConcurrency(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionint statement_getResultSetType(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionvoid statement_addBatch(FilterChain chain, StatementProxy statement, String sql) throws SQLException
SQLExceptionvoid statement_clearBatch(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionint[] statement_executeBatch(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionConnection statement_getConnection(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionboolean statement_getMoreResults(FilterChain chain, StatementProxy statement, int current) throws SQLException
SQLExceptionResultSetProxy statement_getGeneratedKeys(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionint statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionint statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) throws SQLException
SQLExceptionint statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) throws SQLException
SQLExceptionboolean statement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionboolean statement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) throws SQLException
SQLExceptionboolean statement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) throws SQLException
SQLExceptionint statement_getResultSetHoldability(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionboolean statement_isClosed(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionvoid statement_setPoolable(FilterChain chain, StatementProxy statement, boolean poolable) throws SQLException
SQLExceptionboolean statement_isPoolable(FilterChain chain, StatementProxy statement) throws SQLException
SQLExceptionResultSetProxy preparedStatement_executeQuery(FilterChain chain, PreparedStatementProxy statement) throws SQLException
SQLExceptionint preparedStatement_executeUpdate(FilterChain chain, PreparedStatementProxy statement) throws SQLException
SQLExceptionvoid preparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType) throws SQLException
SQLExceptionvoid preparedStatement_setBoolean(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, boolean x) throws SQLException
SQLExceptionvoid preparedStatement_setByte(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte x) throws SQLException
SQLExceptionvoid preparedStatement_setShort(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, short x) throws SQLException
SQLExceptionvoid preparedStatement_setInt(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int x) throws SQLException
SQLExceptionvoid preparedStatement_setLong(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, long x) throws SQLException
SQLExceptionvoid preparedStatement_setFloat(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, float x) throws SQLException
SQLExceptionvoid preparedStatement_setDouble(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, double x) throws SQLException
SQLExceptionvoid preparedStatement_setBigDecimal(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, BigDecimal x) throws SQLException
SQLExceptionvoid preparedStatement_setString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String x) throws SQLException
SQLExceptionvoid preparedStatement_setBytes(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte[] x) throws SQLException
SQLExceptionvoid preparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x) throws SQLException
SQLExceptionvoid preparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x) throws SQLException
SQLExceptionvoid preparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x) throws SQLException
SQLExceptionvoid preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException
SQLExceptionvoid preparedStatement_setUnicodeStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException
SQLExceptionvoid preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException
SQLExceptionvoid preparedStatement_clearParameters(FilterChain chain, PreparedStatementProxy statement) throws SQLException
SQLExceptionvoid preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType) throws SQLException
SQLExceptionvoid preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x) throws SQLException
SQLExceptionboolean preparedStatement_execute(FilterChain chain, PreparedStatementProxy statement) throws SQLException
SQLExceptionvoid preparedStatement_addBatch(FilterChain chain, PreparedStatementProxy statement) throws SQLException
SQLExceptionvoid preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, int length) throws SQLException
SQLExceptionvoid preparedStatement_setRef(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Ref x) throws SQLException
SQLExceptionvoid preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Blob x) throws SQLException
SQLExceptionvoid preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Clob x) throws SQLException
SQLExceptionvoid preparedStatement_setArray(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Array x) throws SQLException
SQLExceptionResultSetMetaData preparedStatement_getMetaData(FilterChain chain, PreparedStatementProxy statement) throws SQLException
SQLExceptionvoid preparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x, Calendar cal) throws SQLException
SQLExceptionvoid preparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x, Calendar cal) throws SQLException
SQLExceptionvoid preparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x, Calendar cal) throws SQLException
SQLExceptionvoid preparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType, String typeName) throws SQLException
SQLExceptionvoid preparedStatement_setURL(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, URL x) throws SQLException
SQLExceptionParameterMetaData preparedStatement_getParameterMetaData(FilterChain chain, PreparedStatementProxy statement) throws SQLException
SQLExceptionvoid preparedStatement_setRowId(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, RowId x) throws SQLException
SQLExceptionvoid preparedStatement_setNString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String value) throws SQLException
SQLExceptionvoid preparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value, long length) throws SQLException
SQLExceptionvoid preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, NClob value) throws SQLException
SQLExceptionvoid preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException
SQLExceptionvoid preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream, long length) throws SQLException
SQLExceptionvoid preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException
SQLExceptionvoid preparedStatement_setSQLXML(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, SQLXML xmlObject) throws SQLException
SQLExceptionvoid preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException
SQLExceptionvoid preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) throws SQLException
SQLExceptionvoid preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) throws SQLException
SQLExceptionvoid preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException
SQLExceptionvoid preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x) throws SQLException
SQLExceptionvoid preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x) throws SQLException
SQLExceptionvoid preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException
SQLExceptionvoid preparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value) throws SQLException
SQLExceptionvoid preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException
SQLExceptionvoid preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream) throws SQLException
SQLExceptionvoid preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException
SQLExceptionvoid callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType) throws SQLException
SQLExceptionvoid callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType, int scale) throws SQLException
SQLExceptionboolean callableStatement_wasNull(FilterChain chain, CallableStatementProxy statement) throws SQLException
SQLExceptionString callableStatement_getString(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionboolean callableStatement_getBoolean(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionbyte callableStatement_getByte(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionshort callableStatement_getShort(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionint callableStatement_getInt(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionlong callableStatement_getLong(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionfloat callableStatement_getFloat(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptiondouble callableStatement_getDouble(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionBigDecimal callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int scale) throws SQLException
SQLExceptionbyte[] callableStatement_getBytes(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionDate callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionTime callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionTimestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionObject callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionBigDecimal callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionObject callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Map<String,Class<?>> map) throws SQLException
SQLExceptionRef callableStatement_getRef(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionBlob callableStatement_getBlob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionClob callableStatement_getClob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionArray callableStatement_getArray(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionDate callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException
SQLExceptionTime callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException
SQLExceptionTimestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException
SQLExceptionvoid callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType, String typeName) throws SQLException
SQLExceptionvoid callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType) throws SQLException
SQLExceptionvoid callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, int scale) throws SQLException
SQLExceptionvoid callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, String typeName) throws SQLException
SQLExceptionURL callableStatement_getURL(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionvoid callableStatement_setURL(FilterChain chain, CallableStatementProxy statement, String parameterName, URL val) throws SQLException
SQLExceptionvoid callableStatement_setNull(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType) throws SQLException
SQLExceptionvoid callableStatement_setBoolean(FilterChain chain, CallableStatementProxy statement, String parameterName, boolean x) throws SQLException
SQLExceptionvoid callableStatement_setByte(FilterChain chain, CallableStatementProxy statement, String parameterName, byte x) throws SQLException
SQLExceptionvoid callableStatement_setShort(FilterChain chain, CallableStatementProxy statement, String parameterName, short x) throws SQLException
SQLExceptionvoid callableStatement_setInt(FilterChain chain, CallableStatementProxy statement, String parameterName, int x) throws SQLException
SQLExceptionvoid callableStatement_setLong(FilterChain chain, CallableStatementProxy statement, String parameterName, long x) throws SQLException
SQLExceptionvoid callableStatement_setFloat(FilterChain chain, CallableStatementProxy statement, String parameterName, float x) throws SQLException
SQLExceptionvoid callableStatement_setDouble(FilterChain chain, CallableStatementProxy statement, String parameterName, double x) throws SQLException
SQLExceptionvoid callableStatement_setBigDecimal(FilterChain chain, CallableStatementProxy statement, String parameterName, BigDecimal x) throws SQLException
SQLExceptionvoid callableStatement_setString(FilterChain chain, CallableStatementProxy statement, String parameterName, String x) throws SQLException
SQLExceptionvoid callableStatement_setBytes(FilterChain chain, CallableStatementProxy statement, String parameterName, byte[] x) throws SQLException
SQLExceptionvoid callableStatement_setDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Date x) throws SQLException
SQLExceptionvoid callableStatement_setTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Time x) throws SQLException
SQLExceptionvoid callableStatement_setTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Timestamp x) throws SQLException
SQLExceptionvoid callableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, int length) throws SQLException
SQLExceptionvoid callableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, int length) throws SQLException
SQLExceptionvoid callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType, int scale) throws SQLException
SQLExceptionvoid callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType) throws SQLException
SQLExceptionvoid callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x) throws SQLException
SQLExceptionvoid callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, int length) throws SQLException
SQLExceptionvoid callableStatement_setDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Date x, Calendar cal) throws SQLException
SQLExceptionvoid callableStatement_setTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Time x, Calendar cal) throws SQLException
SQLExceptionvoid callableStatement_setTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Timestamp x, Calendar cal) throws SQLException
SQLExceptionvoid callableStatement_setNull(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, String typeName) throws SQLException
SQLExceptionString callableStatement_getString(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionboolean callableStatement_getBoolean(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionbyte callableStatement_getByte(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionshort callableStatement_getShort(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionint callableStatement_getInt(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionlong callableStatement_getLong(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionfloat callableStatement_getFloat(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptiondouble callableStatement_getDouble(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionbyte[] callableStatement_getBytes(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionDate callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionTime callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionTimestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionObject callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionBigDecimal callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionObject callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Map<String,Class<?>> map) throws SQLException
SQLExceptionRef callableStatement_getRef(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionBlob callableStatement_getBlob(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionClob callableStatement_getClob(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionArray callableStatement_getArray(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionDate callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException
SQLExceptionTime callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException
SQLExceptionTimestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException
SQLExceptionURL callableStatement_getURL(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionRowId callableStatement_getRowId(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionRowId callableStatement_getRowId(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionvoid callableStatement_setRowId(FilterChain chain, CallableStatementProxy statement, String parameterName, RowId x) throws SQLException
SQLExceptionvoid callableStatement_setNString(FilterChain chain, CallableStatementProxy statement, String parameterName, String value) throws SQLException
SQLExceptionvoid callableStatement_setNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader value, long length) throws SQLException
SQLExceptionvoid callableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, NClob value) throws SQLException
SQLExceptionvoid callableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException
SQLExceptionvoid callableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream inputStream, long length) throws SQLException
SQLExceptionvoid callableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException
SQLExceptionNClob callableStatement_getNClob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionNClob callableStatement_getNClob(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionvoid callableStatement_setSQLXML(FilterChain chain, CallableStatementProxy statement, String parameterName, SQLXML xmlObject) throws SQLException
SQLExceptionSQLXML callableStatement_getSQLXML(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionSQLXML callableStatement_getSQLXML(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionString callableStatement_getNString(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionString callableStatement_getNString(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionReader callableStatement_getNCharacterStream(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionReader callableStatement_getNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionReader callableStatement_getCharacterStream(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException
SQLExceptionReader callableStatement_getCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException
SQLExceptionvoid callableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, Blob x) throws SQLException
SQLExceptionvoid callableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Clob x) throws SQLException
SQLExceptionvoid callableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, long length) throws SQLException
SQLExceptionvoid callableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, long length) throws SQLException
SQLExceptionvoid callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException
SQLExceptionvoid callableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x) throws SQLException
SQLExceptionvoid callableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x) throws SQLException
SQLExceptionvoid callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException
SQLExceptionvoid callableStatement_setNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader value) throws SQLException
SQLExceptionvoid callableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException
SQLExceptionvoid callableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream inputStream) throws SQLException
SQLExceptionvoid callableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException
SQLException<T> T unwrap(FilterChain chain, Wrapper wrapper, Class<T> iface) throws SQLException
SQLExceptionboolean isWrapperFor(FilterChain chain, Wrapper wrapper, Class<?> iface) throws SQLException
SQLExceptionvoid clob_free(FilterChain chain, ClobProxy wrapper) throws SQLException
SQLExceptionInputStream clob_getAsciiStream(FilterChain chain, ClobProxy wrapper) throws SQLException
SQLExceptionReader clob_getCharacterStream(FilterChain chain, ClobProxy wrapper) throws SQLException
SQLExceptionReader clob_getCharacterStream(FilterChain chain, ClobProxy wrapper, long pos, long length) throws SQLException
SQLExceptionString clob_getSubString(FilterChain chain, ClobProxy wrapper, long pos, int length) throws SQLException
SQLExceptionlong clob_length(FilterChain chain, ClobProxy wrapper) throws SQLException
SQLExceptionlong clob_position(FilterChain chain, ClobProxy wrapper, String searchstr, long start) throws SQLException
SQLExceptionlong clob_position(FilterChain chain, ClobProxy wrapper, Clob searchstr, long start) throws SQLException
SQLExceptionOutputStream clob_setAsciiStream(FilterChain chain, ClobProxy wrapper, long pos) throws SQLException
SQLExceptionWriter clob_setCharacterStream(FilterChain chain, ClobProxy wrapper, long pos) throws SQLException
SQLExceptionint clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str) throws SQLException
SQLExceptionint clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str, int offset, int len) throws SQLException
SQLExceptionvoid clob_truncate(FilterChain chain, ClobProxy wrapper, long len) throws SQLException
SQLExceptionvoid loadConfig(AbstractDruidFilterConfig druidFilterConfig)
void dataSource_releaseConnection(FilterChain chain, DruidPooledConnection connection) throws SQLException
SQLExceptionDruidPooledConnection dataSource_getConnection(FilterChain chain, DruidDataSource dataSource, long maxWaitMillis) throws SQLException
SQLExceptionCopyright © 2012 Alibaba Group. All Rights Reserved.