com.alibaba.druid.filter
接口 Filter

所有超级接口:
Wrapper
所有已知实现类:
CommonsLogFilter, ConfigFilter, EncodingConvertFilter, FilterAdapter, FilterEventAdapter, Log4jFilter, LogFilter, MergeStatFilter, Slf4jLogFilter, StatFilter, WallFilter

public interface Filter
extends Wrapper

作者:
wenshao

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

方法详细信息

init

void init(DataSourceProxy dataSource)

destory

void destory()

configFromProperties

void configFromProperties(Properties properties)

isWrapperFor

boolean isWrapperFor(Class<?> iface)
指定者:
接口 Wrapper 中的 isWrapperFor

unwrap

<T> T unwrap(Class<T> iface)
指定者:
接口 Wrapper 中的 unwrap

connection_connect

ConnectionProxy connection_connect(FilterChain chain,
                                   Properties info)
                                   throws SQLException
抛出:
SQLException

connection_createStatement

StatementProxy connection_createStatement(FilterChain chain,
                                          ConnectionProxy connection)
                                          throws SQLException
抛出:
SQLException

connection_prepareStatement

PreparedStatementProxy connection_prepareStatement(FilterChain chain,
                                                   ConnectionProxy connection,
                                                   String sql)
                                                   throws SQLException
抛出:
SQLException

connection_prepareCall

CallableStatementProxy connection_prepareCall(FilterChain chain,
                                              ConnectionProxy connection,
                                              String sql)
                                              throws SQLException
抛出:
SQLException

connection_nativeSQL

String connection_nativeSQL(FilterChain chain,
                            ConnectionProxy connection,
                            String sql)
                            throws SQLException
抛出:
SQLException

connection_setAutoCommit

void connection_setAutoCommit(FilterChain chain,
                              ConnectionProxy connection,
                              boolean autoCommit)
                              throws SQLException
抛出:
SQLException

connection_getAutoCommit

boolean connection_getAutoCommit(FilterChain chain,
                                 ConnectionProxy connection)
                                 throws SQLException
抛出:
SQLException

connection_commit

void connection_commit(FilterChain chain,
                       ConnectionProxy connection)
                       throws SQLException
抛出:
SQLException

connection_rollback

void connection_rollback(FilterChain chain,
                         ConnectionProxy connection)
                         throws SQLException
抛出:
SQLException

connection_close

void connection_close(FilterChain chain,
                      ConnectionProxy connection)
                      throws SQLException
抛出:
SQLException

connection_isClosed

boolean connection_isClosed(FilterChain chain,
                            ConnectionProxy connection)
                            throws SQLException
抛出:
SQLException

connection_getMetaData

DatabaseMetaData connection_getMetaData(FilterChain chain,
                                        ConnectionProxy connection)
                                        throws SQLException
抛出:
SQLException

connection_setReadOnly

void connection_setReadOnly(FilterChain chain,
                            ConnectionProxy connection,
                            boolean readOnly)
                            throws SQLException
抛出:
SQLException

connection_isReadOnly

boolean connection_isReadOnly(FilterChain chain,
                              ConnectionProxy connection)
                              throws SQLException
抛出:
SQLException

connection_setCatalog

void connection_setCatalog(FilterChain chain,
                           ConnectionProxy connection,
                           String catalog)
                           throws SQLException
抛出:
SQLException

connection_getCatalog

String connection_getCatalog(FilterChain chain,
                             ConnectionProxy connection)
                             throws SQLException
抛出:
SQLException

connection_setTransactionIsolation

void connection_setTransactionIsolation(FilterChain chain,
                                        ConnectionProxy connection,
                                        int level)
                                        throws SQLException
抛出:
SQLException

connection_getTransactionIsolation

int connection_getTransactionIsolation(FilterChain chain,
                                       ConnectionProxy connection)
                                       throws SQLException
抛出:
SQLException

connection_getWarnings

SQLWarning connection_getWarnings(FilterChain chain,
                                  ConnectionProxy connection)
                                  throws SQLException
抛出:
SQLException

connection_clearWarnings

void connection_clearWarnings(FilterChain chain,
                              ConnectionProxy connection)
                              throws SQLException
抛出:
SQLException

connection_createStatement

StatementProxy connection_createStatement(FilterChain chain,
                                          ConnectionProxy connection,
                                          int resultSetType,
                                          int resultSetConcurrency)
                                          throws SQLException
抛出:
SQLException

connection_prepareStatement

PreparedStatementProxy connection_prepareStatement(FilterChain chain,
                                                   ConnectionProxy connection,
                                                   String sql,
                                                   int resultSetType,
                                                   int resultSetConcurrency)
                                                   throws SQLException
抛出:
SQLException

connection_prepareCall

CallableStatementProxy connection_prepareCall(FilterChain chain,
                                              ConnectionProxy connection,
                                              String sql,
                                              int resultSetType,
                                              int resultSetConcurrency)
                                              throws SQLException
抛出:
SQLException

connection_getTypeMap

Map<String,Class<?>> connection_getTypeMap(FilterChain chain,
                                           ConnectionProxy connection)
                                           throws SQLException
抛出:
SQLException

connection_setTypeMap

void connection_setTypeMap(FilterChain chain,
                           ConnectionProxy connection,
                           Map<String,Class<?>> map)
                           throws SQLException
抛出:
SQLException

connection_setHoldability

void connection_setHoldability(FilterChain chain,
                               ConnectionProxy connection,
                               int holdability)
                               throws SQLException
抛出:
SQLException

connection_getHoldability

int connection_getHoldability(FilterChain chain,
                              ConnectionProxy connection)
                              throws SQLException
抛出:
SQLException

connection_setSavepoint

Savepoint connection_setSavepoint(FilterChain chain,
                                  ConnectionProxy connection)
                                  throws SQLException
抛出:
SQLException

connection_setSavepoint

Savepoint connection_setSavepoint(FilterChain chain,
                                  ConnectionProxy connection,
                                  String name)
                                  throws SQLException
抛出:
SQLException

connection_rollback

void connection_rollback(FilterChain chain,
                         ConnectionProxy connection,
                         Savepoint savepoint)
                         throws SQLException
抛出:
SQLException

connection_releaseSavepoint

void connection_releaseSavepoint(FilterChain chain,
                                 ConnectionProxy connection,
                                 Savepoint savepoint)
                                 throws SQLException
抛出:
SQLException

connection_createStatement

StatementProxy connection_createStatement(FilterChain chain,
                                          ConnectionProxy connection,
                                          int resultSetType,
                                          int resultSetConcurrency,
                                          int resultSetHoldability)
                                          throws SQLException
抛出:
SQLException

connection_prepareStatement

PreparedStatementProxy connection_prepareStatement(FilterChain chain,
                                                   ConnectionProxy connection,
                                                   String sql,
                                                   int resultSetType,
                                                   int resultSetConcurrency,
                                                   int resultSetHoldability)
                                                   throws SQLException
抛出:
SQLException

connection_prepareCall

CallableStatementProxy connection_prepareCall(FilterChain chain,
                                              ConnectionProxy connection,
                                              String sql,
                                              int resultSetType,
                                              int resultSetConcurrency,
                                              int resultSetHoldability)
                                              throws SQLException
抛出:
SQLException

connection_prepareStatement

PreparedStatementProxy connection_prepareStatement(FilterChain chain,
                                                   ConnectionProxy connection,
                                                   String sql,
                                                   int autoGeneratedKeys)
                                                   throws SQLException
抛出:
SQLException

connection_prepareStatement

PreparedStatementProxy connection_prepareStatement(FilterChain chain,
                                                   ConnectionProxy connection,
                                                   String sql,
                                                   int[] columnIndexes)
                                                   throws SQLException
抛出:
SQLException

connection_prepareStatement

PreparedStatementProxy connection_prepareStatement(FilterChain chain,
                                                   ConnectionProxy connection,
                                                   String sql,
                                                   String[] columnNames)
                                                   throws SQLException
抛出:
SQLException

connection_createClob

Clob connection_createClob(FilterChain chain,
                           ConnectionProxy connection)
                           throws SQLException
抛出:
SQLException

connection_createBlob

Blob connection_createBlob(FilterChain chain,
                           ConnectionProxy connection)
                           throws SQLException
抛出:
SQLException

connection_createNClob

NClob connection_createNClob(FilterChain chain,
                             ConnectionProxy connection)
                             throws SQLException
抛出:
SQLException

connection_createSQLXML

SQLXML connection_createSQLXML(FilterChain chain,
                               ConnectionProxy connection)
                               throws SQLException
抛出:
SQLException

connection_isValid

boolean connection_isValid(FilterChain chain,
                           ConnectionProxy connection,
                           int timeout)
                           throws SQLException
抛出:
SQLException

connection_setClientInfo

void connection_setClientInfo(FilterChain chain,
                              ConnectionProxy connection,
                              String name,
                              String value)
                              throws SQLClientInfoException
抛出:
SQLClientInfoException

connection_setClientInfo

void connection_setClientInfo(FilterChain chain,
                              ConnectionProxy connection,
                              Properties properties)
                              throws SQLClientInfoException
抛出:
SQLClientInfoException

connection_getClientInfo

String connection_getClientInfo(FilterChain chain,
                                ConnectionProxy connection,
                                String name)
                                throws SQLException
抛出:
SQLException

connection_getClientInfo

Properties connection_getClientInfo(FilterChain chain,
                                    ConnectionProxy connection)
                                    throws SQLException
抛出:
SQLException

connection_createArrayOf

Array connection_createArrayOf(FilterChain chain,
                               ConnectionProxy connection,
                               String typeName,
                               Object[] elements)
                               throws SQLException
抛出:
SQLException

connection_createStruct

Struct connection_createStruct(FilterChain chain,
                               ConnectionProxy connection,
                               String typeName,
                               Object[] attributes)
                               throws SQLException
抛出:
SQLException

resultSet_next

boolean resultSet_next(FilterChain chain,
                       ResultSetProxy resultSet)
                       throws SQLException
抛出:
SQLException

resultSet_close

void resultSet_close(FilterChain chain,
                     ResultSetProxy resultSet)
                     throws SQLException
抛出:
SQLException

resultSet_wasNull

boolean resultSet_wasNull(FilterChain chain,
                          ResultSetProxy resultSet)
                          throws SQLException
抛出:
SQLException

resultSet_getString

String resultSet_getString(FilterChain chain,
                           ResultSetProxy resultSet,
                           int columnIndex)
                           throws SQLException
抛出:
SQLException

resultSet_getBoolean

boolean resultSet_getBoolean(FilterChain chain,
                             ResultSetProxy resultSet,
                             int columnIndex)
                             throws SQLException
抛出:
SQLException

resultSet_getByte

byte resultSet_getByte(FilterChain chain,
                       ResultSetProxy resultSet,
                       int columnIndex)
                       throws SQLException
抛出:
SQLException

resultSet_getShort

short resultSet_getShort(FilterChain chain,
                         ResultSetProxy resultSet,
                         int columnIndex)
                         throws SQLException
抛出:
SQLException

resultSet_getInt

int resultSet_getInt(FilterChain chain,
                     ResultSetProxy resultSet,
                     int columnIndex)
                     throws SQLException
抛出:
SQLException

resultSet_getLong

long resultSet_getLong(FilterChain chain,
                       ResultSetProxy resultSet,
                       int columnIndex)
                       throws SQLException
抛出:
SQLException

resultSet_getFloat

float resultSet_getFloat(FilterChain chain,
                         ResultSetProxy resultSet,
                         int columnIndex)
                         throws SQLException
抛出:
SQLException

resultSet_getDouble

double resultSet_getDouble(FilterChain chain,
                           ResultSetProxy resultSet,
                           int columnIndex)
                           throws SQLException
抛出:
SQLException

resultSet_getBigDecimal

BigDecimal resultSet_getBigDecimal(FilterChain chain,
                                   ResultSetProxy resultSet,
                                   int columnIndex,
                                   int scale)
                                   throws SQLException
抛出:
SQLException

resultSet_getBytes

byte[] resultSet_getBytes(FilterChain chain,
                          ResultSetProxy resultSet,
                          int columnIndex)
                          throws SQLException
抛出:
SQLException

resultSet_getDate

Date resultSet_getDate(FilterChain chain,
                       ResultSetProxy resultSet,
                       int columnIndex)
                       throws SQLException
抛出:
SQLException

resultSet_getTime

Time resultSet_getTime(FilterChain chain,
                       ResultSetProxy resultSet,
                       int columnIndex)
                       throws SQLException
抛出:
SQLException

resultSet_getTimestamp

Timestamp resultSet_getTimestamp(FilterChain chain,
                                 ResultSetProxy resultSet,
                                 int columnIndex)
                                 throws SQLException
抛出:
SQLException

resultSet_getAsciiStream

InputStream resultSet_getAsciiStream(FilterChain chain,
                                     ResultSetProxy resultSet,
                                     int columnIndex)
                                     throws SQLException
抛出:
SQLException

resultSet_getUnicodeStream

InputStream resultSet_getUnicodeStream(FilterChain chain,
                                       ResultSetProxy resultSet,
                                       int columnIndex)
                                       throws SQLException
抛出:
SQLException

resultSet_getBinaryStream

InputStream resultSet_getBinaryStream(FilterChain chain,
                                      ResultSetProxy resultSet,
                                      int columnIndex)
                                      throws SQLException
抛出:
SQLException

resultSet_getString

String resultSet_getString(FilterChain chain,
                           ResultSetProxy resultSet,
                           String columnLabel)
                           throws SQLException
抛出:
SQLException

resultSet_getBoolean

boolean resultSet_getBoolean(FilterChain chain,
                             ResultSetProxy resultSet,
                             String columnLabel)
                             throws SQLException
抛出:
SQLException

resultSet_getByte

byte resultSet_getByte(FilterChain chain,
                       ResultSetProxy resultSet,
                       String columnLabel)
                       throws SQLException
抛出:
SQLException

resultSet_getShort

short resultSet_getShort(FilterChain chain,
                         ResultSetProxy resultSet,
                         String columnLabel)
                         throws SQLException
抛出:
SQLException

resultSet_getInt

int resultSet_getInt(FilterChain chain,
                     ResultSetProxy resultSet,
                     String columnLabel)
                     throws SQLException
抛出:
SQLException

resultSet_getLong

long resultSet_getLong(FilterChain chain,
                       ResultSetProxy resultSet,
                       String columnLabel)
                       throws SQLException
抛出:
SQLException

resultSet_getFloat

float resultSet_getFloat(FilterChain chain,
                         ResultSetProxy resultSet,
                         String columnLabel)
                         throws SQLException
抛出:
SQLException

resultSet_getDouble

double resultSet_getDouble(FilterChain chain,
                           ResultSetProxy resultSet,
                           String columnLabel)
                           throws SQLException
抛出:
SQLException

resultSet_getBigDecimal

BigDecimal resultSet_getBigDecimal(FilterChain chain,
                                   ResultSetProxy resultSet,
                                   String columnLabel,
                                   int scale)
                                   throws SQLException
抛出:
SQLException

resultSet_getBytes

byte[] resultSet_getBytes(FilterChain chain,
                          ResultSetProxy resultSet,
                          String columnLabel)
                          throws SQLException
抛出:
SQLException

resultSet_getDate

Date resultSet_getDate(FilterChain chain,
                       ResultSetProxy resultSet,
                       String columnLabel)
                       throws SQLException
抛出:
SQLException

resultSet_getTime

Time resultSet_getTime(FilterChain chain,
                       ResultSetProxy resultSet,
                       String columnLabel)
                       throws SQLException
抛出:
SQLException

resultSet_getTimestamp

Timestamp resultSet_getTimestamp(FilterChain chain,
                                 ResultSetProxy resultSet,
                                 String columnLabel)
                                 throws SQLException
抛出:
SQLException

resultSet_getAsciiStream

InputStream resultSet_getAsciiStream(FilterChain chain,
                                     ResultSetProxy resultSet,
                                     String columnLabel)
                                     throws SQLException
抛出:
SQLException

resultSet_getUnicodeStream

InputStream resultSet_getUnicodeStream(FilterChain chain,
                                       ResultSetProxy resultSet,
                                       String columnLabel)
                                       throws SQLException
抛出:
SQLException

resultSet_getBinaryStream

InputStream resultSet_getBinaryStream(FilterChain chain,
                                      ResultSetProxy resultSet,
                                      String columnLabel)
                                      throws SQLException
抛出:
SQLException

resultSet_getWarnings

SQLWarning resultSet_getWarnings(FilterChain chain,
                                 ResultSetProxy resultSet)
                                 throws SQLException
抛出:
SQLException

resultSet_clearWarnings

void resultSet_clearWarnings(FilterChain chain,
                             ResultSetProxy resultSet)
                             throws SQLException
抛出:
SQLException

resultSet_getCursorName

String resultSet_getCursorName(FilterChain chain,
                               ResultSetProxy resultSet)
                               throws SQLException
抛出:
SQLException

resultSet_getMetaData

ResultSetMetaData resultSet_getMetaData(FilterChain chain,
                                        ResultSetProxy resultSet)
                                        throws SQLException
抛出:
SQLException

resultSet_getObject

Object resultSet_getObject(FilterChain chain,
                           ResultSetProxy resultSet,
                           int columnIndex)
                           throws SQLException
抛出:
SQLException

resultSet_getObject

Object resultSet_getObject(FilterChain chain,
                           ResultSetProxy resultSet,
                           String columnLabel)
                           throws SQLException
抛出:
SQLException

resultSet_findColumn

int resultSet_findColumn(FilterChain chain,
                         ResultSetProxy resultSet,
                         String columnLabel)
                         throws SQLException
抛出:
SQLException

resultSet_getCharacterStream

Reader resultSet_getCharacterStream(FilterChain chain,
                                    ResultSetProxy resultSet,
                                    int columnIndex)
                                    throws SQLException
抛出:
SQLException

resultSet_getCharacterStream

Reader resultSet_getCharacterStream(FilterChain chain,
                                    ResultSetProxy resultSet,
                                    String columnLabel)
                                    throws SQLException
抛出:
SQLException

resultSet_getBigDecimal

BigDecimal resultSet_getBigDecimal(FilterChain chain,
                                   ResultSetProxy resultSet,
                                   int columnIndex)
                                   throws SQLException
抛出:
SQLException

resultSet_getBigDecimal

BigDecimal resultSet_getBigDecimal(FilterChain chain,
                                   ResultSetProxy resultSet,
                                   String columnLabel)
                                   throws SQLException
抛出:
SQLException

resultSet_isBeforeFirst

boolean resultSet_isBeforeFirst(FilterChain chain,
                                ResultSetProxy resultSet)
                                throws SQLException
抛出:
SQLException

resultSet_isAfterLast

boolean resultSet_isAfterLast(FilterChain chain,
                              ResultSetProxy resultSet)
                              throws SQLException
抛出:
SQLException

resultSet_isFirst

boolean resultSet_isFirst(FilterChain chain,
                          ResultSetProxy resultSet)
                          throws SQLException
抛出:
SQLException

resultSet_isLast

boolean resultSet_isLast(FilterChain chain,
                         ResultSetProxy resultSet)
                         throws SQLException
抛出:
SQLException

resultSet_beforeFirst

void resultSet_beforeFirst(FilterChain chain,
                           ResultSetProxy resultSet)
                           throws SQLException
抛出:
SQLException

resultSet_afterLast

void resultSet_afterLast(FilterChain chain,
                         ResultSetProxy resultSet)
                         throws SQLException
抛出:
SQLException

resultSet_first

boolean resultSet_first(FilterChain chain,
                        ResultSetProxy resultSet)
                        throws SQLException
抛出:
SQLException

resultSet_last

boolean resultSet_last(FilterChain chain,
                       ResultSetProxy resultSet)
                       throws SQLException
抛出:
SQLException

resultSet_getRow

int resultSet_getRow(FilterChain chain,
                     ResultSetProxy resultSet)
                     throws SQLException
抛出:
SQLException

resultSet_absolute

boolean resultSet_absolute(FilterChain chain,
                           ResultSetProxy resultSet,
                           int row)
                           throws SQLException
抛出:
SQLException

resultSet_relative

boolean resultSet_relative(FilterChain chain,
                           ResultSetProxy resultSet,
                           int rows)
                           throws SQLException
抛出:
SQLException

resultSet_previous

boolean resultSet_previous(FilterChain chain,
                           ResultSetProxy resultSet)
                           throws SQLException
抛出:
SQLException

resultSet_setFetchDirection

void resultSet_setFetchDirection(FilterChain chain,
                                 ResultSetProxy resultSet,
                                 int direction)
                                 throws SQLException
抛出:
SQLException

resultSet_getFetchDirection

int resultSet_getFetchDirection(FilterChain chain,
                                ResultSetProxy resultSet)
                                throws SQLException
抛出:
SQLException

resultSet_setFetchSize

void resultSet_setFetchSize(FilterChain chain,
                            ResultSetProxy resultSet,
                            int rows)
                            throws SQLException
抛出:
SQLException

resultSet_getFetchSize

int resultSet_getFetchSize(FilterChain chain,
                           ResultSetProxy resultSet)
                           throws SQLException
抛出:
SQLException

resultSet_getType

int resultSet_getType(FilterChain chain,
                      ResultSetProxy resultSet)
                      throws SQLException
抛出:
SQLException

resultSet_getConcurrency

int resultSet_getConcurrency(FilterChain chain,
                             ResultSetProxy resultSet)
                             throws SQLException
抛出:
SQLException

resultSet_rowUpdated

boolean resultSet_rowUpdated(FilterChain chain,
                             ResultSetProxy resultSet)
                             throws SQLException
抛出:
SQLException

resultSet_rowInserted

boolean resultSet_rowInserted(FilterChain chain,
                              ResultSetProxy resultSet)
                              throws SQLException
抛出:
SQLException

resultSet_rowDeleted

boolean resultSet_rowDeleted(FilterChain chain,
                             ResultSetProxy resultSet)
                             throws SQLException
抛出:
SQLException

resultSet_updateNull

void resultSet_updateNull(FilterChain chain,
                          ResultSetProxy resultSet,
                          int columnIndex)
                          throws SQLException
抛出:
SQLException

resultSet_updateBoolean

void resultSet_updateBoolean(FilterChain chain,
                             ResultSetProxy resultSet,
                             int columnIndex,
                             boolean x)
                             throws SQLException
抛出:
SQLException

resultSet_updateByte

void resultSet_updateByte(FilterChain chain,
                          ResultSetProxy resultSet,
                          int columnIndex,
                          byte x)
                          throws SQLException
抛出:
SQLException

resultSet_updateShort

void resultSet_updateShort(FilterChain chain,
                           ResultSetProxy resultSet,
                           int columnIndex,
                           short x)
                           throws SQLException
抛出:
SQLException

resultSet_updateInt

void resultSet_updateInt(FilterChain chain,
                         ResultSetProxy resultSet,
                         int columnIndex,
                         int x)
                         throws SQLException
抛出:
SQLException

resultSet_updateLong

void resultSet_updateLong(FilterChain chain,
                          ResultSetProxy resultSet,
                          int columnIndex,
                          long x)
                          throws SQLException
抛出:
SQLException

resultSet_updateFloat

void resultSet_updateFloat(FilterChain chain,
                           ResultSetProxy resultSet,
                           int columnIndex,
                           float x)
                           throws SQLException
抛出:
SQLException

resultSet_updateDouble

void resultSet_updateDouble(FilterChain chain,
                            ResultSetProxy resultSet,
                            int columnIndex,
                            double x)
                            throws SQLException
抛出:
SQLException

resultSet_updateBigDecimal

void resultSet_updateBigDecimal(FilterChain chain,
                                ResultSetProxy resultSet,
                                int columnIndex,
                                BigDecimal x)
                                throws SQLException
抛出:
SQLException

resultSet_updateString

void resultSet_updateString(FilterChain chain,
                            ResultSetProxy resultSet,
                            int columnIndex,
                            String x)
                            throws SQLException
抛出:
SQLException

resultSet_updateBytes

void resultSet_updateBytes(FilterChain chain,
                           ResultSetProxy resultSet,
                           int columnIndex,
                           byte[] x)
                           throws SQLException
抛出:
SQLException

resultSet_updateDate

void resultSet_updateDate(FilterChain chain,
                          ResultSetProxy resultSet,
                          int columnIndex,
                          Date x)
                          throws SQLException
抛出:
SQLException

resultSet_updateTime

void resultSet_updateTime(FilterChain chain,
                          ResultSetProxy resultSet,
                          int columnIndex,
                          Time x)
                          throws SQLException
抛出:
SQLException

resultSet_updateTimestamp

void resultSet_updateTimestamp(FilterChain chain,
                               ResultSetProxy resultSet,
                               int columnIndex,
                               Timestamp x)
                               throws SQLException
抛出:
SQLException

resultSet_updateAsciiStream

void resultSet_updateAsciiStream(FilterChain chain,
                                 ResultSetProxy resultSet,
                                 int columnIndex,
                                 InputStream x,
                                 int length)
                                 throws SQLException
抛出:
SQLException

resultSet_updateBinaryStream

void resultSet_updateBinaryStream(FilterChain chain,
                                  ResultSetProxy resultSet,
                                  int columnIndex,
                                  InputStream x,
                                  int length)
                                  throws SQLException
抛出:
SQLException

resultSet_updateCharacterStream

void resultSet_updateCharacterStream(FilterChain chain,
                                     ResultSetProxy resultSet,
                                     int columnIndex,
                                     Reader x,
                                     int length)
                                     throws SQLException
抛出:
SQLException

resultSet_updateObject

void resultSet_updateObject(FilterChain chain,
                            ResultSetProxy resultSet,
                            int columnIndex,
                            Object x,
                            int scaleOrLength)
                            throws SQLException
抛出:
SQLException

resultSet_updateObject

void resultSet_updateObject(FilterChain chain,
                            ResultSetProxy resultSet,
                            int columnIndex,
                            Object x)
                            throws SQLException
抛出:
SQLException

resultSet_updateNull

void resultSet_updateNull(FilterChain chain,
                          ResultSetProxy resultSet,
                          String columnLabel)
                          throws SQLException
抛出:
SQLException

resultSet_updateBoolean

void resultSet_updateBoolean(FilterChain chain,
                             ResultSetProxy resultSet,
                             String columnLabel,
                             boolean x)
                             throws SQLException
抛出:
SQLException

resultSet_updateByte

void resultSet_updateByte(FilterChain chain,
                          ResultSetProxy resultSet,
                          String columnLabel,
                          byte x)
                          throws SQLException
抛出:
SQLException

resultSet_updateShort

void resultSet_updateShort(FilterChain chain,
                           ResultSetProxy resultSet,
                           String columnLabel,
                           short x)
                           throws SQLException
抛出:
SQLException

resultSet_updateInt

void resultSet_updateInt(FilterChain chain,
                         ResultSetProxy resultSet,
                         String columnLabel,
                         int x)
                         throws SQLException
抛出:
SQLException

resultSet_updateLong

void resultSet_updateLong(FilterChain chain,
                          ResultSetProxy resultSet,
                          String columnLabel,
                          long x)
                          throws SQLException
抛出:
SQLException

resultSet_updateFloat

void resultSet_updateFloat(FilterChain chain,
                           ResultSetProxy resultSet,
                           String columnLabel,
                           float x)
                           throws SQLException
抛出:
SQLException

resultSet_updateDouble

void resultSet_updateDouble(FilterChain chain,
                            ResultSetProxy resultSet,
                            String columnLabel,
                            double x)
                            throws SQLException
抛出:
SQLException

resultSet_updateBigDecimal

void resultSet_updateBigDecimal(FilterChain chain,
                                ResultSetProxy resultSet,
                                String columnLabel,
                                BigDecimal x)
                                throws SQLException
抛出:
SQLException

resultSet_updateString

void resultSet_updateString(FilterChain chain,
                            ResultSetProxy resultSet,
                            String columnLabel,
                            String x)
                            throws SQLException
抛出:
SQLException

resultSet_updateBytes

void resultSet_updateBytes(FilterChain chain,
                           ResultSetProxy resultSet,
                           String columnLabel,
                           byte[] x)
                           throws SQLException
抛出:
SQLException

resultSet_updateDate

void resultSet_updateDate(FilterChain chain,
                          ResultSetProxy resultSet,
                          String columnLabel,
                          Date x)
                          throws SQLException
抛出:
SQLException

resultSet_updateTime

void resultSet_updateTime(FilterChain chain,
                          ResultSetProxy resultSet,
                          String columnLabel,
                          Time x)
                          throws SQLException
抛出:
SQLException

resultSet_updateTimestamp

void resultSet_updateTimestamp(FilterChain chain,
                               ResultSetProxy resultSet,
                               String columnLabel,
                               Timestamp x)
                               throws SQLException
抛出:
SQLException

resultSet_updateAsciiStream

void resultSet_updateAsciiStream(FilterChain chain,
                                 ResultSetProxy resultSet,
                                 String columnLabel,
                                 InputStream x,
                                 int length)
                                 throws SQLException
抛出:
SQLException

resultSet_updateBinaryStream

void resultSet_updateBinaryStream(FilterChain chain,
                                  ResultSetProxy resultSet,
                                  String columnLabel,
                                  InputStream x,
                                  int length)
                                  throws SQLException
抛出:
SQLException

resultSet_updateCharacterStream

void resultSet_updateCharacterStream(FilterChain chain,
                                     ResultSetProxy resultSet,
                                     String columnLabel,
                                     Reader reader,
                                     int length)
                                     throws SQLException
抛出:
SQLException

resultSet_updateObject

void resultSet_updateObject(FilterChain chain,
                            ResultSetProxy resultSet,
                            String columnLabel,
                            Object x,
                            int scaleOrLength)
                            throws SQLException
抛出:
SQLException

resultSet_updateObject

void resultSet_updateObject(FilterChain chain,
                            ResultSetProxy resultSet,
                            String columnLabel,
                            Object x)
                            throws SQLException
抛出:
SQLException

resultSet_insertRow

void resultSet_insertRow(FilterChain chain,
                         ResultSetProxy resultSet)
                         throws SQLException
抛出:
SQLException

resultSet_updateRow

void resultSet_updateRow(FilterChain chain,
                         ResultSetProxy resultSet)
                         throws SQLException
抛出:
SQLException

resultSet_deleteRow

void resultSet_deleteRow(FilterChain chain,
                         ResultSetProxy resultSet)
                         throws SQLException
抛出:
SQLException

resultSet_refreshRow

void resultSet_refreshRow(FilterChain chain,
                          ResultSetProxy resultSet)
                          throws SQLException
抛出:
SQLException

resultSet_cancelRowUpdates

void resultSet_cancelRowUpdates(FilterChain chain,
                                ResultSetProxy resultSet)
                                throws SQLException
抛出:
SQLException

resultSet_moveToInsertRow

void resultSet_moveToInsertRow(FilterChain chain,
                               ResultSetProxy resultSet)
                               throws SQLException
抛出:
SQLException

resultSet_moveToCurrentRow

void resultSet_moveToCurrentRow(FilterChain chain,
                                ResultSetProxy resultSet)
                                throws SQLException
抛出:
SQLException

resultSet_getStatement

Statement resultSet_getStatement(FilterChain chain,
                                 ResultSetProxy resultSet)
                                 throws SQLException
抛出:
SQLException

resultSet_getObject

Object resultSet_getObject(FilterChain chain,
                           ResultSetProxy resultSet,
                           int columnIndex,
                           Map<String,Class<?>> map)
                           throws SQLException
抛出:
SQLException

resultSet_getRef

Ref resultSet_getRef(FilterChain chain,
                     ResultSetProxy resultSet,
                     int columnIndex)
                     throws SQLException
抛出:
SQLException

resultSet_getBlob

Blob resultSet_getBlob(FilterChain chain,
                       ResultSetProxy resultSet,
                       int columnIndex)
                       throws SQLException
抛出:
SQLException

resultSet_getClob

Clob resultSet_getClob(FilterChain chain,
                       ResultSetProxy resultSet,
                       int columnIndex)
                       throws SQLException
抛出:
SQLException

resultSet_getArray

Array resultSet_getArray(FilterChain chain,
                         ResultSetProxy resultSet,
                         int columnIndex)
                         throws SQLException
抛出:
SQLException

resultSet_getObject

Object resultSet_getObject(FilterChain chain,
                           ResultSetProxy resultSet,
                           String columnLabel,
                           Map<String,Class<?>> map)
                           throws SQLException
抛出:
SQLException

resultSet_getRef

Ref resultSet_getRef(FilterChain chain,
                     ResultSetProxy resultSet,
                     String columnLabel)
                     throws SQLException
抛出:
SQLException

resultSet_getBlob

Blob resultSet_getBlob(FilterChain chain,
                       ResultSetProxy resultSet,
                       String columnLabel)
                       throws SQLException
抛出:
SQLException

resultSet_getClob

Clob resultSet_getClob(FilterChain chain,
                       ResultSetProxy resultSet,
                       String columnLabel)
                       throws SQLException
抛出:
SQLException

resultSet_getArray

Array resultSet_getArray(FilterChain chain,
                         ResultSetProxy resultSet,
                         String columnLabel)
                         throws SQLException
抛出:
SQLException

resultSet_getDate

Date resultSet_getDate(FilterChain chain,
                       ResultSetProxy resultSet,
                       int columnIndex,
                       Calendar cal)
                       throws SQLException
抛出:
SQLException

resultSet_getDate

Date resultSet_getDate(FilterChain chain,
                       ResultSetProxy resultSet,
                       String columnLabel,
                       Calendar cal)
                       throws SQLException
抛出:
SQLException

resultSet_getTime

Time resultSet_getTime(FilterChain chain,
                       ResultSetProxy resultSet,
                       int columnIndex,
                       Calendar cal)
                       throws SQLException
抛出:
SQLException

resultSet_getTime

Time resultSet_getTime(FilterChain chain,
                       ResultSetProxy resultSet,
                       String columnLabel,
                       Calendar cal)
                       throws SQLException
抛出:
SQLException

resultSet_getTimestamp

Timestamp resultSet_getTimestamp(FilterChain chain,
                                 ResultSetProxy resultSet,
                                 int columnIndex,
                                 Calendar cal)
                                 throws SQLException
抛出:
SQLException

resultSet_getTimestamp

Timestamp resultSet_getTimestamp(FilterChain chain,
                                 ResultSetProxy resultSet,
                                 String columnLabel,
                                 Calendar cal)
                                 throws SQLException
抛出:
SQLException

resultSet_getURL

URL resultSet_getURL(FilterChain chain,
                     ResultSetProxy resultSet,
                     int columnIndex)
                     throws SQLException
抛出:
SQLException

resultSet_getURL

URL resultSet_getURL(FilterChain chain,
                     ResultSetProxy resultSet,
                     String columnLabel)
                     throws SQLException
抛出:
SQLException

resultSet_updateRef

void resultSet_updateRef(FilterChain chain,
                         ResultSetProxy resultSet,
                         int columnIndex,
                         Ref x)
                         throws SQLException
抛出:
SQLException

resultSet_updateRef

void resultSet_updateRef(FilterChain chain,
                         ResultSetProxy resultSet,
                         String columnLabel,
                         Ref x)
                         throws SQLException
抛出:
SQLException

resultSet_updateBlob

void resultSet_updateBlob(FilterChain chain,
                          ResultSetProxy resultSet,
                          int columnIndex,
                          Blob x)
                          throws SQLException
抛出:
SQLException

resultSet_updateBlob

void resultSet_updateBlob(FilterChain chain,
                          ResultSetProxy resultSet,
                          String columnLabel,
                          Blob x)
                          throws SQLException
抛出:
SQLException

resultSet_updateClob

void resultSet_updateClob(FilterChain chain,
                          ResultSetProxy resultSet,
                          int columnIndex,
                          Clob x)
                          throws SQLException
抛出:
SQLException

resultSet_updateClob

void resultSet_updateClob(FilterChain chain,
                          ResultSetProxy resultSet,
                          String columnLabel,
                          Clob x)
                          throws SQLException
抛出:
SQLException

resultSet_updateArray

void resultSet_updateArray(FilterChain chain,
                           ResultSetProxy resultSet,
                           int columnIndex,
                           Array x)
                           throws SQLException
抛出:
SQLException

resultSet_updateArray

void resultSet_updateArray(FilterChain chain,
                           ResultSetProxy resultSet,
                           String columnLabel,
                           Array x)
                           throws SQLException
抛出:
SQLException

resultSet_getRowId

RowId resultSet_getRowId(FilterChain chain,
                         ResultSetProxy resultSet,
                         int columnIndex)
                         throws SQLException
抛出:
SQLException

resultSet_getRowId

RowId resultSet_getRowId(FilterChain chain,
                         ResultSetProxy resultSet,
                         String columnLabel)
                         throws SQLException
抛出:
SQLException

resultSet_updateRowId

void resultSet_updateRowId(FilterChain chain,
                           ResultSetProxy resultSet,
                           int columnIndex,
                           RowId x)
                           throws SQLException
抛出:
SQLException

resultSet_updateRowId

void resultSet_updateRowId(FilterChain chain,
                           ResultSetProxy resultSet,
                           String columnLabel,
                           RowId x)
                           throws SQLException
抛出:
SQLException

resultSet_getHoldability

int resultSet_getHoldability(FilterChain chain,
                             ResultSetProxy resultSet)
                             throws SQLException
抛出:
SQLException

resultSet_isClosed

boolean resultSet_isClosed(FilterChain chain,
                           ResultSetProxy resultSet)
                           throws SQLException
抛出:
SQLException

resultSet_updateNString

void resultSet_updateNString(FilterChain chain,
                             ResultSetProxy resultSet,
                             int columnIndex,
                             String nString)
                             throws SQLException
抛出:
SQLException

resultSet_updateNString

void resultSet_updateNString(FilterChain chain,
                             ResultSetProxy resultSet,
                             String columnLabel,
                             String nString)
                             throws SQLException
抛出:
SQLException

resultSet_updateNClob

void resultSet_updateNClob(FilterChain chain,
                           ResultSetProxy resultSet,
                           int columnIndex,
                           NClob nClob)
                           throws SQLException
抛出:
SQLException

resultSet_updateNClob

void resultSet_updateNClob(FilterChain chain,
                           ResultSetProxy resultSet,
                           String columnLabel,
                           NClob nClob)
                           throws SQLException
抛出:
SQLException

resultSet_getNClob

NClob resultSet_getNClob(FilterChain chain,
                         ResultSetProxy resultSet,
                         int columnIndex)
                         throws SQLException
抛出:
SQLException

resultSet_getNClob

NClob resultSet_getNClob(FilterChain chain,
                         ResultSetProxy resultSet,
                         String columnLabel)
                         throws SQLException
抛出:
SQLException

resultSet_getSQLXML

SQLXML resultSet_getSQLXML(FilterChain chain,
                           ResultSetProxy resultSet,
                           int columnIndex)
                           throws SQLException
抛出:
SQLException

resultSet_getSQLXML

SQLXML resultSet_getSQLXML(FilterChain chain,
                           ResultSetProxy resultSet,
                           String columnLabel)
                           throws SQLException
抛出:
SQLException

resultSet_updateSQLXML

void resultSet_updateSQLXML(FilterChain chain,
                            ResultSetProxy resultSet,
                            int columnIndex,
                            SQLXML xmlObject)
                            throws SQLException
抛出:
SQLException

resultSet_updateSQLXML

void resultSet_updateSQLXML(FilterChain chain,
                            ResultSetProxy resultSet,
                            String columnLabel,
                            SQLXML xmlObject)
                            throws SQLException
抛出:
SQLException

resultSet_getNString

String resultSet_getNString(FilterChain chain,
                            ResultSetProxy resultSet,
                            int columnIndex)
                            throws SQLException
抛出:
SQLException

resultSet_getNString

String resultSet_getNString(FilterChain chain,
                            ResultSetProxy resultSet,
                            String columnLabel)
                            throws SQLException
抛出:
SQLException

resultSet_getNCharacterStream

Reader resultSet_getNCharacterStream(FilterChain chain,
                                     ResultSetProxy resultSet,
                                     int columnIndex)
                                     throws SQLException
抛出:
SQLException

resultSet_getNCharacterStream

Reader resultSet_getNCharacterStream(FilterChain chain,
                                     ResultSetProxy resultSet,
                                     String columnLabel)
                                     throws SQLException
抛出:
SQLException

resultSet_updateNCharacterStream

void resultSet_updateNCharacterStream(FilterChain chain,
                                      ResultSetProxy resultSet,
                                      int columnIndex,
                                      Reader x,
                                      long length)
                                      throws SQLException
抛出:
SQLException

resultSet_updateNCharacterStream

void resultSet_updateNCharacterStream(FilterChain chain,
                                      ResultSetProxy resultSet,
                                      String columnLabel,
                                      Reader reader,
                                      long length)
                                      throws SQLException
抛出:
SQLException

resultSet_updateAsciiStream

void resultSet_updateAsciiStream(FilterChain chain,
                                 ResultSetProxy resultSet,
                                 int columnIndex,
                                 InputStream x,
                                 long length)
                                 throws SQLException
抛出:
SQLException

resultSet_updateBinaryStream

void resultSet_updateBinaryStream(FilterChain chain,
                                  ResultSetProxy resultSet,
                                  int columnIndex,
                                  InputStream x,
                                  long length)
                                  throws SQLException
抛出:
SQLException

resultSet_updateCharacterStream

void resultSet_updateCharacterStream(FilterChain chain,
                                     ResultSetProxy resultSet,
                                     int columnIndex,
                                     Reader x,
                                     long length)
                                     throws SQLException
抛出:
SQLException

resultSet_updateAsciiStream

void resultSet_updateAsciiStream(FilterChain chain,
                                 ResultSetProxy resultSet,
                                 String columnLabel,
                                 InputStream x,
                                 long length)
                                 throws SQLException
抛出:
SQLException

resultSet_updateBinaryStream

void resultSet_updateBinaryStream(FilterChain chain,
                                  ResultSetProxy resultSet,
                                  String columnLabel,
                                  InputStream x,
                                  long length)
                                  throws SQLException
抛出:
SQLException

resultSet_updateCharacterStream

void resultSet_updateCharacterStream(FilterChain chain,
                                     ResultSetProxy resultSet,
                                     String columnLabel,
                                     Reader reader,
                                     long length)
                                     throws SQLException
抛出:
SQLException

resultSet_updateBlob

void resultSet_updateBlob(FilterChain chain,
                          ResultSetProxy resultSet,
                          int columnIndex,
                          InputStream inputStream,
                          long length)
                          throws SQLException
抛出:
SQLException

resultSet_updateBlob

void resultSet_updateBlob(FilterChain chain,
                          ResultSetProxy resultSet,
                          String columnLabel,
                          InputStream inputStream,
                          long length)
                          throws SQLException
抛出:
SQLException

resultSet_updateClob

void resultSet_updateClob(FilterChain chain,
                          ResultSetProxy resultSet,
                          int columnIndex,
                          Reader reader,
                          long length)
                          throws SQLException
抛出:
SQLException

resultSet_updateClob

void resultSet_updateClob(FilterChain chain,
                          ResultSetProxy resultSet,
                          String columnLabel,
                          Reader reader,
                          long length)
                          throws SQLException
抛出:
SQLException

resultSet_updateNClob

void resultSet_updateNClob(FilterChain chain,
                           ResultSetProxy resultSet,
                           int columnIndex,
                           Reader reader,
                           long length)
                           throws SQLException
抛出:
SQLException

resultSet_updateNClob

void resultSet_updateNClob(FilterChain chain,
                           ResultSetProxy resultSet,
                           String columnLabel,
                           Reader reader,
                           long length)
                           throws SQLException
抛出:
SQLException

resultSet_updateNCharacterStream

void resultSet_updateNCharacterStream(FilterChain chain,
                                      ResultSetProxy resultSet,
                                      int columnIndex,
                                      Reader x)
                                      throws SQLException
抛出:
SQLException

resultSet_updateNCharacterStream

void resultSet_updateNCharacterStream(FilterChain chain,
                                      ResultSetProxy resultSet,
                                      String columnLabel,
                                      Reader reader)
                                      throws SQLException
抛出:
SQLException

resultSet_updateAsciiStream

void resultSet_updateAsciiStream(FilterChain chain,
                                 ResultSetProxy resultSet,
                                 int columnIndex,
                                 InputStream x)
                                 throws SQLException
抛出:
SQLException

resultSet_updateBinaryStream

void resultSet_updateBinaryStream(FilterChain chain,
                                  ResultSetProxy resultSet,
                                  int columnIndex,
                                  InputStream x)
                                  throws SQLException
抛出:
SQLException

resultSet_updateCharacterStream

void resultSet_updateCharacterStream(FilterChain chain,
                                     ResultSetProxy resultSet,
                                     int columnIndex,
                                     Reader x)
                                     throws SQLException
抛出:
SQLException

resultSet_updateAsciiStream

void resultSet_updateAsciiStream(FilterChain chain,
                                 ResultSetProxy resultSet,
                                 String columnLabel,
                                 InputStream x)
                                 throws SQLException
抛出:
SQLException

resultSet_updateBinaryStream

void resultSet_updateBinaryStream(FilterChain chain,
                                  ResultSetProxy resultSet,
                                  String columnLabel,
                                  InputStream x)
                                  throws SQLException
抛出:
SQLException

resultSet_updateCharacterStream

void resultSet_updateCharacterStream(FilterChain chain,
                                     ResultSetProxy resultSet,
                                     String columnLabel,
                                     Reader reader)
                                     throws SQLException
抛出:
SQLException

resultSet_updateBlob

void resultSet_updateBlob(FilterChain chain,
                          ResultSetProxy resultSet,
                          int columnIndex,
                          InputStream inputStream)
                          throws SQLException
抛出:
SQLException

resultSet_updateBlob

void resultSet_updateBlob(FilterChain chain,
                          ResultSetProxy resultSet,
                          String columnLabel,
                          InputStream inputStream)
                          throws SQLException
抛出:
SQLException

resultSet_updateClob

void resultSet_updateClob(FilterChain chain,
                          ResultSetProxy resultSet,
                          int columnIndex,
                          Reader reader)
                          throws SQLException
抛出:
SQLException

resultSet_updateClob

void resultSet_updateClob(FilterChain chain,
                          ResultSetProxy resultSet,
                          String columnLabel,
                          Reader reader)
                          throws SQLException
抛出:
SQLException

resultSet_updateNClob

void resultSet_updateNClob(FilterChain chain,
                           ResultSetProxy resultSet,
                           int columnIndex,
                           Reader reader)
                           throws SQLException
抛出:
SQLException

resultSet_updateNClob

void resultSet_updateNClob(FilterChain chain,
                           ResultSetProxy resultSet,
                           String columnLabel,
                           Reader reader)
                           throws SQLException
抛出:
SQLException

statement_executeQuery

ResultSetProxy statement_executeQuery(FilterChain chain,
                                      StatementProxy statement,
                                      String sql)
                                      throws SQLException
抛出:
SQLException

statement_executeUpdate

int statement_executeUpdate(FilterChain chain,
                            StatementProxy statement,
                            String sql)
                            throws SQLException
抛出:
SQLException

statement_close

void statement_close(FilterChain chain,
                     StatementProxy statement)
                     throws SQLException
抛出:
SQLException

statement_getMaxFieldSize

int statement_getMaxFieldSize(FilterChain chain,
                              StatementProxy statement)
                              throws SQLException
抛出:
SQLException

statement_setMaxFieldSize

void statement_setMaxFieldSize(FilterChain chain,
                               StatementProxy statement,
                               int max)
                               throws SQLException
抛出:
SQLException

statement_getMaxRows

int statement_getMaxRows(FilterChain chain,
                         StatementProxy statement)
                         throws SQLException
抛出:
SQLException

statement_setMaxRows

void statement_setMaxRows(FilterChain chain,
                          StatementProxy statement,
                          int max)
                          throws SQLException
抛出:
SQLException

statement_setEscapeProcessing

void statement_setEscapeProcessing(FilterChain chain,
                                   StatementProxy statement,
                                   boolean enable)
                                   throws SQLException
抛出:
SQLException

statement_getQueryTimeout

int statement_getQueryTimeout(FilterChain chain,
                              StatementProxy statement)
                              throws SQLException
抛出:
SQLException

statement_setQueryTimeout

void statement_setQueryTimeout(FilterChain chain,
                               StatementProxy statement,
                               int seconds)
                               throws SQLException
抛出:
SQLException

statement_cancel

void statement_cancel(FilterChain chain,
                      StatementProxy statement)
                      throws SQLException
抛出:
SQLException

statement_getWarnings

SQLWarning statement_getWarnings(FilterChain chain,
                                 StatementProxy statement)
                                 throws SQLException
抛出:
SQLException

statement_clearWarnings

void statement_clearWarnings(FilterChain chain,
                             StatementProxy statement)
                             throws SQLException
抛出:
SQLException

statement_setCursorName

void statement_setCursorName(FilterChain chain,
                             StatementProxy statement,
                             String name)
                             throws SQLException
抛出:
SQLException

statement_execute

boolean statement_execute(FilterChain chain,
                          StatementProxy statement,
                          String sql)
                          throws SQLException
抛出:
SQLException

statement_getResultSet

ResultSetProxy statement_getResultSet(FilterChain chain,
                                      StatementProxy statement)
                                      throws SQLException
抛出:
SQLException

statement_getUpdateCount

int statement_getUpdateCount(FilterChain chain,
                             StatementProxy statement)
                             throws SQLException
抛出:
SQLException

statement_getMoreResults

boolean statement_getMoreResults(FilterChain chain,
                                 StatementProxy statement)
                                 throws SQLException
抛出:
SQLException

statement_setFetchDirection

void statement_setFetchDirection(FilterChain chain,
                                 StatementProxy statement,
                                 int direction)
                                 throws SQLException
抛出:
SQLException

statement_getFetchDirection

int statement_getFetchDirection(FilterChain chain,
                                StatementProxy statement)
                                throws SQLException
抛出:
SQLException

statement_setFetchSize

void statement_setFetchSize(FilterChain chain,
                            StatementProxy statement,
                            int rows)
                            throws SQLException
抛出:
SQLException

statement_getFetchSize

int statement_getFetchSize(FilterChain chain,
                           StatementProxy statement)
                           throws SQLException
抛出:
SQLException

statement_getResultSetConcurrency

int statement_getResultSetConcurrency(FilterChain chain,
                                      StatementProxy statement)
                                      throws SQLException
抛出:
SQLException

statement_getResultSetType

int statement_getResultSetType(FilterChain chain,
                               StatementProxy statement)
                               throws SQLException
抛出:
SQLException

statement_addBatch

void statement_addBatch(FilterChain chain,
                        StatementProxy statement,
                        String sql)
                        throws SQLException
抛出:
SQLException

statement_clearBatch

void statement_clearBatch(FilterChain chain,
                          StatementProxy statement)
                          throws SQLException
抛出:
SQLException

statement_executeBatch

int[] statement_executeBatch(FilterChain chain,
                             StatementProxy statement)
                             throws SQLException
抛出:
SQLException

statement_getConnection

Connection statement_getConnection(FilterChain chain,
                                   StatementProxy statement)
                                   throws SQLException
抛出:
SQLException

statement_getMoreResults

boolean statement_getMoreResults(FilterChain chain,
                                 StatementProxy statement,
                                 int current)
                                 throws SQLException
抛出:
SQLException

statement_getGeneratedKeys

ResultSetProxy statement_getGeneratedKeys(FilterChain chain,
                                          StatementProxy statement)
                                          throws SQLException
抛出:
SQLException

statement_executeUpdate

int statement_executeUpdate(FilterChain chain,
                            StatementProxy statement,
                            String sql,
                            int autoGeneratedKeys)
                            throws SQLException
抛出:
SQLException

statement_executeUpdate

int statement_executeUpdate(FilterChain chain,
                            StatementProxy statement,
                            String sql,
                            int[] columnIndexes)
                            throws SQLException
抛出:
SQLException

statement_executeUpdate

int statement_executeUpdate(FilterChain chain,
                            StatementProxy statement,
                            String sql,
                            String[] columnNames)
                            throws SQLException
抛出:
SQLException

statement_execute

boolean statement_execute(FilterChain chain,
                          StatementProxy statement,
                          String sql,
                          int autoGeneratedKeys)
                          throws SQLException
抛出:
SQLException

statement_execute

boolean statement_execute(FilterChain chain,
                          StatementProxy statement,
                          String sql,
                          int[] columnIndexes)
                          throws SQLException
抛出:
SQLException

statement_execute

boolean statement_execute(FilterChain chain,
                          StatementProxy statement,
                          String sql,
                          String[] columnNames)
                          throws SQLException
抛出:
SQLException

statement_getResultSetHoldability

int statement_getResultSetHoldability(FilterChain chain,
                                      StatementProxy statement)
                                      throws SQLException
抛出:
SQLException

statement_isClosed

boolean statement_isClosed(FilterChain chain,
                           StatementProxy statement)
                           throws SQLException
抛出:
SQLException

statement_setPoolable

void statement_setPoolable(FilterChain chain,
                           StatementProxy statement,
                           boolean poolable)
                           throws SQLException
抛出:
SQLException

statement_isPoolable

boolean statement_isPoolable(FilterChain chain,
                             StatementProxy statement)
                             throws SQLException
抛出:
SQLException

preparedStatement_executeQuery

ResultSetProxy preparedStatement_executeQuery(FilterChain chain,
                                              PreparedStatementProxy statement)
                                              throws SQLException
抛出:
SQLException

preparedStatement_executeUpdate

int preparedStatement_executeUpdate(FilterChain chain,
                                    PreparedStatementProxy statement)
                                    throws SQLException
抛出:
SQLException

preparedStatement_setNull

void preparedStatement_setNull(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               int sqlType)
                               throws SQLException
抛出:
SQLException

preparedStatement_setBoolean

void preparedStatement_setBoolean(FilterChain chain,
                                  PreparedStatementProxy statement,
                                  int parameterIndex,
                                  boolean x)
                                  throws SQLException
抛出:
SQLException

preparedStatement_setByte

void preparedStatement_setByte(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               byte x)
                               throws SQLException
抛出:
SQLException

preparedStatement_setShort

void preparedStatement_setShort(FilterChain chain,
                                PreparedStatementProxy statement,
                                int parameterIndex,
                                short x)
                                throws SQLException
抛出:
SQLException

preparedStatement_setInt

void preparedStatement_setInt(FilterChain chain,
                              PreparedStatementProxy statement,
                              int parameterIndex,
                              int x)
                              throws SQLException
抛出:
SQLException

preparedStatement_setLong

void preparedStatement_setLong(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               long x)
                               throws SQLException
抛出:
SQLException

preparedStatement_setFloat

void preparedStatement_setFloat(FilterChain chain,
                                PreparedStatementProxy statement,
                                int parameterIndex,
                                float x)
                                throws SQLException
抛出:
SQLException

preparedStatement_setDouble

void preparedStatement_setDouble(FilterChain chain,
                                 PreparedStatementProxy statement,
                                 int parameterIndex,
                                 double x)
                                 throws SQLException
抛出:
SQLException

preparedStatement_setBigDecimal

void preparedStatement_setBigDecimal(FilterChain chain,
                                     PreparedStatementProxy statement,
                                     int parameterIndex,
                                     BigDecimal x)
                                     throws SQLException
抛出:
SQLException

preparedStatement_setString

void preparedStatement_setString(FilterChain chain,
                                 PreparedStatementProxy statement,
                                 int parameterIndex,
                                 String x)
                                 throws SQLException
抛出:
SQLException

preparedStatement_setBytes

void preparedStatement_setBytes(FilterChain chain,
                                PreparedStatementProxy statement,
                                int parameterIndex,
                                byte[] x)
                                throws SQLException
抛出:
SQLException

preparedStatement_setDate

void preparedStatement_setDate(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               Date x)
                               throws SQLException
抛出:
SQLException

preparedStatement_setTime

void preparedStatement_setTime(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               Time x)
                               throws SQLException
抛出:
SQLException

preparedStatement_setTimestamp

void preparedStatement_setTimestamp(FilterChain chain,
                                    PreparedStatementProxy statement,
                                    int parameterIndex,
                                    Timestamp x)
                                    throws SQLException
抛出:
SQLException

preparedStatement_setAsciiStream

void preparedStatement_setAsciiStream(FilterChain chain,
                                      PreparedStatementProxy statement,
                                      int parameterIndex,
                                      InputStream x,
                                      int length)
                                      throws SQLException
抛出:
SQLException

preparedStatement_setUnicodeStream

void preparedStatement_setUnicodeStream(FilterChain chain,
                                        PreparedStatementProxy statement,
                                        int parameterIndex,
                                        InputStream x,
                                        int length)
                                        throws SQLException
抛出:
SQLException

preparedStatement_setBinaryStream

void preparedStatement_setBinaryStream(FilterChain chain,
                                       PreparedStatementProxy statement,
                                       int parameterIndex,
                                       InputStream x,
                                       int length)
                                       throws SQLException
抛出:
SQLException

preparedStatement_clearParameters

void preparedStatement_clearParameters(FilterChain chain,
                                       PreparedStatementProxy statement)
                                       throws SQLException
抛出:
SQLException

preparedStatement_setObject

void preparedStatement_setObject(FilterChain chain,
                                 PreparedStatementProxy statement,
                                 int parameterIndex,
                                 Object x,
                                 int targetSqlType)
                                 throws SQLException
抛出:
SQLException

preparedStatement_setObject

void preparedStatement_setObject(FilterChain chain,
                                 PreparedStatementProxy statement,
                                 int parameterIndex,
                                 Object x)
                                 throws SQLException
抛出:
SQLException

preparedStatement_execute

boolean preparedStatement_execute(FilterChain chain,
                                  PreparedStatementProxy statement)
                                  throws SQLException
抛出:
SQLException

preparedStatement_addBatch

void preparedStatement_addBatch(FilterChain chain,
                                PreparedStatementProxy statement)
                                throws SQLException
抛出:
SQLException

preparedStatement_setCharacterStream

void preparedStatement_setCharacterStream(FilterChain chain,
                                          PreparedStatementProxy statement,
                                          int parameterIndex,
                                          Reader reader,
                                          int length)
                                          throws SQLException
抛出:
SQLException

preparedStatement_setRef

void preparedStatement_setRef(FilterChain chain,
                              PreparedStatementProxy statement,
                              int parameterIndex,
                              Ref x)
                              throws SQLException
抛出:
SQLException

preparedStatement_setBlob

void preparedStatement_setBlob(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               Blob x)
                               throws SQLException
抛出:
SQLException

preparedStatement_setClob

void preparedStatement_setClob(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               Clob x)
                               throws SQLException
抛出:
SQLException

preparedStatement_setArray

void preparedStatement_setArray(FilterChain chain,
                                PreparedStatementProxy statement,
                                int parameterIndex,
                                Array x)
                                throws SQLException
抛出:
SQLException

preparedStatement_getMetaData

ResultSetMetaData preparedStatement_getMetaData(FilterChain chain,
                                                PreparedStatementProxy statement)
                                                throws SQLException
抛出:
SQLException

preparedStatement_setDate

void preparedStatement_setDate(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               Date x,
                               Calendar cal)
                               throws SQLException
抛出:
SQLException

preparedStatement_setTime

void preparedStatement_setTime(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               Time x,
                               Calendar cal)
                               throws SQLException
抛出:
SQLException

preparedStatement_setTimestamp

void preparedStatement_setTimestamp(FilterChain chain,
                                    PreparedStatementProxy statement,
                                    int parameterIndex,
                                    Timestamp x,
                                    Calendar cal)
                                    throws SQLException
抛出:
SQLException

preparedStatement_setNull

void preparedStatement_setNull(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               int sqlType,
                               String typeName)
                               throws SQLException
抛出:
SQLException

preparedStatement_setURL

void preparedStatement_setURL(FilterChain chain,
                              PreparedStatementProxy statement,
                              int parameterIndex,
                              URL x)
                              throws SQLException
抛出:
SQLException

preparedStatement_getParameterMetaData

ParameterMetaData preparedStatement_getParameterMetaData(FilterChain chain,
                                                         PreparedStatementProxy statement)
                                                         throws SQLException
抛出:
SQLException

preparedStatement_setRowId

void preparedStatement_setRowId(FilterChain chain,
                                PreparedStatementProxy statement,
                                int parameterIndex,
                                RowId x)
                                throws SQLException
抛出:
SQLException

preparedStatement_setNString

void preparedStatement_setNString(FilterChain chain,
                                  PreparedStatementProxy statement,
                                  int parameterIndex,
                                  String value)
                                  throws SQLException
抛出:
SQLException

preparedStatement_setNCharacterStream

void preparedStatement_setNCharacterStream(FilterChain chain,
                                           PreparedStatementProxy statement,
                                           int parameterIndex,
                                           Reader value,
                                           long length)
                                           throws SQLException
抛出:
SQLException

preparedStatement_setNClob

void preparedStatement_setNClob(FilterChain chain,
                                PreparedStatementProxy statement,
                                int parameterIndex,
                                NClob value)
                                throws SQLException
抛出:
SQLException

preparedStatement_setClob

void preparedStatement_setClob(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               Reader reader,
                               long length)
                               throws SQLException
抛出:
SQLException

preparedStatement_setBlob

void preparedStatement_setBlob(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               InputStream inputStream,
                               long length)
                               throws SQLException
抛出:
SQLException

preparedStatement_setNClob

void preparedStatement_setNClob(FilterChain chain,
                                PreparedStatementProxy statement,
                                int parameterIndex,
                                Reader reader,
                                long length)
                                throws SQLException
抛出:
SQLException

preparedStatement_setSQLXML

void preparedStatement_setSQLXML(FilterChain chain,
                                 PreparedStatementProxy statement,
                                 int parameterIndex,
                                 SQLXML xmlObject)
                                 throws SQLException
抛出:
SQLException

preparedStatement_setObject

void preparedStatement_setObject(FilterChain chain,
                                 PreparedStatementProxy statement,
                                 int parameterIndex,
                                 Object x,
                                 int targetSqlType,
                                 int scaleOrLength)
                                 throws SQLException
抛出:
SQLException

preparedStatement_setAsciiStream

void preparedStatement_setAsciiStream(FilterChain chain,
                                      PreparedStatementProxy statement,
                                      int parameterIndex,
                                      InputStream x,
                                      long length)
                                      throws SQLException
抛出:
SQLException

preparedStatement_setBinaryStream

void preparedStatement_setBinaryStream(FilterChain chain,
                                       PreparedStatementProxy statement,
                                       int parameterIndex,
                                       InputStream x,
                                       long length)
                                       throws SQLException
抛出:
SQLException

preparedStatement_setCharacterStream

void preparedStatement_setCharacterStream(FilterChain chain,
                                          PreparedStatementProxy statement,
                                          int parameterIndex,
                                          Reader reader,
                                          long length)
                                          throws SQLException
抛出:
SQLException

preparedStatement_setAsciiStream

void preparedStatement_setAsciiStream(FilterChain chain,
                                      PreparedStatementProxy statement,
                                      int parameterIndex,
                                      InputStream x)
                                      throws SQLException
抛出:
SQLException

preparedStatement_setBinaryStream

void preparedStatement_setBinaryStream(FilterChain chain,
                                       PreparedStatementProxy statement,
                                       int parameterIndex,
                                       InputStream x)
                                       throws SQLException
抛出:
SQLException

preparedStatement_setCharacterStream

void preparedStatement_setCharacterStream(FilterChain chain,
                                          PreparedStatementProxy statement,
                                          int parameterIndex,
                                          Reader reader)
                                          throws SQLException
抛出:
SQLException

preparedStatement_setNCharacterStream

void preparedStatement_setNCharacterStream(FilterChain chain,
                                           PreparedStatementProxy statement,
                                           int parameterIndex,
                                           Reader value)
                                           throws SQLException
抛出:
SQLException

preparedStatement_setClob

void preparedStatement_setClob(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               Reader reader)
                               throws SQLException
抛出:
SQLException

preparedStatement_setBlob

void preparedStatement_setBlob(FilterChain chain,
                               PreparedStatementProxy statement,
                               int parameterIndex,
                               InputStream inputStream)
                               throws SQLException
抛出:
SQLException

preparedStatement_setNClob

void preparedStatement_setNClob(FilterChain chain,
                                PreparedStatementProxy statement,
                                int parameterIndex,
                                Reader reader)
                                throws SQLException
抛出:
SQLException

callableStatement_registerOutParameter

void callableStatement_registerOutParameter(FilterChain chain,
                                            CallableStatementProxy statement,
                                            int parameterIndex,
                                            int sqlType)
                                            throws SQLException
抛出:
SQLException

callableStatement_registerOutParameter

void callableStatement_registerOutParameter(FilterChain chain,
                                            CallableStatementProxy statement,
                                            int parameterIndex,
                                            int sqlType,
                                            int scale)
                                            throws SQLException
抛出:
SQLException

callableStatement_wasNull

boolean callableStatement_wasNull(FilterChain chain,
                                  CallableStatementProxy statement)
                                  throws SQLException
抛出:
SQLException

callableStatement_getString

String callableStatement_getString(FilterChain chain,
                                   CallableStatementProxy statement,
                                   int parameterIndex)
                                   throws SQLException
抛出:
SQLException

callableStatement_getBoolean

boolean callableStatement_getBoolean(FilterChain chain,
                                     CallableStatementProxy statement,
                                     int parameterIndex)
                                     throws SQLException
抛出:
SQLException

callableStatement_getByte

byte callableStatement_getByte(FilterChain chain,
                               CallableStatementProxy statement,
                               int parameterIndex)
                               throws SQLException
抛出:
SQLException

callableStatement_getShort

short callableStatement_getShort(FilterChain chain,
                                 CallableStatementProxy statement,
                                 int parameterIndex)
                                 throws SQLException
抛出:
SQLException

callableStatement_getInt

int callableStatement_getInt(FilterChain chain,
                             CallableStatementProxy statement,
                             int parameterIndex)
                             throws SQLException
抛出:
SQLException

callableStatement_getLong

long callableStatement_getLong(FilterChain chain,
                               CallableStatementProxy statement,
                               int parameterIndex)
                               throws SQLException
抛出:
SQLException

callableStatement_getFloat

float callableStatement_getFloat(FilterChain chain,
                                 CallableStatementProxy statement,
                                 int parameterIndex)
                                 throws SQLException
抛出:
SQLException

callableStatement_getDouble

double callableStatement_getDouble(FilterChain chain,
                                   CallableStatementProxy statement,
                                   int parameterIndex)
                                   throws SQLException
抛出:
SQLException

callableStatement_getBigDecimal

BigDecimal callableStatement_getBigDecimal(FilterChain chain,
                                           CallableStatementProxy statement,
                                           int parameterIndex,
                                           int scale)
                                           throws SQLException
抛出:
SQLException

callableStatement_getBytes

byte[] callableStatement_getBytes(FilterChain chain,
                                  CallableStatementProxy statement,
                                  int parameterIndex)
                                  throws SQLException
抛出:
SQLException

callableStatement_getDate

Date callableStatement_getDate(FilterChain chain,
                               CallableStatementProxy statement,
                               int parameterIndex)
                               throws SQLException
抛出:
SQLException

callableStatement_getTime

Time callableStatement_getTime(FilterChain chain,
                               CallableStatementProxy statement,
                               int parameterIndex)
                               throws SQLException
抛出:
SQLException

callableStatement_getTimestamp

Timestamp callableStatement_getTimestamp(FilterChain chain,
                                         CallableStatementProxy statement,
                                         int parameterIndex)
                                         throws SQLException
抛出:
SQLException

callableStatement_getObject

Object callableStatement_getObject(FilterChain chain,
                                   CallableStatementProxy statement,
                                   int parameterIndex)
                                   throws SQLException
抛出:
SQLException

callableStatement_getBigDecimal

BigDecimal callableStatement_getBigDecimal(FilterChain chain,
                                           CallableStatementProxy statement,
                                           int parameterIndex)
                                           throws SQLException
抛出:
SQLException

callableStatement_getObject

Object callableStatement_getObject(FilterChain chain,
                                   CallableStatementProxy statement,
                                   int parameterIndex,
                                   Map<String,Class<?>> map)
                                   throws SQLException
抛出:
SQLException

callableStatement_getRef

Ref callableStatement_getRef(FilterChain chain,
                             CallableStatementProxy statement,
                             int parameterIndex)
                             throws SQLException
抛出:
SQLException

callableStatement_getBlob

Blob callableStatement_getBlob(FilterChain chain,
                               CallableStatementProxy statement,
                               int parameterIndex)
                               throws SQLException
抛出:
SQLException

callableStatement_getClob

Clob callableStatement_getClob(FilterChain chain,
                               CallableStatementProxy statement,
                               int parameterIndex)
                               throws SQLException
抛出:
SQLException

callableStatement_getArray

Array callableStatement_getArray(FilterChain chain,
                                 CallableStatementProxy statement,
                                 int parameterIndex)
                                 throws SQLException
抛出:
SQLException

callableStatement_getDate

Date callableStatement_getDate(FilterChain chain,
                               CallableStatementProxy statement,
                               int parameterIndex,
                               Calendar cal)
                               throws SQLException
抛出:
SQLException

callableStatement_getTime

Time callableStatement_getTime(FilterChain chain,
                               CallableStatementProxy statement,
                               int parameterIndex,
                               Calendar cal)
                               throws SQLException
抛出:
SQLException

callableStatement_getTimestamp

Timestamp callableStatement_getTimestamp(FilterChain chain,
                                         CallableStatementProxy statement,
                                         int parameterIndex,
                                         Calendar cal)
                                         throws SQLException
抛出:
SQLException

callableStatement_registerOutParameter

void callableStatement_registerOutParameter(FilterChain chain,
                                            CallableStatementProxy statement,
                                            int parameterIndex,
                                            int sqlType,
                                            String typeName)
                                            throws SQLException
抛出:
SQLException

callableStatement_registerOutParameter

void callableStatement_registerOutParameter(FilterChain chain,
                                            CallableStatementProxy statement,
                                            String parameterName,
                                            int sqlType)
                                            throws SQLException
抛出:
SQLException

callableStatement_registerOutParameter

void callableStatement_registerOutParameter(FilterChain chain,
                                            CallableStatementProxy statement,
                                            String parameterName,
                                            int sqlType,
                                            int scale)
                                            throws SQLException
抛出:
SQLException

callableStatement_registerOutParameter

void callableStatement_registerOutParameter(FilterChain chain,
                                            CallableStatementProxy statement,
                                            String parameterName,
                                            int sqlType,
                                            String typeName)
                                            throws SQLException
抛出:
SQLException

callableStatement_getURL

URL callableStatement_getURL(FilterChain chain,
                             CallableStatementProxy statement,
                             int parameterIndex)
                             throws SQLException
抛出:
SQLException

callableStatement_setURL

void callableStatement_setURL(FilterChain chain,
                              CallableStatementProxy statement,
                              String parameterName,
                              URL val)
                              throws SQLException
抛出:
SQLException

callableStatement_setNull

void callableStatement_setNull(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               int sqlType)
                               throws SQLException
抛出:
SQLException

callableStatement_setBoolean

void callableStatement_setBoolean(FilterChain chain,
                                  CallableStatementProxy statement,
                                  String parameterName,
                                  boolean x)
                                  throws SQLException
抛出:
SQLException

callableStatement_setByte

void callableStatement_setByte(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               byte x)
                               throws SQLException
抛出:
SQLException

callableStatement_setShort

void callableStatement_setShort(FilterChain chain,
                                CallableStatementProxy statement,
                                String parameterName,
                                short x)
                                throws SQLException
抛出:
SQLException

callableStatement_setInt

void callableStatement_setInt(FilterChain chain,
                              CallableStatementProxy statement,
                              String parameterName,
                              int x)
                              throws SQLException
抛出:
SQLException

callableStatement_setLong

void callableStatement_setLong(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               long x)
                               throws SQLException
抛出:
SQLException

callableStatement_setFloat

void callableStatement_setFloat(FilterChain chain,
                                CallableStatementProxy statement,
                                String parameterName,
                                float x)
                                throws SQLException
抛出:
SQLException

callableStatement_setDouble

void callableStatement_setDouble(FilterChain chain,
                                 CallableStatementProxy statement,
                                 String parameterName,
                                 double x)
                                 throws SQLException
抛出:
SQLException

callableStatement_setBigDecimal

void callableStatement_setBigDecimal(FilterChain chain,
                                     CallableStatementProxy statement,
                                     String parameterName,
                                     BigDecimal x)
                                     throws SQLException
抛出:
SQLException

callableStatement_setString

void callableStatement_setString(FilterChain chain,
                                 CallableStatementProxy statement,
                                 String parameterName,
                                 String x)
                                 throws SQLException
抛出:
SQLException

callableStatement_setBytes

void callableStatement_setBytes(FilterChain chain,
                                CallableStatementProxy statement,
                                String parameterName,
                                byte[] x)
                                throws SQLException
抛出:
SQLException

callableStatement_setDate

void callableStatement_setDate(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               Date x)
                               throws SQLException
抛出:
SQLException

callableStatement_setTime

void callableStatement_setTime(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               Time x)
                               throws SQLException
抛出:
SQLException

callableStatement_setTimestamp

void callableStatement_setTimestamp(FilterChain chain,
                                    CallableStatementProxy statement,
                                    String parameterName,
                                    Timestamp x)
                                    throws SQLException
抛出:
SQLException

callableStatement_setAsciiStream

void callableStatement_setAsciiStream(FilterChain chain,
                                      CallableStatementProxy statement,
                                      String parameterName,
                                      InputStream x,
                                      int length)
                                      throws SQLException
抛出:
SQLException

callableStatement_setBinaryStream

void callableStatement_setBinaryStream(FilterChain chain,
                                       CallableStatementProxy statement,
                                       String parameterName,
                                       InputStream x,
                                       int length)
                                       throws SQLException
抛出:
SQLException

callableStatement_setObject

void callableStatement_setObject(FilterChain chain,
                                 CallableStatementProxy statement,
                                 String parameterName,
                                 Object x,
                                 int targetSqlType,
                                 int scale)
                                 throws SQLException
抛出:
SQLException

callableStatement_setObject

void callableStatement_setObject(FilterChain chain,
                                 CallableStatementProxy statement,
                                 String parameterName,
                                 Object x,
                                 int targetSqlType)
                                 throws SQLException
抛出:
SQLException

callableStatement_setObject

void callableStatement_setObject(FilterChain chain,
                                 CallableStatementProxy statement,
                                 String parameterName,
                                 Object x)
                                 throws SQLException
抛出:
SQLException

callableStatement_setCharacterStream

void callableStatement_setCharacterStream(FilterChain chain,
                                          CallableStatementProxy statement,
                                          String parameterName,
                                          Reader reader,
                                          int length)
                                          throws SQLException
抛出:
SQLException

callableStatement_setDate

void callableStatement_setDate(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               Date x,
                               Calendar cal)
                               throws SQLException
抛出:
SQLException

callableStatement_setTime

void callableStatement_setTime(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               Time x,
                               Calendar cal)
                               throws SQLException
抛出:
SQLException

callableStatement_setTimestamp

void callableStatement_setTimestamp(FilterChain chain,
                                    CallableStatementProxy statement,
                                    String parameterName,
                                    Timestamp x,
                                    Calendar cal)
                                    throws SQLException
抛出:
SQLException

callableStatement_setNull

void callableStatement_setNull(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               int sqlType,
                               String typeName)
                               throws SQLException
抛出:
SQLException

callableStatement_getString

String callableStatement_getString(FilterChain chain,
                                   CallableStatementProxy statement,
                                   String parameterName)
                                   throws SQLException
抛出:
SQLException

callableStatement_getBoolean

boolean callableStatement_getBoolean(FilterChain chain,
                                     CallableStatementProxy statement,
                                     String parameterName)
                                     throws SQLException
抛出:
SQLException

callableStatement_getByte

byte callableStatement_getByte(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName)
                               throws SQLException
抛出:
SQLException

callableStatement_getShort

short callableStatement_getShort(FilterChain chain,
                                 CallableStatementProxy statement,
                                 String parameterName)
                                 throws SQLException
抛出:
SQLException

callableStatement_getInt

int callableStatement_getInt(FilterChain chain,
                             CallableStatementProxy statement,
                             String parameterName)
                             throws SQLException
抛出:
SQLException

callableStatement_getLong

long callableStatement_getLong(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName)
                               throws SQLException
抛出:
SQLException

callableStatement_getFloat

float callableStatement_getFloat(FilterChain chain,
                                 CallableStatementProxy statement,
                                 String parameterName)
                                 throws SQLException
抛出:
SQLException

callableStatement_getDouble

double callableStatement_getDouble(FilterChain chain,
                                   CallableStatementProxy statement,
                                   String parameterName)
                                   throws SQLException
抛出:
SQLException

callableStatement_getBytes

byte[] callableStatement_getBytes(FilterChain chain,
                                  CallableStatementProxy statement,
                                  String parameterName)
                                  throws SQLException
抛出:
SQLException

callableStatement_getDate

Date callableStatement_getDate(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName)
                               throws SQLException
抛出:
SQLException

callableStatement_getTime

Time callableStatement_getTime(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName)
                               throws SQLException
抛出:
SQLException

callableStatement_getTimestamp

Timestamp callableStatement_getTimestamp(FilterChain chain,
                                         CallableStatementProxy statement,
                                         String parameterName)
                                         throws SQLException
抛出:
SQLException

callableStatement_getObject

Object callableStatement_getObject(FilterChain chain,
                                   CallableStatementProxy statement,
                                   String parameterName)
                                   throws SQLException
抛出:
SQLException

callableStatement_getBigDecimal

BigDecimal callableStatement_getBigDecimal(FilterChain chain,
                                           CallableStatementProxy statement,
                                           String parameterName)
                                           throws SQLException
抛出:
SQLException

callableStatement_getObject

Object callableStatement_getObject(FilterChain chain,
                                   CallableStatementProxy statement,
                                   String parameterName,
                                   Map<String,Class<?>> map)
                                   throws SQLException
抛出:
SQLException

callableStatement_getRef

Ref callableStatement_getRef(FilterChain chain,
                             CallableStatementProxy statement,
                             String parameterName)
                             throws SQLException
抛出:
SQLException

callableStatement_getBlob

Blob callableStatement_getBlob(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName)
                               throws SQLException
抛出:
SQLException

callableStatement_getClob

Clob callableStatement_getClob(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName)
                               throws SQLException
抛出:
SQLException

callableStatement_getArray

Array callableStatement_getArray(FilterChain chain,
                                 CallableStatementProxy statement,
                                 String parameterName)
                                 throws SQLException
抛出:
SQLException

callableStatement_getDate

Date callableStatement_getDate(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               Calendar cal)
                               throws SQLException
抛出:
SQLException

callableStatement_getTime

Time callableStatement_getTime(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               Calendar cal)
                               throws SQLException
抛出:
SQLException

callableStatement_getTimestamp

Timestamp callableStatement_getTimestamp(FilterChain chain,
                                         CallableStatementProxy statement,
                                         String parameterName,
                                         Calendar cal)
                                         throws SQLException
抛出:
SQLException

callableStatement_getURL

URL callableStatement_getURL(FilterChain chain,
                             CallableStatementProxy statement,
                             String parameterName)
                             throws SQLException
抛出:
SQLException

callableStatement_getRowId

RowId callableStatement_getRowId(FilterChain chain,
                                 CallableStatementProxy statement,
                                 int parameterIndex)
                                 throws SQLException
抛出:
SQLException

callableStatement_getRowId

RowId callableStatement_getRowId(FilterChain chain,
                                 CallableStatementProxy statement,
                                 String parameterName)
                                 throws SQLException
抛出:
SQLException

callableStatement_setRowId

void callableStatement_setRowId(FilterChain chain,
                                CallableStatementProxy statement,
                                String parameterName,
                                RowId x)
                                throws SQLException
抛出:
SQLException

callableStatement_setNString

void callableStatement_setNString(FilterChain chain,
                                  CallableStatementProxy statement,
                                  String parameterName,
                                  String value)
                                  throws SQLException
抛出:
SQLException

callableStatement_setNCharacterStream

void callableStatement_setNCharacterStream(FilterChain chain,
                                           CallableStatementProxy statement,
                                           String parameterName,
                                           Reader value,
                                           long length)
                                           throws SQLException
抛出:
SQLException

callableStatement_setNClob

void callableStatement_setNClob(FilterChain chain,
                                CallableStatementProxy statement,
                                String parameterName,
                                NClob value)
                                throws SQLException
抛出:
SQLException

callableStatement_setClob

void callableStatement_setClob(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               Reader reader,
                               long length)
                               throws SQLException
抛出:
SQLException

callableStatement_setBlob

void callableStatement_setBlob(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               InputStream inputStream,
                               long length)
                               throws SQLException
抛出:
SQLException

callableStatement_setNClob

void callableStatement_setNClob(FilterChain chain,
                                CallableStatementProxy statement,
                                String parameterName,
                                Reader reader,
                                long length)
                                throws SQLException
抛出:
SQLException

callableStatement_getNClob

NClob callableStatement_getNClob(FilterChain chain,
                                 CallableStatementProxy statement,
                                 int parameterIndex)
                                 throws SQLException
抛出:
SQLException

callableStatement_getNClob

NClob callableStatement_getNClob(FilterChain chain,
                                 CallableStatementProxy statement,
                                 String parameterName)
                                 throws SQLException
抛出:
SQLException

callableStatement_setSQLXML

void callableStatement_setSQLXML(FilterChain chain,
                                 CallableStatementProxy statement,
                                 String parameterName,
                                 SQLXML xmlObject)
                                 throws SQLException
抛出:
SQLException

callableStatement_getSQLXML

SQLXML callableStatement_getSQLXML(FilterChain chain,
                                   CallableStatementProxy statement,
                                   int parameterIndex)
                                   throws SQLException
抛出:
SQLException

callableStatement_getSQLXML

SQLXML callableStatement_getSQLXML(FilterChain chain,
                                   CallableStatementProxy statement,
                                   String parameterName)
                                   throws SQLException
抛出:
SQLException

callableStatement_getNString

String callableStatement_getNString(FilterChain chain,
                                    CallableStatementProxy statement,
                                    int parameterIndex)
                                    throws SQLException
抛出:
SQLException

callableStatement_getNString

String callableStatement_getNString(FilterChain chain,
                                    CallableStatementProxy statement,
                                    String parameterName)
                                    throws SQLException
抛出:
SQLException

callableStatement_getNCharacterStream

Reader callableStatement_getNCharacterStream(FilterChain chain,
                                             CallableStatementProxy statement,
                                             int parameterIndex)
                                             throws SQLException
抛出:
SQLException

callableStatement_getNCharacterStream

Reader callableStatement_getNCharacterStream(FilterChain chain,
                                             CallableStatementProxy statement,
                                             String parameterName)
                                             throws SQLException
抛出:
SQLException

callableStatement_getCharacterStream

Reader callableStatement_getCharacterStream(FilterChain chain,
                                            CallableStatementProxy statement,
                                            int parameterIndex)
                                            throws SQLException
抛出:
SQLException

callableStatement_getCharacterStream

Reader callableStatement_getCharacterStream(FilterChain chain,
                                            CallableStatementProxy statement,
                                            String parameterName)
                                            throws SQLException
抛出:
SQLException

callableStatement_setBlob

void callableStatement_setBlob(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               Blob x)
                               throws SQLException
抛出:
SQLException

callableStatement_setClob

void callableStatement_setClob(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               Clob x)
                               throws SQLException
抛出:
SQLException

callableStatement_setAsciiStream

void callableStatement_setAsciiStream(FilterChain chain,
                                      CallableStatementProxy statement,
                                      String parameterName,
                                      InputStream x,
                                      long length)
                                      throws SQLException
抛出:
SQLException

callableStatement_setBinaryStream

void callableStatement_setBinaryStream(FilterChain chain,
                                       CallableStatementProxy statement,
                                       String parameterName,
                                       InputStream x,
                                       long length)
                                       throws SQLException
抛出:
SQLException

callableStatement_setCharacterStream

void callableStatement_setCharacterStream(FilterChain chain,
                                          CallableStatementProxy statement,
                                          String parameterName,
                                          Reader reader,
                                          long length)
                                          throws SQLException
抛出:
SQLException

callableStatement_setAsciiStream

void callableStatement_setAsciiStream(FilterChain chain,
                                      CallableStatementProxy statement,
                                      String parameterName,
                                      InputStream x)
                                      throws SQLException
抛出:
SQLException

callableStatement_setBinaryStream

void callableStatement_setBinaryStream(FilterChain chain,
                                       CallableStatementProxy statement,
                                       String parameterName,
                                       InputStream x)
                                       throws SQLException
抛出:
SQLException

callableStatement_setCharacterStream

void callableStatement_setCharacterStream(FilterChain chain,
                                          CallableStatementProxy statement,
                                          String parameterName,
                                          Reader reader)
                                          throws SQLException
抛出:
SQLException

callableStatement_setNCharacterStream

void callableStatement_setNCharacterStream(FilterChain chain,
                                           CallableStatementProxy statement,
                                           String parameterName,
                                           Reader value)
                                           throws SQLException
抛出:
SQLException

callableStatement_setClob

void callableStatement_setClob(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               Reader reader)
                               throws SQLException
抛出:
SQLException

callableStatement_setBlob

void callableStatement_setBlob(FilterChain chain,
                               CallableStatementProxy statement,
                               String parameterName,
                               InputStream inputStream)
                               throws SQLException
抛出:
SQLException

callableStatement_setNClob

void callableStatement_setNClob(FilterChain chain,
                                CallableStatementProxy statement,
                                String parameterName,
                                Reader reader)
                                throws SQLException
抛出:
SQLException

unwrap

<T> T unwrap(FilterChain chain,
             Wrapper wrapper,
             Class<T> iface)
         throws SQLException
抛出:
SQLException

isWrapperFor

boolean isWrapperFor(FilterChain chain,
                     Wrapper wrapper,
                     Class<?> iface)
                     throws SQLException
抛出:
SQLException

clob_free

void clob_free(FilterChain chain,
               ClobProxy wrapper)
               throws SQLException
抛出:
SQLException

clob_getAsciiStream

InputStream clob_getAsciiStream(FilterChain chain,
                                ClobProxy wrapper)
                                throws SQLException
抛出:
SQLException

clob_getCharacterStream

Reader clob_getCharacterStream(FilterChain chain,
                               ClobProxy wrapper)
                               throws SQLException
抛出:
SQLException

clob_getCharacterStream

Reader clob_getCharacterStream(FilterChain chain,
                               ClobProxy wrapper,
                               long pos,
                               long length)
                               throws SQLException
抛出:
SQLException

clob_getSubString

String clob_getSubString(FilterChain chain,
                         ClobProxy wrapper,
                         long pos,
                         int length)
                         throws SQLException
抛出:
SQLException

clob_length

long clob_length(FilterChain chain,
                 ClobProxy wrapper)
                 throws SQLException
抛出:
SQLException

clob_position

long clob_position(FilterChain chain,
                   ClobProxy wrapper,
                   String searchstr,
                   long start)
                   throws SQLException
抛出:
SQLException

clob_position

long clob_position(FilterChain chain,
                   ClobProxy wrapper,
                   Clob searchstr,
                   long start)
                   throws SQLException
抛出:
SQLException

clob_setAsciiStream

OutputStream clob_setAsciiStream(FilterChain chain,
                                 ClobProxy wrapper,
                                 long pos)
                                 throws SQLException
抛出:
SQLException

clob_setCharacterStream

Writer clob_setCharacterStream(FilterChain chain,
                               ClobProxy wrapper,
                               long pos)
                               throws SQLException
抛出:
SQLException

clob_setString

int clob_setString(FilterChain chain,
                   ClobProxy wrapper,
                   long pos,
                   String str)
                   throws SQLException
抛出:
SQLException

clob_setString

int clob_setString(FilterChain chain,
                   ClobProxy wrapper,
                   long pos,
                   String str,
                   int offset,
                   int len)
                   throws SQLException
抛出:
SQLException

clob_truncate

void clob_truncate(FilterChain chain,
                   ClobProxy wrapper,
                   long len)
                   throws SQLException
抛出:
SQLException

dataSource_releaseConnection

void dataSource_releaseConnection(FilterChain chain,
                                  DruidPooledConnection connection)
                                  throws SQLException
抛出:
SQLException

dataSource_getConnection

DruidPooledConnection dataSource_getConnection(FilterChain chain,
                                               DruidDataSource dataSource,
                                               long maxWaitMillis)
                                               throws SQLException
抛出:
SQLException


Copyright © 2013 Alibaba Group. All Rights Reserved.