Package com.alibaba.druid.filter
Class FilterAdapter
java.lang.Object
javax.management.NotificationBroadcasterSupport
com.alibaba.druid.filter.FilterAdapter
- All Implemented Interfaces:
Filter,Wrapper,NotificationBroadcaster,NotificationEmitter
- Direct Known Subclasses:
ConfigFilter,EncodingConvertFilter,FilterEventAdapter,MySQL8DateTimeSqlTypeFilter,WallFilter
提供JdbcFilter的基本实现,使得实现一个JdbcFilter更容易。
- Author:
- wenshao [szujobs@hotmail.com]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallableStatement_getArray(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getArray(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int scale) callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getBlob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getBlob(FilterChain chain, CallableStatementProxy statement, String parameterName) booleancallableStatement_getBoolean(FilterChain chain, CallableStatementProxy statement, int parameterIndex) booleancallableStatement_getBoolean(FilterChain chain, CallableStatementProxy statement, String parameterName) bytecallableStatement_getByte(FilterChain chain, CallableStatementProxy statement, int parameterIndex) bytecallableStatement_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) callableStatement_getCharacterStream(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getClob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getClob(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) doublecallableStatement_getDouble(FilterChain chain, CallableStatementProxy statement, int parameterIndex) doublecallableStatement_getDouble(FilterChain chain, CallableStatementProxy statement, String parameterName) floatcallableStatement_getFloat(FilterChain chain, CallableStatementProxy statement, int parameterIndex) floatcallableStatement_getFloat(FilterChain chain, CallableStatementProxy statement, String parameterName) intcallableStatement_getInt(FilterChain chain, CallableStatementProxy statement, int parameterIndex) intcallableStatement_getInt(FilterChain chain, CallableStatementProxy statement, String parameterName) longcallableStatement_getLong(FilterChain chain, CallableStatementProxy statement, int parameterIndex) longcallableStatement_getLong(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getNCharacterStream(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getNClob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getNClob(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getNString(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getNString(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Map<String, Class<?>> map) callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Map<String, Class<?>> map) callableStatement_getRef(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getRef(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getRowId(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getRowId(FilterChain chain, CallableStatementProxy statement, String parameterName) shortcallableStatement_getShort(FilterChain chain, CallableStatementProxy statement, int parameterIndex) shortcallableStatement_getShort(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getSQLXML(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getSQLXML(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getString(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getString(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) callableStatement_getURL(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getURL(FilterChain chain, CallableStatementProxy statement, String parameterName) voidcallableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType) voidcallableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType, int scale) voidcallableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType, String typeName) voidcallableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType) voidcallableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, int scale) voidcallableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, String typeName) voidcallableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x) voidcallableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, int length) voidcallableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, long length) voidcallableStatement_setBigDecimal(FilterChain chain, CallableStatementProxy statement, String parameterName, BigDecimal x) voidcallableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x) voidcallableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, int length) voidcallableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, long length) voidcallableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream inputStream) voidcallableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream inputStream, long length) voidcallableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, Blob x) voidcallableStatement_setBoolean(FilterChain chain, CallableStatementProxy statement, String parameterName, boolean x) voidcallableStatement_setByte(FilterChain chain, CallableStatementProxy statement, String parameterName, byte x) voidcallableStatement_setBytes(FilterChain chain, CallableStatementProxy statement, String parameterName, byte[] x) voidcallableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) voidcallableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, int length) voidcallableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) voidcallableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) voidcallableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) voidcallableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Clob x) voidcallableStatement_setDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Date x) voidcallableStatement_setDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Date x, Calendar cal) voidcallableStatement_setDouble(FilterChain chain, CallableStatementProxy statement, String parameterName, double x) voidcallableStatement_setFloat(FilterChain chain, CallableStatementProxy statement, String parameterName, float x) voidcallableStatement_setInt(FilterChain chain, CallableStatementProxy statement, String parameterName, int x) voidcallableStatement_setLong(FilterChain chain, CallableStatementProxy statement, String parameterName, long x) voidcallableStatement_setNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader value) voidcallableStatement_setNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader value, long length) voidcallableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) voidcallableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) voidcallableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, NClob value) voidcallableStatement_setNString(FilterChain chain, CallableStatementProxy statement, String parameterName, String value) voidcallableStatement_setNull(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType) voidcallableStatement_setNull(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, String typeName) voidcallableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x) voidcallableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType) voidcallableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType, int scale) voidcallableStatement_setRowId(FilterChain chain, CallableStatementProxy statement, String parameterName, RowId x) voidcallableStatement_setShort(FilterChain chain, CallableStatementProxy statement, String parameterName, short x) voidcallableStatement_setSQLXML(FilterChain chain, CallableStatementProxy statement, String parameterName, SQLXML xmlObject) voidcallableStatement_setString(FilterChain chain, CallableStatementProxy statement, String parameterName, String x) voidcallableStatement_setTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Time x) voidcallableStatement_setTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Time x, Calendar cal) voidcallableStatement_setTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Timestamp x) voidcallableStatement_setTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Timestamp x, Calendar cal) voidcallableStatement_setURL(FilterChain chain, CallableStatementProxy statement, String parameterName, URL val) booleancallableStatement_wasNull(FilterChain chain, CallableStatementProxy statement) voidclob_free(FilterChain chain, ClobProxy wrapper) clob_getAsciiStream(FilterChain chain, ClobProxy wrapper) clob_getCharacterStream(FilterChain chain, ClobProxy wrapper) clob_getCharacterStream(FilterChain chain, ClobProxy wrapper, long pos, long length) clob_getSubString(FilterChain chain, ClobProxy wrapper, long pos, int length) longclob_length(FilterChain chain, ClobProxy wrapper) longclob_position(FilterChain chain, ClobProxy wrapper, String searchstr, long start) longclob_position(FilterChain chain, ClobProxy wrapper, Clob searchstr, long start) clob_setAsciiStream(FilterChain chain, ClobProxy wrapper, long pos) clob_setCharacterStream(FilterChain chain, ClobProxy wrapper, long pos) intclob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str) intclob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str, int offset, int len) voidclob_truncate(FilterChain chain, ClobProxy wrapper, long len) voidconfigFromProperties(Properties properties) voidconnection_abort(FilterChain chain, ConnectionProxy connection, Executor executor) voidconnection_clearWarnings(FilterChain chain, ConnectionProxy connection) voidconnection_close(FilterChain chain, ConnectionProxy connection) voidconnection_commit(FilterChain chain, ConnectionProxy connection) connection_connect(FilterChain chain, Properties info) connection_createArrayOf(FilterChain chain, ConnectionProxy connection, String typeName, Object[] elements) connection_createBlob(FilterChain chain, ConnectionProxy connection) connection_createClob(FilterChain chain, ConnectionProxy connection) connection_createNClob(FilterChain chain, ConnectionProxy connection) connection_createSQLXML(FilterChain chain, ConnectionProxy connection) connection_createStatement(FilterChain chain, ConnectionProxy connection) connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency) connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability) connection_createStruct(FilterChain chain, ConnectionProxy connection, String typeName, Object[] attributes) booleanconnection_getAutoCommit(FilterChain chain, ConnectionProxy connection) connection_getCatalog(FilterChain chain, ConnectionProxy connection) connection_getClientInfo(FilterChain chain, ConnectionProxy connection) connection_getClientInfo(FilterChain chain, ConnectionProxy connection, String name) intconnection_getHoldability(FilterChain chain, ConnectionProxy connection) connection_getMetaData(FilterChain chain, ConnectionProxy connection) intconnection_getNetworkTimeout(FilterChain chain, ConnectionProxy connection) connection_getSchema(FilterChain chain, ConnectionProxy connection) intconnection_getTransactionIsolation(FilterChain chain, ConnectionProxy connection) connection_getTypeMap(FilterChain chain, ConnectionProxy connection) connection_getWarnings(FilterChain chain, ConnectionProxy connection) booleanconnection_isClosed(FilterChain chain, ConnectionProxy connection) booleanconnection_isReadOnly(FilterChain chain, ConnectionProxy connection) booleanconnection_isValid(FilterChain chain, ConnectionProxy connection, int timeout) connection_nativeSQL(FilterChain chain, ConnectionProxy connection, String sql) connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql) connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql) connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys) connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes) connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames) voidconnection_releaseSavepoint(FilterChain chain, ConnectionProxy connection, Savepoint savepoint) voidconnection_rollback(FilterChain chain, ConnectionProxy connection) voidconnection_rollback(FilterChain chain, ConnectionProxy connection, Savepoint savepoint) voidconnection_setAutoCommit(FilterChain chain, ConnectionProxy connection, boolean autoCommit) voidconnection_setCatalog(FilterChain chain, ConnectionProxy connection, String catalog) voidconnection_setClientInfo(FilterChain chain, ConnectionProxy connection, String name, String value) voidconnection_setClientInfo(FilterChain chain, ConnectionProxy connection, Properties properties) voidconnection_setHoldability(FilterChain chain, ConnectionProxy connection, int holdability) voidconnection_setNetworkTimeout(FilterChain chain, ConnectionProxy connection, Executor executor, int milliseconds) voidconnection_setReadOnly(FilterChain chain, ConnectionProxy connection, boolean readOnly) connection_setSavepoint(FilterChain chain, ConnectionProxy connection) connection_setSavepoint(FilterChain chain, ConnectionProxy connection, String name) voidconnection_setSchema(FilterChain chain, ConnectionProxy connection, String schema) voidconnection_setTransactionIsolation(FilterChain chain, ConnectionProxy connection, int level) voidconnection_setTypeMap(FilterChain chain, ConnectionProxy connection, Map<String, Class<?>> map) dataSource_getConnection(FilterChain chain, DruidDataSource dataSource, long maxWaitMillis) voiddataSource_releaseConnection(FilterChain chain, DruidPooledConnection connection) voiddestroy()voidinit(DataSourceProxy dataSource) booleanisWrapperFor(FilterChain chain, Wrapper wrapper, Class<?> iface) booleanisWrapperFor(Class<?> iface) voidpreparedStatement_addBatch(FilterChain chain, PreparedStatementProxy statement) voidpreparedStatement_clearParameters(FilterChain chain, PreparedStatementProxy statement) booleanpreparedStatement_execute(FilterChain chain, PreparedStatementProxy statement) preparedStatement_executeQuery(FilterChain chain, PreparedStatementProxy statement) intpreparedStatement_executeUpdate(FilterChain chain, PreparedStatementProxy statement) preparedStatement_getMetaData(FilterChain chain, PreparedStatementProxy statement) preparedStatement_getParameterMetaData(FilterChain chain, PreparedStatementProxy statement) voidpreparedStatement_setArray(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Array x) voidpreparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x) voidpreparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) voidpreparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) voidpreparedStatement_setBigDecimal(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, BigDecimal x) voidpreparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x) voidpreparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) voidpreparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) voidpreparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream) voidpreparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream, long length) voidpreparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Blob x) voidpreparedStatement_setBoolean(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, boolean x) voidpreparedStatement_setByte(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte x) voidpreparedStatement_setBytes(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte[] x) voidpreparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) voidpreparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, int length) voidpreparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) voidpreparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) voidpreparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) voidpreparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Clob x) voidpreparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x) voidpreparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x, Calendar cal) voidpreparedStatement_setDouble(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, double x) voidpreparedStatement_setFloat(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, float x) voidpreparedStatement_setInt(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int x) voidpreparedStatement_setLong(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, long x) voidpreparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value) voidpreparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value, long length) voidpreparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) voidpreparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) voidpreparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, NClob value) voidpreparedStatement_setNString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String value) voidpreparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType) voidpreparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType, String typeName) voidpreparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x) voidpreparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType) voidpreparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength) voidpreparedStatement_setRef(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Ref x) voidpreparedStatement_setRowId(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, RowId x) voidpreparedStatement_setShort(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, short x) voidpreparedStatement_setSQLXML(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, SQLXML xmlObject) voidpreparedStatement_setString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String x) voidpreparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x) voidpreparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x, Calendar cal) voidpreparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x) voidpreparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x, Calendar cal) voidpreparedStatement_setUnicodeStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) voidpreparedStatement_setURL(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, URL x) booleanresultSet_absolute(FilterChain chain, ResultSetProxy result, int row) voidresultSet_afterLast(FilterChain chain, ResultSetProxy resultSet) voidresultSet_beforeFirst(FilterChain chain, ResultSetProxy resultSet) voidresultSet_cancelRowUpdates(FilterChain chain, ResultSetProxy resultSet) voidresultSet_clearWarnings(FilterChain chain, ResultSetProxy resultSet) voidresultSet_close(FilterChain chain, ResultSetProxy resultSet) voidresultSet_deleteRow(FilterChain chain, ResultSetProxy resultSet) intresultSet_findColumn(FilterChain chain, ResultSetProxy result, String columnLabel) booleanresultSet_first(FilterChain chain, ResultSetProxy resultSet) resultSet_getArray(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getArray(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, int columnIndex, int scale) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, String columnLabel, int scale) resultSet_getBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getBlob(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getBlob(FilterChain chain, ResultSetProxy result, String columnLabel) booleanresultSet_getBoolean(FilterChain chain, ResultSetProxy result, int columnIndex) booleanresultSet_getBoolean(FilterChain chain, ResultSetProxy result, String columnLabel) byteresultSet_getByte(FilterChain chain, ResultSetProxy result, int columnIndex) byteresultSet_getByte(FilterChain chain, ResultSetProxy result, String columnLabel) byte[]resultSet_getBytes(FilterChain chain, ResultSetProxy result, int columnIndex) byte[]resultSet_getBytes(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getClob(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getClob(FilterChain chain, ResultSetProxy result, String columnLabel) intresultSet_getConcurrency(FilterChain chain, ResultSetProxy resultSet) resultSet_getCursorName(FilterChain chain, ResultSetProxy resultSet) resultSet_getDate(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getDate(FilterChain chain, ResultSetProxy result, int columnIndex, Calendar cal) resultSet_getDate(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getDate(FilterChain chain, ResultSetProxy result, String columnLabel, Calendar cal) doubleresultSet_getDouble(FilterChain chain, ResultSetProxy result, int columnIndex) doubleresultSet_getDouble(FilterChain chain, ResultSetProxy result, String columnLabel) intresultSet_getFetchDirection(FilterChain chain, ResultSetProxy resultSet) intresultSet_getFetchSize(FilterChain chain, ResultSetProxy resultSet) floatresultSet_getFloat(FilterChain chain, ResultSetProxy result, int columnIndex) floatresultSet_getFloat(FilterChain chain, ResultSetProxy result, String columnLabel) intresultSet_getHoldability(FilterChain chain, ResultSetProxy resultSet) intresultSet_getInt(FilterChain chain, ResultSetProxy result, int columnIndex) intresultSet_getInt(FilterChain chain, ResultSetProxy result, String columnLabel) longresultSet_getLong(FilterChain chain, ResultSetProxy result, int columnIndex) longresultSet_getLong(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getMetaData(FilterChain chain, ResultSetProxy resultSet) resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getNClob(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getNClob(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getNString(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getNString(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex) <T> TresultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex, Class<T> type) resultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex, Map<String, Class<?>> map) resultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel) <T> TresultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel, Class<T> type) resultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel, Map<String, Class<?>> map) resultSet_getRef(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getRef(FilterChain chain, ResultSetProxy result, String columnLabel) intresultSet_getRow(FilterChain chain, ResultSetProxy resultSet) resultSet_getRowId(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getRowId(FilterChain chain, ResultSetProxy result, String columnLabel) shortresultSet_getShort(FilterChain chain, ResultSetProxy result, int columnIndex) shortresultSet_getShort(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getSQLXML(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getSQLXML(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getStatement(FilterChain chain, ResultSetProxy resultSet) resultSet_getString(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getString(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getTime(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getTime(FilterChain chain, ResultSetProxy result, int columnIndex, Calendar cal) resultSet_getTime(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getTime(FilterChain chain, ResultSetProxy result, String columnLabel, Calendar cal) resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, int columnIndex, Calendar cal) resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, String columnLabel, Calendar cal) intresultSet_getType(FilterChain chain, ResultSetProxy resultSet) resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getURL(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getURL(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getWarnings(FilterChain chain, ResultSetProxy resultSet) voidresultSet_insertRow(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_isAfterLast(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_isBeforeFirst(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_isClosed(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_isFirst(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_isLast(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_last(FilterChain chain, ResultSetProxy resultSet) voidresultSet_moveToCurrentRow(FilterChain chain, ResultSetProxy resultSet) voidresultSet_moveToInsertRow(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_next(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_previous(FilterChain chain, ResultSetProxy resultSet) voidresultSet_refreshRow(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_relative(FilterChain chain, ResultSetProxy result, int rows) booleanresultSet_rowDeleted(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_rowInserted(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_rowUpdated(FilterChain chain, ResultSetProxy resultSet) voidresultSet_setFetchDirection(FilterChain chain, ResultSetProxy result, int direction) voidresultSet_setFetchSize(FilterChain chain, ResultSetProxy result, int rows) voidresultSet_updateArray(FilterChain chain, ResultSetProxy result, int columnIndex, Array x) voidresultSet_updateArray(FilterChain chain, ResultSetProxy result, String columnLabel, Array x) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, int length) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, long length) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, int length) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, long length) voidresultSet_updateBigDecimal(FilterChain chain, ResultSetProxy result, int columnIndex, BigDecimal x) voidresultSet_updateBigDecimal(FilterChain chain, ResultSetProxy result, String columnLabel, BigDecimal x) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, int length) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, long length) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, int length) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, long length) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream inputStream) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream inputStream, long length) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy result, int columnIndex, Blob x) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream inputStream) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream inputStream, long length) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy result, String columnLabel, Blob x) voidresultSet_updateBoolean(FilterChain chain, ResultSetProxy result, int columnIndex, boolean x) voidresultSet_updateBoolean(FilterChain chain, ResultSetProxy result, String columnLabel, boolean x) voidresultSet_updateByte(FilterChain chain, ResultSetProxy result, int columnIndex, byte x) voidresultSet_updateByte(FilterChain chain, ResultSetProxy result, String columnLabel, byte x) voidresultSet_updateBytes(FilterChain chain, ResultSetProxy result, int columnIndex, byte[] x) voidresultSet_updateBytes(FilterChain chain, ResultSetProxy result, String columnLabel, byte[] x) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x, int length) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x, long length) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, int length) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) voidresultSet_updateClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader) voidresultSet_updateClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader, long length) voidresultSet_updateClob(FilterChain chain, ResultSetProxy result, int columnIndex, Clob x) voidresultSet_updateClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) voidresultSet_updateClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) voidresultSet_updateClob(FilterChain chain, ResultSetProxy result, String columnLabel, Clob x) voidresultSet_updateDate(FilterChain chain, ResultSetProxy result, int columnIndex, Date x) voidresultSet_updateDate(FilterChain chain, ResultSetProxy result, String columnLabel, Date x) voidresultSet_updateDouble(FilterChain chain, ResultSetProxy result, int columnIndex, double x) voidresultSet_updateDouble(FilterChain chain, ResultSetProxy result, String columnLabel, double x) voidresultSet_updateFloat(FilterChain chain, ResultSetProxy result, int columnIndex, float x) voidresultSet_updateFloat(FilterChain chain, ResultSetProxy result, String columnLabel, float x) voidresultSet_updateInt(FilterChain chain, ResultSetProxy result, int columnIndex, int x) voidresultSet_updateInt(FilterChain chain, ResultSetProxy result, String columnLabel, int x) voidresultSet_updateLong(FilterChain chain, ResultSetProxy result, int columnIndex, long x) voidresultSet_updateLong(FilterChain chain, ResultSetProxy result, String columnLabel, long x) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x, long length) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader, long length) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy result, int columnIndex, NClob nClob) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy result, String columnLabel, NClob nClob) voidresultSet_updateNString(FilterChain chain, ResultSetProxy result, int columnIndex, String nString) voidresultSet_updateNString(FilterChain chain, ResultSetProxy result, String columnLabel, String nString) voidresultSet_updateNull(FilterChain chain, ResultSetProxy result, int columnIndex) voidresultSet_updateNull(FilterChain chain, ResultSetProxy result, String columnLabel) voidresultSet_updateObject(FilterChain chain, ResultSetProxy result, int columnIndex, Object x) voidresultSet_updateObject(FilterChain chain, ResultSetProxy result, int columnIndex, Object x, int scaleOrLength) voidresultSet_updateObject(FilterChain chain, ResultSetProxy result, String columnLabel, Object x) voidresultSet_updateObject(FilterChain chain, ResultSetProxy result, String columnLabel, Object x, int scaleOrLength) voidresultSet_updateRef(FilterChain chain, ResultSetProxy result, int columnIndex, Ref x) voidresultSet_updateRef(FilterChain chain, ResultSetProxy result, String columnLabel, Ref x) voidresultSet_updateRow(FilterChain chain, ResultSetProxy resultSet) voidresultSet_updateRowId(FilterChain chain, ResultSetProxy result, int columnIndex, RowId x) voidresultSet_updateRowId(FilterChain chain, ResultSetProxy result, String columnLabel, RowId x) voidresultSet_updateShort(FilterChain chain, ResultSetProxy result, int columnIndex, short x) voidresultSet_updateShort(FilterChain chain, ResultSetProxy result, String columnLabel, short x) voidresultSet_updateSQLXML(FilterChain chain, ResultSetProxy result, int columnIndex, SQLXML xmlObject) voidresultSet_updateSQLXML(FilterChain chain, ResultSetProxy result, String columnLabel, SQLXML xmlObject) voidresultSet_updateString(FilterChain chain, ResultSetProxy result, int columnIndex, String x) voidresultSet_updateString(FilterChain chain, ResultSetProxy result, String columnLabel, String x) voidresultSet_updateTime(FilterChain chain, ResultSetProxy result, int columnIndex, Time x) voidresultSet_updateTime(FilterChain chain, ResultSetProxy result, String columnLabel, Time x) voidresultSet_updateTimestamp(FilterChain chain, ResultSetProxy result, int columnIndex, Timestamp x) voidresultSet_updateTimestamp(FilterChain chain, ResultSetProxy result, String columnLabel, Timestamp x) booleanresultSet_wasNull(FilterChain chain, ResultSetProxy resultSet) resultSetMetaData_getCatalogName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getColumnClassName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_getColumnCount(FilterChain chain, ResultSetMetaDataProxy metaData) intresultSetMetaData_getColumnDisplaySize(FilterChain chain, ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getColumnLabel(FilterChain chain, ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getColumnName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_getColumnType(FilterChain chain, ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getColumnTypeName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_getPrecision(FilterChain chain, ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_getScale(FilterChain chain, ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getSchemaName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getTableName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isAutoIncrement(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isCaseSensitive(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isCurrency(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isDefinitelyWritable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_isNullable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isReadOnly(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isSearchable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isSigned(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isWritable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) voidstatement_addBatch(FilterChain chain, StatementProxy statement, String sql) voidstatement_cancel(FilterChain chain, StatementProxy statement) voidstatement_clearBatch(FilterChain chain, StatementProxy statement) voidstatement_clearWarnings(FilterChain chain, StatementProxy statement) voidstatement_close(FilterChain chain, StatementProxy statement) booleanstatement_execute(FilterChain chain, StatementProxy statement, String sql) booleanstatement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) booleanstatement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) booleanstatement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) int[]statement_executeBatch(FilterChain chain, StatementProxy statement) statement_executeQuery(FilterChain chain, StatementProxy statement, String sql) intstatement_executeUpdate(FilterChain chain, StatementProxy statement, String sql) intstatement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) intstatement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) intstatement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) statement_getConnection(FilterChain chain, StatementProxy statement) intstatement_getFetchDirection(FilterChain chain, StatementProxy statement) intstatement_getFetchSize(FilterChain chain, StatementProxy statement) statement_getGeneratedKeys(FilterChain chain, StatementProxy statement) intstatement_getMaxFieldSize(FilterChain chain, StatementProxy statement) intstatement_getMaxRows(FilterChain chain, StatementProxy statement) booleanstatement_getMoreResults(FilterChain chain, StatementProxy statement) booleanstatement_getMoreResults(FilterChain chain, StatementProxy statement, int current) intstatement_getQueryTimeout(FilterChain chain, StatementProxy statement) statement_getResultSet(FilterChain chain, StatementProxy statement) intstatement_getResultSetConcurrency(FilterChain chain, StatementProxy statement) intstatement_getResultSetHoldability(FilterChain chain, StatementProxy statement) intstatement_getResultSetType(FilterChain chain, StatementProxy statement) intstatement_getUpdateCount(FilterChain chain, StatementProxy statement) statement_getWarnings(FilterChain chain, StatementProxy statement) booleanstatement_isClosed(FilterChain chain, StatementProxy statement) booleanstatement_isPoolable(FilterChain chain, StatementProxy statement) voidstatement_setCursorName(FilterChain chain, StatementProxy statement, String name) voidstatement_setEscapeProcessing(FilterChain chain, StatementProxy statement, boolean enable) voidstatement_setFetchDirection(FilterChain chain, StatementProxy statement, int direction) voidstatement_setFetchSize(FilterChain chain, StatementProxy statement, int rows) voidstatement_setMaxFieldSize(FilterChain chain, StatementProxy statement, int max) voidstatement_setMaxRows(FilterChain chain, StatementProxy statement, int max) voidstatement_setPoolable(FilterChain chain, StatementProxy statement, boolean poolable) voidstatement_setQueryTimeout(FilterChain chain, StatementProxy statement, int seconds) <T> Tunwrap(FilterChain chain, Wrapper wrapper, Class<T> iface) <T> TMethods inherited from class javax.management.NotificationBroadcasterSupport
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
-
Constructor Details
-
FilterAdapter
public FilterAdapter()
-
-
Method Details
-
init
-
destroy
public void destroy() -
configFromProperties
- Specified by:
configFromPropertiesin interfaceFilter
-
isWrapperFor
- Specified by:
isWrapperForin interfaceFilter- Specified by:
isWrapperForin interfaceWrapper
-
unwrap
-
callableStatement_getArray
public Array callableStatement_getArray(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getArrayin interfaceFilter- Throws:
SQLException
-
callableStatement_getArray
public Array callableStatement_getArray(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getArrayin interfaceFilter- Throws:
SQLException
-
callableStatement_getBigDecimal
public BigDecimal callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getBigDecimalin interfaceFilter- Throws:
SQLException
-
callableStatement_getBigDecimal
public BigDecimal callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int scale) throws SQLException - Specified by:
callableStatement_getBigDecimalin interfaceFilter- Throws:
SQLException
-
callableStatement_getBigDecimal
public BigDecimal callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getBigDecimalin interfaceFilter- Throws:
SQLException
-
callableStatement_getBlob
public Blob callableStatement_getBlob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getBlobin interfaceFilter- Throws:
SQLException
-
callableStatement_getBlob
public Blob callableStatement_getBlob(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getBlobin interfaceFilter- Throws:
SQLException
-
callableStatement_getBoolean
public boolean callableStatement_getBoolean(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getBooleanin interfaceFilter- Throws:
SQLException
-
callableStatement_getBoolean
public boolean callableStatement_getBoolean(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getBooleanin interfaceFilter- Throws:
SQLException
-
callableStatement_getByte
public byte callableStatement_getByte(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getBytein interfaceFilter- Throws:
SQLException
-
callableStatement_getByte
public byte callableStatement_getByte(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getBytein interfaceFilter- Throws:
SQLException
-
callableStatement_getBytes
public byte[] callableStatement_getBytes(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getBytesin interfaceFilter- Throws:
SQLException
-
callableStatement_getBytes
public byte[] callableStatement_getBytes(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getBytesin interfaceFilter- Throws:
SQLException
-
callableStatement_getCharacterStream
public Reader callableStatement_getCharacterStream(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getCharacterStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_getCharacterStream
public Reader callableStatement_getCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getCharacterStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_getClob
public Clob callableStatement_getClob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getClobin interfaceFilter- Throws:
SQLException
-
callableStatement_getClob
public Clob callableStatement_getClob(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getClobin interfaceFilter- Throws:
SQLException
-
callableStatement_getDate
public Date callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getDatein interfaceFilter- Throws:
SQLException
-
callableStatement_getDate
public Date callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException - Specified by:
callableStatement_getDatein interfaceFilter- Throws:
SQLException
-
callableStatement_getDate
public Date callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getDatein interfaceFilter- Throws:
SQLException
-
callableStatement_getDate
public Date callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException - Specified by:
callableStatement_getDatein interfaceFilter- Throws:
SQLException
-
callableStatement_getDouble
public double callableStatement_getDouble(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getDoublein interfaceFilter- Throws:
SQLException
-
callableStatement_getDouble
public double callableStatement_getDouble(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getDoublein interfaceFilter- Throws:
SQLException
-
callableStatement_getFloat
public float callableStatement_getFloat(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getFloatin interfaceFilter- Throws:
SQLException
-
callableStatement_getFloat
public float callableStatement_getFloat(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getFloatin interfaceFilter- Throws:
SQLException
-
callableStatement_getInt
public int callableStatement_getInt(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getIntin interfaceFilter- Throws:
SQLException
-
callableStatement_getInt
public int callableStatement_getInt(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getIntin interfaceFilter- Throws:
SQLException
-
callableStatement_getLong
public long callableStatement_getLong(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getLongin interfaceFilter- Throws:
SQLException
-
callableStatement_getLong
public long callableStatement_getLong(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getLongin interfaceFilter- Throws:
SQLException
-
callableStatement_getNCharacterStream
public Reader callableStatement_getNCharacterStream(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getNCharacterStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_getNCharacterStream
public Reader callableStatement_getNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getNCharacterStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_getNClob
public NClob callableStatement_getNClob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getNClobin interfaceFilter- Throws:
SQLException
-
callableStatement_getNClob
public NClob callableStatement_getNClob(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getNClobin interfaceFilter- Throws:
SQLException
-
callableStatement_getNString
public String callableStatement_getNString(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getNStringin interfaceFilter- Throws:
SQLException
-
callableStatement_getNString
public String callableStatement_getNString(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getNStringin interfaceFilter- Throws:
SQLException
-
callableStatement_getObject
public Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getObjectin interfaceFilter- Throws:
SQLException
-
callableStatement_getObject
public Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Map<String, Class<?>> map) throws SQLException- Specified by:
callableStatement_getObjectin interfaceFilter- Throws:
SQLException
-
callableStatement_getObject
public Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getObjectin interfaceFilter- Throws:
SQLException
-
callableStatement_getObject
public Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Map<String, Class<?>> map) throws SQLException- Specified by:
callableStatement_getObjectin interfaceFilter- Throws:
SQLException
-
callableStatement_getRef
public Ref callableStatement_getRef(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getRefin interfaceFilter- Throws:
SQLException
-
callableStatement_getRef
public Ref callableStatement_getRef(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getRefin interfaceFilter- Throws:
SQLException
-
callableStatement_getRowId
public RowId callableStatement_getRowId(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getRowIdin interfaceFilter- Throws:
SQLException
-
callableStatement_getRowId
public RowId callableStatement_getRowId(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getRowIdin interfaceFilter- Throws:
SQLException
-
callableStatement_getShort
public short callableStatement_getShort(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getShortin interfaceFilter- Throws:
SQLException
-
callableStatement_getShort
public short callableStatement_getShort(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getShortin interfaceFilter- Throws:
SQLException
-
callableStatement_getSQLXML
public SQLXML callableStatement_getSQLXML(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getSQLXMLin interfaceFilter- Throws:
SQLException
-
callableStatement_getSQLXML
public SQLXML callableStatement_getSQLXML(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getSQLXMLin interfaceFilter- Throws:
SQLException
-
callableStatement_getString
public String callableStatement_getString(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getStringin interfaceFilter- Throws:
SQLException
-
callableStatement_getString
public String callableStatement_getString(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getStringin interfaceFilter- Throws:
SQLException
-
callableStatement_getTime
public Time callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getTimein interfaceFilter- Throws:
SQLException
-
callableStatement_getTime
public Time callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException - Specified by:
callableStatement_getTimein interfaceFilter- Throws:
SQLException
-
callableStatement_getTime
public Time callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getTimein interfaceFilter- Throws:
SQLException
-
callableStatement_getTime
public Time callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException - Specified by:
callableStatement_getTimein interfaceFilter- Throws:
SQLException
-
callableStatement_getTimestamp
public Timestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getTimestampin interfaceFilter- Throws:
SQLException
-
callableStatement_getTimestamp
public Timestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException - Specified by:
callableStatement_getTimestampin interfaceFilter- Throws:
SQLException
-
callableStatement_getTimestamp
public Timestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getTimestampin interfaceFilter- Throws:
SQLException
-
callableStatement_getTimestamp
public Timestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException - Specified by:
callableStatement_getTimestampin interfaceFilter- Throws:
SQLException
-
callableStatement_getURL
public URL callableStatement_getURL(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Specified by:
callableStatement_getURLin interfaceFilter- Throws:
SQLException
-
callableStatement_getURL
public URL callableStatement_getURL(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Specified by:
callableStatement_getURLin interfaceFilter- Throws:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType) throws SQLException - Specified by:
callableStatement_registerOutParameterin interfaceFilter- Throws:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType, int scale) throws SQLException - Specified by:
callableStatement_registerOutParameterin interfaceFilter- Throws:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType, String typeName) throws SQLException - Specified by:
callableStatement_registerOutParameterin interfaceFilter- Throws:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType) throws SQLException - Specified by:
callableStatement_registerOutParameterin interfaceFilter- Throws:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, int scale) throws SQLException - Specified by:
callableStatement_registerOutParameterin interfaceFilter- Throws:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, String typeName) throws SQLException - Specified by:
callableStatement_registerOutParameterin interfaceFilter- Throws:
SQLException
-
callableStatement_setAsciiStream
public void callableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x) throws SQLException - Specified by:
callableStatement_setAsciiStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_setAsciiStream
public void callableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, int length) throws SQLException - Specified by:
callableStatement_setAsciiStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_setAsciiStream
public void callableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, long length) throws SQLException - Specified by:
callableStatement_setAsciiStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_setBigDecimal
public void callableStatement_setBigDecimal(FilterChain chain, CallableStatementProxy statement, String parameterName, BigDecimal x) throws SQLException - Specified by:
callableStatement_setBigDecimalin interfaceFilter- Throws:
SQLException
-
callableStatement_setBinaryStream
public void callableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x) throws SQLException - Specified by:
callableStatement_setBinaryStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_setBinaryStream
public void callableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, int length) throws SQLException - Specified by:
callableStatement_setBinaryStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_setBinaryStream
public void callableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, long length) throws SQLException - Specified by:
callableStatement_setBinaryStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_setBlob
public void callableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, Blob x) throws SQLException - Specified by:
callableStatement_setBlobin interfaceFilter- Throws:
SQLException
-
callableStatement_setBlob
public void callableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream inputStream) throws SQLException - Specified by:
callableStatement_setBlobin interfaceFilter- Throws:
SQLException
-
callableStatement_setBlob
public void callableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream inputStream, long length) throws SQLException - Specified by:
callableStatement_setBlobin interfaceFilter- Throws:
SQLException
-
callableStatement_setBoolean
public void callableStatement_setBoolean(FilterChain chain, CallableStatementProxy statement, String parameterName, boolean x) throws SQLException - Specified by:
callableStatement_setBooleanin interfaceFilter- Throws:
SQLException
-
callableStatement_setByte
public void callableStatement_setByte(FilterChain chain, CallableStatementProxy statement, String parameterName, byte x) throws SQLException - Specified by:
callableStatement_setBytein interfaceFilter- Throws:
SQLException
-
callableStatement_setBytes
public void callableStatement_setBytes(FilterChain chain, CallableStatementProxy statement, String parameterName, byte[] x) throws SQLException - Specified by:
callableStatement_setBytesin interfaceFilter- Throws:
SQLException
-
callableStatement_setCharacterStream
public void callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException - Specified by:
callableStatement_setCharacterStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_setCharacterStream
public void callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, int length) throws SQLException - Specified by:
callableStatement_setCharacterStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_setCharacterStream
public void callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException - Specified by:
callableStatement_setCharacterStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_setClob
public void callableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Clob x) throws SQLException - Specified by:
callableStatement_setClobin interfaceFilter- Throws:
SQLException
-
callableStatement_setClob
public void callableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException - Specified by:
callableStatement_setClobin interfaceFilter- Throws:
SQLException
-
callableStatement_setClob
public void callableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException - Specified by:
callableStatement_setClobin interfaceFilter- Throws:
SQLException
-
callableStatement_setDate
public void callableStatement_setDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Date x) throws SQLException - Specified by:
callableStatement_setDatein interfaceFilter- Throws:
SQLException
-
callableStatement_setDate
public void callableStatement_setDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Date x, Calendar cal) throws SQLException - Specified by:
callableStatement_setDatein interfaceFilter- Throws:
SQLException
-
callableStatement_setDouble
public void callableStatement_setDouble(FilterChain chain, CallableStatementProxy statement, String parameterName, double x) throws SQLException - Specified by:
callableStatement_setDoublein interfaceFilter- Throws:
SQLException
-
callableStatement_setFloat
public void callableStatement_setFloat(FilterChain chain, CallableStatementProxy statement, String parameterName, float x) throws SQLException - Specified by:
callableStatement_setFloatin interfaceFilter- Throws:
SQLException
-
callableStatement_setInt
public void callableStatement_setInt(FilterChain chain, CallableStatementProxy statement, String parameterName, int x) throws SQLException - Specified by:
callableStatement_setIntin interfaceFilter- Throws:
SQLException
-
callableStatement_setLong
public void callableStatement_setLong(FilterChain chain, CallableStatementProxy statement, String parameterName, long x) throws SQLException - Specified by:
callableStatement_setLongin interfaceFilter- Throws:
SQLException
-
callableStatement_setNCharacterStream
public void callableStatement_setNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader value) throws SQLException - Specified by:
callableStatement_setNCharacterStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_setNCharacterStream
public void callableStatement_setNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader value, long length) throws SQLException - Specified by:
callableStatement_setNCharacterStreamin interfaceFilter- Throws:
SQLException
-
callableStatement_setNClob
public void callableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, NClob value) throws SQLException - Specified by:
callableStatement_setNClobin interfaceFilter- Throws:
SQLException
-
callableStatement_setNClob
public void callableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException - Specified by:
callableStatement_setNClobin interfaceFilter- Throws:
SQLException
-
callableStatement_setNClob
public void callableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException - Specified by:
callableStatement_setNClobin interfaceFilter- Throws:
SQLException
-
callableStatement_setNString
public void callableStatement_setNString(FilterChain chain, CallableStatementProxy statement, String parameterName, String value) throws SQLException - Specified by:
callableStatement_setNStringin interfaceFilter- Throws:
SQLException
-
callableStatement_setNull
public void callableStatement_setNull(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType) throws SQLException - Specified by:
callableStatement_setNullin interfaceFilter- Throws:
SQLException
-
callableStatement_setNull
public void callableStatement_setNull(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, String typeName) throws SQLException - Specified by:
callableStatement_setNullin interfaceFilter- Throws:
SQLException
-
callableStatement_setObject
public void callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x) throws SQLException - Specified by:
callableStatement_setObjectin interfaceFilter- Throws:
SQLException
-
callableStatement_setObject
public void callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType) throws SQLException - Specified by:
callableStatement_setObjectin interfaceFilter- Throws:
SQLException
-
callableStatement_setObject
public void callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType, int scale) throws SQLException - Specified by:
callableStatement_setObjectin interfaceFilter- Throws:
SQLException
-
callableStatement_setRowId
public void callableStatement_setRowId(FilterChain chain, CallableStatementProxy statement, String parameterName, RowId x) throws SQLException - Specified by:
callableStatement_setRowIdin interfaceFilter- Throws:
SQLException
-
callableStatement_setShort
public void callableStatement_setShort(FilterChain chain, CallableStatementProxy statement, String parameterName, short x) throws SQLException - Specified by:
callableStatement_setShortin interfaceFilter- Throws:
SQLException
-
callableStatement_setSQLXML
public void callableStatement_setSQLXML(FilterChain chain, CallableStatementProxy statement, String parameterName, SQLXML xmlObject) throws SQLException - Specified by:
callableStatement_setSQLXMLin interfaceFilter- Throws:
SQLException
-
callableStatement_setString
public void callableStatement_setString(FilterChain chain, CallableStatementProxy statement, String parameterName, String x) throws SQLException - Specified by:
callableStatement_setStringin interfaceFilter- Throws:
SQLException
-
callableStatement_setTime
public void callableStatement_setTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Time x) throws SQLException - Specified by:
callableStatement_setTimein interfaceFilter- Throws:
SQLException
-
callableStatement_setTime
public void callableStatement_setTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Time x, Calendar cal) throws SQLException - Specified by:
callableStatement_setTimein interfaceFilter- Throws:
SQLException
-
callableStatement_setTimestamp
public void callableStatement_setTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Timestamp x) throws SQLException - Specified by:
callableStatement_setTimestampin interfaceFilter- Throws:
SQLException
-
callableStatement_setTimestamp
public void callableStatement_setTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Timestamp x, Calendar cal) throws SQLException - Specified by:
callableStatement_setTimestampin interfaceFilter- Throws:
SQLException
-
callableStatement_setURL
public void callableStatement_setURL(FilterChain chain, CallableStatementProxy statement, String parameterName, URL val) throws SQLException - Specified by:
callableStatement_setURLin interfaceFilter- Throws:
SQLException
-
callableStatement_wasNull
public boolean callableStatement_wasNull(FilterChain chain, CallableStatementProxy statement) throws SQLException - Specified by:
callableStatement_wasNullin interfaceFilter- Throws:
SQLException
-
connection_clearWarnings
public void connection_clearWarnings(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_clearWarningsin interfaceFilter- Throws:
SQLException
-
connection_close
- Specified by:
connection_closein interfaceFilter- Throws:
SQLException
-
connection_commit
- Specified by:
connection_commitin interfaceFilter- Throws:
SQLException
-
connection_connect
- Specified by:
connection_connectin interfaceFilter- Throws:
SQLException
-
connection_createArrayOf
public Array connection_createArrayOf(FilterChain chain, ConnectionProxy connection, String typeName, Object[] elements) throws SQLException - Specified by:
connection_createArrayOfin interfaceFilter- Throws:
SQLException
-
connection_createBlob
public Blob connection_createBlob(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_createBlobin interfaceFilter- Throws:
SQLException
-
connection_createClob
public Clob connection_createClob(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_createClobin interfaceFilter- Throws:
SQLException
-
connection_createNClob
public NClob connection_createNClob(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_createNClobin interfaceFilter- Throws:
SQLException
-
connection_createSQLXML
public SQLXML connection_createSQLXML(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_createSQLXMLin interfaceFilter- Throws:
SQLException
-
connection_createStatement
public StatementProxy connection_createStatement(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_createStatementin interfaceFilter- Throws:
SQLException
-
connection_createStatement
public StatementProxy connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency) throws SQLException - Specified by:
connection_createStatementin interfaceFilter- Throws:
SQLException
-
connection_createStatement
public StatementProxy connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException - Specified by:
connection_createStatementin interfaceFilter- Throws:
SQLException
-
connection_createStruct
public Struct connection_createStruct(FilterChain chain, ConnectionProxy connection, String typeName, Object[] attributes) throws SQLException - Specified by:
connection_createStructin interfaceFilter- Throws:
SQLException
-
connection_getAutoCommit
public boolean connection_getAutoCommit(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_getAutoCommitin interfaceFilter- Throws:
SQLException
-
connection_getCatalog
public String connection_getCatalog(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_getCatalogin interfaceFilter- Throws:
SQLException
-
connection_getClientInfo
public Properties connection_getClientInfo(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_getClientInfoin interfaceFilter- Throws:
SQLException
-
connection_getClientInfo
public String connection_getClientInfo(FilterChain chain, ConnectionProxy connection, String name) throws SQLException - Specified by:
connection_getClientInfoin interfaceFilter- Throws:
SQLException
-
connection_getHoldability
public int connection_getHoldability(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_getHoldabilityin interfaceFilter- Throws:
SQLException
-
connection_getMetaData
public DatabaseMetaData connection_getMetaData(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_getMetaDatain interfaceFilter- Throws:
SQLException
-
connection_getTransactionIsolation
public int connection_getTransactionIsolation(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_getTransactionIsolationin interfaceFilter- Throws:
SQLException
-
connection_getTypeMap
public Map<String,Class<?>> connection_getTypeMap(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_getTypeMapin interfaceFilter- Throws:
SQLException
-
connection_getWarnings
public SQLWarning connection_getWarnings(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_getWarningsin interfaceFilter- Throws:
SQLException
-
connection_isClosed
public boolean connection_isClosed(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_isClosedin interfaceFilter- Throws:
SQLException
-
connection_isReadOnly
public boolean connection_isReadOnly(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_isReadOnlyin interfaceFilter- Throws:
SQLException
-
connection_isValid
public boolean connection_isValid(FilterChain chain, ConnectionProxy connection, int timeout) throws SQLException - Specified by:
connection_isValidin interfaceFilter- Throws:
SQLException
-
connection_nativeSQL
public String connection_nativeSQL(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException - Specified by:
connection_nativeSQLin interfaceFilter- Throws:
SQLException
-
connection_prepareCall
public CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException - Specified by:
connection_prepareCallin interfaceFilter- Throws:
SQLException
-
connection_prepareCall
public CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException - Specified by:
connection_prepareCallin interfaceFilter- Throws:
SQLException
-
connection_prepareCall
public CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException - Specified by:
connection_prepareCallin interfaceFilter- Throws:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException - Specified by:
connection_prepareStatementin interfaceFilter- Throws:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys) throws SQLException - Specified by:
connection_prepareStatementin interfaceFilter- Throws:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException - Specified by:
connection_prepareStatementin interfaceFilter- Throws:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException - Specified by:
connection_prepareStatementin interfaceFilter- Throws:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes) throws SQLException - Specified by:
connection_prepareStatementin interfaceFilter- Throws:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames) throws SQLException - Specified by:
connection_prepareStatementin interfaceFilter- Throws:
SQLException
-
connection_releaseSavepoint
public void connection_releaseSavepoint(FilterChain chain, ConnectionProxy connection, Savepoint savepoint) throws SQLException - Specified by:
connection_releaseSavepointin interfaceFilter- Throws:
SQLException
-
connection_rollback
- Specified by:
connection_rollbackin interfaceFilter- Throws:
SQLException
-
connection_rollback
public void connection_rollback(FilterChain chain, ConnectionProxy connection, Savepoint savepoint) throws SQLException - Specified by:
connection_rollbackin interfaceFilter- Throws:
SQLException
-
connection_setAutoCommit
public void connection_setAutoCommit(FilterChain chain, ConnectionProxy connection, boolean autoCommit) throws SQLException - Specified by:
connection_setAutoCommitin interfaceFilter- Throws:
SQLException
-
connection_setCatalog
public void connection_setCatalog(FilterChain chain, ConnectionProxy connection, String catalog) throws SQLException - Specified by:
connection_setCatalogin interfaceFilter- Throws:
SQLException
-
connection_setClientInfo
public void connection_setClientInfo(FilterChain chain, ConnectionProxy connection, Properties properties) throws SQLClientInfoException - Specified by:
connection_setClientInfoin interfaceFilter- Throws:
SQLClientInfoException
-
connection_setClientInfo
public void connection_setClientInfo(FilterChain chain, ConnectionProxy connection, String name, String value) throws SQLClientInfoException - Specified by:
connection_setClientInfoin interfaceFilter- Throws:
SQLClientInfoException
-
connection_setHoldability
public void connection_setHoldability(FilterChain chain, ConnectionProxy connection, int holdability) throws SQLException - Specified by:
connection_setHoldabilityin interfaceFilter- Throws:
SQLException
-
connection_setReadOnly
public void connection_setReadOnly(FilterChain chain, ConnectionProxy connection, boolean readOnly) throws SQLException - Specified by:
connection_setReadOnlyin interfaceFilter- Throws:
SQLException
-
connection_setSavepoint
public Savepoint connection_setSavepoint(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_setSavepointin interfaceFilter- Throws:
SQLException
-
connection_setSavepoint
public Savepoint connection_setSavepoint(FilterChain chain, ConnectionProxy connection, String name) throws SQLException - Specified by:
connection_setSavepointin interfaceFilter- Throws:
SQLException
-
connection_setTransactionIsolation
public void connection_setTransactionIsolation(FilterChain chain, ConnectionProxy connection, int level) throws SQLException - Specified by:
connection_setTransactionIsolationin interfaceFilter- Throws:
SQLException
-
connection_setTypeMap
public void connection_setTypeMap(FilterChain chain, ConnectionProxy connection, Map<String, Class<?>> map) throws SQLException- Specified by:
connection_setTypeMapin interfaceFilter- Throws:
SQLException
-
connection_getSchema
public String connection_getSchema(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_getSchemain interfaceFilter- Throws:
SQLException
-
connection_setSchema
public void connection_setSchema(FilterChain chain, ConnectionProxy connection, String schema) throws SQLException - Specified by:
connection_setSchemain interfaceFilter- Throws:
SQLException
-
connection_abort
public void connection_abort(FilterChain chain, ConnectionProxy connection, Executor executor) throws SQLException - Specified by:
connection_abortin interfaceFilter- Throws:
SQLException
-
connection_setNetworkTimeout
public void connection_setNetworkTimeout(FilterChain chain, ConnectionProxy connection, Executor executor, int milliseconds) throws SQLException - Specified by:
connection_setNetworkTimeoutin interfaceFilter- Throws:
SQLException
-
connection_getNetworkTimeout
public int connection_getNetworkTimeout(FilterChain chain, ConnectionProxy connection) throws SQLException - Specified by:
connection_getNetworkTimeoutin interfaceFilter- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperForin interfaceFilter- Throws:
SQLException
-
preparedStatement_addBatch
public void preparedStatement_addBatch(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Specified by:
preparedStatement_addBatchin interfaceFilter- Throws:
SQLException
-
preparedStatement_clearParameters
public void preparedStatement_clearParameters(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Specified by:
preparedStatement_clearParametersin interfaceFilter- Throws:
SQLException
-
preparedStatement_execute
public boolean preparedStatement_execute(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Specified by:
preparedStatement_executein interfaceFilter- Throws:
SQLException
-
preparedStatement_executeQuery
public ResultSetProxy preparedStatement_executeQuery(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Specified by:
preparedStatement_executeQueryin interfaceFilter- Throws:
SQLException
-
preparedStatement_executeUpdate
public int preparedStatement_executeUpdate(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Specified by:
preparedStatement_executeUpdatein interfaceFilter- Throws:
SQLException
-
preparedStatement_getMetaData
public ResultSetMetaData preparedStatement_getMetaData(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Specified by:
preparedStatement_getMetaDatain interfaceFilter- Throws:
SQLException
-
preparedStatement_getParameterMetaData
public ParameterMetaData preparedStatement_getParameterMetaData(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Specified by:
preparedStatement_getParameterMetaDatain interfaceFilter- Throws:
SQLException
-
preparedStatement_setArray
public void preparedStatement_setArray(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Array x) throws SQLException - Specified by:
preparedStatement_setArrayin interfaceFilter- Throws:
SQLException
-
preparedStatement_setAsciiStream
public void preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x) throws SQLException - Specified by:
preparedStatement_setAsciiStreamin interfaceFilter- Throws:
SQLException
-
preparedStatement_setAsciiStream
public void preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException - Specified by:
preparedStatement_setAsciiStreamin interfaceFilter- Throws:
SQLException
-
preparedStatement_setAsciiStream
public void preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) throws SQLException - Specified by:
preparedStatement_setAsciiStreamin interfaceFilter- Throws:
SQLException
-
preparedStatement_setBigDecimal
public void preparedStatement_setBigDecimal(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, BigDecimal x) throws SQLException - Specified by:
preparedStatement_setBigDecimalin interfaceFilter- Throws:
SQLException
-
preparedStatement_setBinaryStream
public void preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x) throws SQLException - Specified by:
preparedStatement_setBinaryStreamin interfaceFilter- Throws:
SQLException
-
preparedStatement_setBinaryStream
public void preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException - Specified by:
preparedStatement_setBinaryStreamin interfaceFilter- Throws:
SQLException
-
preparedStatement_setBinaryStream
public void preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) throws SQLException - Specified by:
preparedStatement_setBinaryStreamin interfaceFilter- Throws:
SQLException
-
preparedStatement_setBlob
public void preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Blob x) throws SQLException - Specified by:
preparedStatement_setBlobin interfaceFilter- Throws:
SQLException
-
preparedStatement_setBlob
public void preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream) throws SQLException - Specified by:
preparedStatement_setBlobin interfaceFilter- Throws:
SQLException
-
preparedStatement_setBlob
public void preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream, long length) throws SQLException - Specified by:
preparedStatement_setBlobin interfaceFilter- Throws:
SQLException
-
preparedStatement_setBoolean
public void preparedStatement_setBoolean(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, boolean x) throws SQLException - Specified by:
preparedStatement_setBooleanin interfaceFilter- Throws:
SQLException
-
preparedStatement_setByte
public void preparedStatement_setByte(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte x) throws SQLException - Specified by:
preparedStatement_setBytein interfaceFilter- Throws:
SQLException
-
preparedStatement_setBytes
public void preparedStatement_setBytes(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte[] x) throws SQLException - Specified by:
preparedStatement_setBytesin interfaceFilter- Throws:
SQLException
-
preparedStatement_setCharacterStream
public void preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException - Specified by:
preparedStatement_setCharacterStreamin interfaceFilter- Throws:
SQLException
-
preparedStatement_setCharacterStream
public void preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, int length) throws SQLException - Specified by:
preparedStatement_setCharacterStreamin interfaceFilter- Throws:
SQLException
-
preparedStatement_setCharacterStream
public void preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException - Specified by:
preparedStatement_setCharacterStreamin interfaceFilter- Throws:
SQLException
-
preparedStatement_setClob
public void preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Clob x) throws SQLException - Specified by:
preparedStatement_setClobin interfaceFilter- Throws:
SQLException
-
preparedStatement_setClob
public void preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException - Specified by:
preparedStatement_setClobin interfaceFilter- Throws:
SQLException
-
preparedStatement_setClob
public void preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException - Specified by:
preparedStatement_setClobin interfaceFilter- Throws:
SQLException
-
preparedStatement_setDate
public void preparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x) throws SQLException - Specified by:
preparedStatement_setDatein interfaceFilter- Throws:
SQLException
-
preparedStatement_setDate
public void preparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x, Calendar cal) throws SQLException - Specified by:
preparedStatement_setDatein interfaceFilter- Throws:
SQLException
-
preparedStatement_setDouble
public void preparedStatement_setDouble(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, double x) throws SQLException - Specified by:
preparedStatement_setDoublein interfaceFilter- Throws:
SQLException
-
preparedStatement_setFloat
public void preparedStatement_setFloat(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, float x) throws SQLException - Specified by:
preparedStatement_setFloatin interfaceFilter- Throws:
SQLException
-
preparedStatement_setInt
public void preparedStatement_setInt(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int x) throws SQLException - Specified by:
preparedStatement_setIntin interfaceFilter- Throws:
SQLException
-
preparedStatement_setLong
public void preparedStatement_setLong(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, long x) throws SQLException - Specified by:
preparedStatement_setLongin interfaceFilter- Throws:
SQLException
-
preparedStatement_setNCharacterStream
public void preparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value) throws SQLException - Specified by:
preparedStatement_setNCharacterStreamin interfaceFilter- Throws:
SQLException
-
preparedStatement_setNCharacterStream
public void preparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value, long length) throws SQLException - Specified by:
preparedStatement_setNCharacterStreamin interfaceFilter- Throws:
SQLException
-
preparedStatement_setNClob
public void preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, NClob value) throws SQLException - Specified by:
preparedStatement_setNClobin interfaceFilter- Throws:
SQLException
-
preparedStatement_setNClob
public void preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException - Specified by:
preparedStatement_setNClobin interfaceFilter- Throws:
SQLException
-
preparedStatement_setNClob
public void preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException - Specified by:
preparedStatement_setNClobin interfaceFilter- Throws:
SQLException
-
preparedStatement_setNString
public void preparedStatement_setNString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String value) throws SQLException - Specified by:
preparedStatement_setNStringin interfaceFilter- Throws:
SQLException
-
preparedStatement_setNull
public void preparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType) throws SQLException - Specified by:
preparedStatement_setNullin interfaceFilter- Throws:
SQLException
-
preparedStatement_setNull
public void preparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType, String typeName) throws SQLException - Specified by:
preparedStatement_setNullin interfaceFilter- Throws:
SQLException
-
preparedStatement_setObject
public void preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x) throws SQLException - Specified by:
preparedStatement_setObjectin interfaceFilter- Throws:
SQLException
-
preparedStatement_setObject
public void preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType) throws SQLException - Specified by:
preparedStatement_setObjectin interfaceFilter- Throws:
SQLException
-
preparedStatement_setObject
public void preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException - Specified by:
preparedStatement_setObjectin interfaceFilter- Throws:
SQLException
-
preparedStatement_setRef
public void preparedStatement_setRef(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Ref x) throws SQLException - Specified by:
preparedStatement_setRefin interfaceFilter- Throws:
SQLException
-
preparedStatement_setRowId
public void preparedStatement_setRowId(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, RowId x) throws SQLException - Specified by:
preparedStatement_setRowIdin interfaceFilter- Throws:
SQLException
-
preparedStatement_setShort
public void preparedStatement_setShort(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, short x) throws SQLException - Specified by:
preparedStatement_setShortin interfaceFilter- Throws:
SQLException
-
preparedStatement_setSQLXML
public void preparedStatement_setSQLXML(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, SQLXML xmlObject) throws SQLException - Specified by:
preparedStatement_setSQLXMLin interfaceFilter- Throws:
SQLException
-
preparedStatement_setString
public void preparedStatement_setString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String x) throws SQLException - Specified by:
preparedStatement_setStringin interfaceFilter- Throws:
SQLException
-
preparedStatement_setTime
public void preparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x) throws SQLException - Specified by:
preparedStatement_setTimein interfaceFilter- Throws:
SQLException
-
preparedStatement_setTime
public void preparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x, Calendar cal) throws SQLException - Specified by:
preparedStatement_setTimein interfaceFilter- Throws:
SQLException
-
preparedStatement_setTimestamp
public void preparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x) throws SQLException - Specified by:
preparedStatement_setTimestampin interfaceFilter- Throws:
SQLException
-
preparedStatement_setTimestamp
public void preparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x, Calendar cal) throws SQLException - Specified by:
preparedStatement_setTimestampin interfaceFilter- Throws:
SQLException
-
preparedStatement_setUnicodeStream
public void preparedStatement_setUnicodeStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException - Specified by:
preparedStatement_setUnicodeStreamin interfaceFilter- Throws:
SQLException
-
preparedStatement_setURL
public void preparedStatement_setURL(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, URL x) throws SQLException - Specified by:
preparedStatement_setURLin interfaceFilter- Throws:
SQLException
-
resultSet_absolute
public boolean resultSet_absolute(FilterChain chain, ResultSetProxy result, int row) throws SQLException - Specified by:
resultSet_absolutein interfaceFilter- Throws:
SQLException
-
resultSet_afterLast
- Specified by:
resultSet_afterLastin interfaceFilter- Throws:
SQLException
-
resultSet_beforeFirst
- Specified by:
resultSet_beforeFirstin interfaceFilter- Throws:
SQLException
-
resultSet_cancelRowUpdates
public void resultSet_cancelRowUpdates(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_cancelRowUpdatesin interfaceFilter- Throws:
SQLException
-
resultSet_clearWarnings
public void resultSet_clearWarnings(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_clearWarningsin interfaceFilter- Throws:
SQLException
-
resultSet_close
- Specified by:
resultSet_closein interfaceFilter- Throws:
SQLException
-
resultSet_deleteRow
- Specified by:
resultSet_deleteRowin interfaceFilter- Throws:
SQLException
-
resultSet_findColumn
public int resultSet_findColumn(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_findColumnin interfaceFilter- Throws:
SQLException
-
resultSet_first
- Specified by:
resultSet_firstin interfaceFilter- Throws:
SQLException
-
resultSet_getArray
public Array resultSet_getArray(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getArrayin interfaceFilter- Throws:
SQLException
-
resultSet_getArray
public Array resultSet_getArray(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getArrayin interfaceFilter- Throws:
SQLException
-
resultSet_getAsciiStream
public InputStream resultSet_getAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getAsciiStreamin interfaceFilter- Throws:
SQLException
-
resultSet_getAsciiStream
public InputStream resultSet_getAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getAsciiStreamin interfaceFilter- Throws:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getBigDecimalin interfaceFilter- Throws:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, int columnIndex, int scale) throws SQLException - Specified by:
resultSet_getBigDecimalin interfaceFilter- Throws:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getBigDecimalin interfaceFilter- Throws:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, String columnLabel, int scale) throws SQLException - Specified by:
resultSet_getBigDecimalin interfaceFilter- Throws:
SQLException
-
resultSet_getBinaryStream
public InputStream resultSet_getBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getBinaryStreamin interfaceFilter- Throws:
SQLException
-
resultSet_getBinaryStream
public InputStream resultSet_getBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getBinaryStreamin interfaceFilter- Throws:
SQLException
-
resultSet_getBlob
public Blob resultSet_getBlob(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getBlobin interfaceFilter- Throws:
SQLException
-
resultSet_getBlob
public Blob resultSet_getBlob(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getBlobin interfaceFilter- Throws:
SQLException
-
resultSet_getBoolean
public boolean resultSet_getBoolean(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getBooleanin interfaceFilter- Throws:
SQLException
-
resultSet_getBoolean
public boolean resultSet_getBoolean(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getBooleanin interfaceFilter- Throws:
SQLException
-
resultSet_getByte
public byte resultSet_getByte(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getBytein interfaceFilter- Throws:
SQLException
-
resultSet_getByte
public byte resultSet_getByte(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getBytein interfaceFilter- Throws:
SQLException
-
resultSet_getBytes
public byte[] resultSet_getBytes(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getBytesin interfaceFilter- Throws:
SQLException
-
resultSet_getBytes
public byte[] resultSet_getBytes(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getBytesin interfaceFilter- Throws:
SQLException
-
resultSet_getCharacterStream
public Reader resultSet_getCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_getCharacterStream
public Reader resultSet_getCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_getClob
public Clob resultSet_getClob(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getClobin interfaceFilter- Throws:
SQLException
-
resultSet_getClob
public Clob resultSet_getClob(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getClobin interfaceFilter- Throws:
SQLException
-
resultSet_getConcurrency
public int resultSet_getConcurrency(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_getConcurrencyin interfaceFilter- Throws:
SQLException
-
resultSet_getCursorName
public String resultSet_getCursorName(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_getCursorNamein interfaceFilter- Throws:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getDatein interfaceFilter- Throws:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(FilterChain chain, ResultSetProxy result, int columnIndex, Calendar cal) throws SQLException - Specified by:
resultSet_getDatein interfaceFilter- Throws:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getDatein interfaceFilter- Throws:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(FilterChain chain, ResultSetProxy result, String columnLabel, Calendar cal) throws SQLException - Specified by:
resultSet_getDatein interfaceFilter- Throws:
SQLException
-
resultSet_getDouble
public double resultSet_getDouble(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getDoublein interfaceFilter- Throws:
SQLException
-
resultSet_getDouble
public double resultSet_getDouble(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getDoublein interfaceFilter- Throws:
SQLException
-
resultSet_getFetchDirection
public int resultSet_getFetchDirection(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_getFetchDirectionin interfaceFilter- Throws:
SQLException
-
resultSet_getFetchSize
- Specified by:
resultSet_getFetchSizein interfaceFilter- Throws:
SQLException
-
resultSet_getFloat
public float resultSet_getFloat(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getFloatin interfaceFilter- Throws:
SQLException
-
resultSet_getFloat
public float resultSet_getFloat(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getFloatin interfaceFilter- Throws:
SQLException
-
resultSet_getHoldability
public int resultSet_getHoldability(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_getHoldabilityin interfaceFilter- Throws:
SQLException
-
resultSet_getInt
public int resultSet_getInt(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getIntin interfaceFilter- Throws:
SQLException
-
resultSet_getInt
public int resultSet_getInt(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getIntin interfaceFilter- Throws:
SQLException
-
resultSet_getLong
public long resultSet_getLong(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getLongin interfaceFilter- Throws:
SQLException
-
resultSet_getLong
public long resultSet_getLong(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getLongin interfaceFilter- Throws:
SQLException
-
resultSet_getMetaData
public ResultSetMetaData resultSet_getMetaData(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_getMetaDatain interfaceFilter- Throws:
SQLException
-
resultSet_getNCharacterStream
public Reader resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getNCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_getNCharacterStream
public Reader resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getNCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_getNClob
public NClob resultSet_getNClob(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getNClobin interfaceFilter- Throws:
SQLException
-
resultSet_getNClob
public NClob resultSet_getNClob(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getNClobin interfaceFilter- Throws:
SQLException
-
resultSet_getNString
public String resultSet_getNString(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getNStringin interfaceFilter- Throws:
SQLException
-
resultSet_getNString
public String resultSet_getNString(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getNStringin interfaceFilter- Throws:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getObjectin interfaceFilter- Throws:
SQLException
-
resultSet_getObject
public <T> T resultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex, Class<T> type) throws SQLException - Specified by:
resultSet_getObjectin interfaceFilter- Throws:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex, Map<String, Class<?>> map) throws SQLException- Specified by:
resultSet_getObjectin interfaceFilter- Throws:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getObjectin interfaceFilter- Throws:
SQLException
-
resultSet_getObject
public <T> T resultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel, Class<T> type) throws SQLException - Specified by:
resultSet_getObjectin interfaceFilter- Throws:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel, Map<String, Class<?>> map) throws SQLException- Specified by:
resultSet_getObjectin interfaceFilter- Throws:
SQLException
-
resultSet_getRef
public Ref resultSet_getRef(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getRefin interfaceFilter- Throws:
SQLException
-
resultSet_getRef
public Ref resultSet_getRef(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getRefin interfaceFilter- Throws:
SQLException
-
resultSet_getRow
- Specified by:
resultSet_getRowin interfaceFilter- Throws:
SQLException
-
resultSet_getRowId
public RowId resultSet_getRowId(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getRowIdin interfaceFilter- Throws:
SQLException
-
resultSet_getRowId
public RowId resultSet_getRowId(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getRowIdin interfaceFilter- Throws:
SQLException
-
resultSet_getShort
public short resultSet_getShort(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getShortin interfaceFilter- Throws:
SQLException
-
resultSet_getShort
public short resultSet_getShort(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getShortin interfaceFilter- Throws:
SQLException
-
resultSet_getSQLXML
public SQLXML resultSet_getSQLXML(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getSQLXMLin interfaceFilter- Throws:
SQLException
-
resultSet_getSQLXML
public SQLXML resultSet_getSQLXML(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getSQLXMLin interfaceFilter- Throws:
SQLException
-
resultSet_getStatement
public Statement resultSet_getStatement(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_getStatementin interfaceFilter- Throws:
SQLException
-
resultSet_getString
public String resultSet_getString(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getStringin interfaceFilter- Throws:
SQLException
-
resultSet_getString
public String resultSet_getString(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getStringin interfaceFilter- Throws:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getTimein interfaceFilter- Throws:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(FilterChain chain, ResultSetProxy result, int columnIndex, Calendar cal) throws SQLException - Specified by:
resultSet_getTimein interfaceFilter- Throws:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getTimein interfaceFilter- Throws:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(FilterChain chain, ResultSetProxy result, String columnLabel, Calendar cal) throws SQLException - Specified by:
resultSet_getTimein interfaceFilter- Throws:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getTimestampin interfaceFilter- Throws:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, int columnIndex, Calendar cal) throws SQLException - Specified by:
resultSet_getTimestampin interfaceFilter- Throws:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getTimestampin interfaceFilter- Throws:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, String columnLabel, Calendar cal) throws SQLException - Specified by:
resultSet_getTimestampin interfaceFilter- Throws:
SQLException
-
resultSet_getType
- Specified by:
resultSet_getTypein interfaceFilter- Throws:
SQLException
-
resultSet_getUnicodeStream
public InputStream resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getUnicodeStreamin interfaceFilter- Throws:
SQLException
-
resultSet_getUnicodeStream
public InputStream resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getUnicodeStreamin interfaceFilter- Throws:
SQLException
-
resultSet_getURL
public URL resultSet_getURL(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_getURLin interfaceFilter- Throws:
SQLException
-
resultSet_getURL
public URL resultSet_getURL(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_getURLin interfaceFilter- Throws:
SQLException
-
resultSet_getWarnings
public SQLWarning resultSet_getWarnings(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_getWarningsin interfaceFilter- Throws:
SQLException
-
resultSet_insertRow
- Specified by:
resultSet_insertRowin interfaceFilter- Throws:
SQLException
-
resultSet_isAfterLast
public boolean resultSet_isAfterLast(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_isAfterLastin interfaceFilter- Throws:
SQLException
-
resultSet_isBeforeFirst
public boolean resultSet_isBeforeFirst(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_isBeforeFirstin interfaceFilter- Throws:
SQLException
-
resultSet_isClosed
- Specified by:
resultSet_isClosedin interfaceFilter- Throws:
SQLException
-
resultSet_isFirst
- Specified by:
resultSet_isFirstin interfaceFilter- Throws:
SQLException
-
resultSet_isLast
- Specified by:
resultSet_isLastin interfaceFilter- Throws:
SQLException
-
resultSet_last
- Specified by:
resultSet_lastin interfaceFilter- Throws:
SQLException
-
resultSet_moveToCurrentRow
public void resultSet_moveToCurrentRow(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_moveToCurrentRowin interfaceFilter- Throws:
SQLException
-
resultSet_moveToInsertRow
public void resultSet_moveToInsertRow(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_moveToInsertRowin interfaceFilter- Throws:
SQLException
-
resultSet_next
- Specified by:
resultSet_nextin interfaceFilter- Throws:
SQLException
-
resultSet_previous
- Specified by:
resultSet_previousin interfaceFilter- Throws:
SQLException
-
resultSet_refreshRow
- Specified by:
resultSet_refreshRowin interfaceFilter- Throws:
SQLException
-
resultSet_relative
public boolean resultSet_relative(FilterChain chain, ResultSetProxy result, int rows) throws SQLException - Specified by:
resultSet_relativein interfaceFilter- Throws:
SQLException
-
resultSet_rowDeleted
public boolean resultSet_rowDeleted(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_rowDeletedin interfaceFilter- Throws:
SQLException
-
resultSet_rowInserted
public boolean resultSet_rowInserted(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_rowInsertedin interfaceFilter- Throws:
SQLException
-
resultSet_rowUpdated
public boolean resultSet_rowUpdated(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Specified by:
resultSet_rowUpdatedin interfaceFilter- Throws:
SQLException
-
resultSet_setFetchDirection
public void resultSet_setFetchDirection(FilterChain chain, ResultSetProxy result, int direction) throws SQLException - Specified by:
resultSet_setFetchDirectionin interfaceFilter- Throws:
SQLException
-
resultSet_setFetchSize
public void resultSet_setFetchSize(FilterChain chain, ResultSetProxy result, int rows) throws SQLException - Specified by:
resultSet_setFetchSizein interfaceFilter- Throws:
SQLException
-
resultSet_updateArray
public void resultSet_updateArray(FilterChain chain, ResultSetProxy result, int columnIndex, Array x) throws SQLException - Specified by:
resultSet_updateArrayin interfaceFilter- Throws:
SQLException
-
resultSet_updateArray
public void resultSet_updateArray(FilterChain chain, ResultSetProxy result, String columnLabel, Array x) throws SQLException - Specified by:
resultSet_updateArrayin interfaceFilter- Throws:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x) throws SQLException - Specified by:
resultSet_updateAsciiStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, int length) throws SQLException - Specified by:
resultSet_updateAsciiStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, long length) throws SQLException - Specified by:
resultSet_updateAsciiStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x) throws SQLException - Specified by:
resultSet_updateAsciiStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, int length) throws SQLException - Specified by:
resultSet_updateAsciiStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, long length) throws SQLException - Specified by:
resultSet_updateAsciiStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateBigDecimal
public void resultSet_updateBigDecimal(FilterChain chain, ResultSetProxy result, int columnIndex, BigDecimal x) throws SQLException - Specified by:
resultSet_updateBigDecimalin interfaceFilter- Throws:
SQLException
-
resultSet_updateBigDecimal
public void resultSet_updateBigDecimal(FilterChain chain, ResultSetProxy result, String columnLabel, BigDecimal x) throws SQLException - Specified by:
resultSet_updateBigDecimalin interfaceFilter- Throws:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x) throws SQLException - Specified by:
resultSet_updateBinaryStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, int length) throws SQLException - Specified by:
resultSet_updateBinaryStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, long length) throws SQLException - Specified by:
resultSet_updateBinaryStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x) throws SQLException - Specified by:
resultSet_updateBinaryStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, int length) throws SQLException - Specified by:
resultSet_updateBinaryStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, long length) throws SQLException - Specified by:
resultSet_updateBinaryStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream inputStream) throws SQLException - Specified by:
resultSet_updateBlobin interfaceFilter- Throws:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream inputStream, long length) throws SQLException - Specified by:
resultSet_updateBlobin interfaceFilter- Throws:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy result, int columnIndex, Blob x) throws SQLException - Specified by:
resultSet_updateBlobin interfaceFilter- Throws:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream inputStream) throws SQLException - Specified by:
resultSet_updateBlobin interfaceFilter- Throws:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
resultSet_updateBlobin interfaceFilter- Throws:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy result, String columnLabel, Blob x) throws SQLException - Specified by:
resultSet_updateBlobin interfaceFilter- Throws:
SQLException
-
resultSet_updateBoolean
public void resultSet_updateBoolean(FilterChain chain, ResultSetProxy result, int columnIndex, boolean x) throws SQLException - Specified by:
resultSet_updateBooleanin interfaceFilter- Throws:
SQLException
-
resultSet_updateBoolean
public void resultSet_updateBoolean(FilterChain chain, ResultSetProxy result, String columnLabel, boolean x) throws SQLException - Specified by:
resultSet_updateBooleanin interfaceFilter- Throws:
SQLException
-
resultSet_updateByte
public void resultSet_updateByte(FilterChain chain, ResultSetProxy result, int columnIndex, byte x) throws SQLException - Specified by:
resultSet_updateBytein interfaceFilter- Throws:
SQLException
-
resultSet_updateByte
public void resultSet_updateByte(FilterChain chain, ResultSetProxy result, String columnLabel, byte x) throws SQLException - Specified by:
resultSet_updateBytein interfaceFilter- Throws:
SQLException
-
resultSet_updateBytes
public void resultSet_updateBytes(FilterChain chain, ResultSetProxy result, int columnIndex, byte[] x) throws SQLException - Specified by:
resultSet_updateBytesin interfaceFilter- Throws:
SQLException
-
resultSet_updateBytes
public void resultSet_updateBytes(FilterChain chain, ResultSetProxy result, String columnLabel, byte[] x) throws SQLException - Specified by:
resultSet_updateBytesin interfaceFilter- Throws:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x) throws SQLException - Specified by:
resultSet_updateCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x, int length) throws SQLException - Specified by:
resultSet_updateCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x, long length) throws SQLException - Specified by:
resultSet_updateCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) throws SQLException - Specified by:
resultSet_updateCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, int length) throws SQLException - Specified by:
resultSet_updateCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) throws SQLException - Specified by:
resultSet_updateCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy result, int columnIndex, Clob x) throws SQLException - Specified by:
resultSet_updateClobin interfaceFilter- Throws:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader) throws SQLException - Specified by:
resultSet_updateClobin interfaceFilter- Throws:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader, long length) throws SQLException - Specified by:
resultSet_updateClobin interfaceFilter- Throws:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy result, String columnLabel, Clob x) throws SQLException - Specified by:
resultSet_updateClobin interfaceFilter- Throws:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) throws SQLException - Specified by:
resultSet_updateClobin interfaceFilter- Throws:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) throws SQLException - Specified by:
resultSet_updateClobin interfaceFilter- Throws:
SQLException
-
resultSet_updateDate
public void resultSet_updateDate(FilterChain chain, ResultSetProxy result, int columnIndex, Date x) throws SQLException - Specified by:
resultSet_updateDatein interfaceFilter- Throws:
SQLException
-
resultSet_updateDate
public void resultSet_updateDate(FilterChain chain, ResultSetProxy result, String columnLabel, Date x) throws SQLException - Specified by:
resultSet_updateDatein interfaceFilter- Throws:
SQLException
-
resultSet_updateDouble
public void resultSet_updateDouble(FilterChain chain, ResultSetProxy result, int columnIndex, double x) throws SQLException - Specified by:
resultSet_updateDoublein interfaceFilter- Throws:
SQLException
-
resultSet_updateDouble
public void resultSet_updateDouble(FilterChain chain, ResultSetProxy result, String columnLabel, double x) throws SQLException - Specified by:
resultSet_updateDoublein interfaceFilter- Throws:
SQLException
-
resultSet_updateFloat
public void resultSet_updateFloat(FilterChain chain, ResultSetProxy result, int columnIndex, float x) throws SQLException - Specified by:
resultSet_updateFloatin interfaceFilter- Throws:
SQLException
-
resultSet_updateFloat
public void resultSet_updateFloat(FilterChain chain, ResultSetProxy result, String columnLabel, float x) throws SQLException - Specified by:
resultSet_updateFloatin interfaceFilter- Throws:
SQLException
-
resultSet_updateInt
public void resultSet_updateInt(FilterChain chain, ResultSetProxy result, int columnIndex, int x) throws SQLException - Specified by:
resultSet_updateIntin interfaceFilter- Throws:
SQLException
-
resultSet_updateInt
public void resultSet_updateInt(FilterChain chain, ResultSetProxy result, String columnLabel, int x) throws SQLException - Specified by:
resultSet_updateIntin interfaceFilter- Throws:
SQLException
-
resultSet_updateLong
public void resultSet_updateLong(FilterChain chain, ResultSetProxy result, int columnIndex, long x) throws SQLException - Specified by:
resultSet_updateLongin interfaceFilter- Throws:
SQLException
-
resultSet_updateLong
public void resultSet_updateLong(FilterChain chain, ResultSetProxy result, String columnLabel, long x) throws SQLException - Specified by:
resultSet_updateLongin interfaceFilter- Throws:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x) throws SQLException - Specified by:
resultSet_updateNCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x, long length) throws SQLException - Specified by:
resultSet_updateNCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) throws SQLException - Specified by:
resultSet_updateNCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) throws SQLException - Specified by:
resultSet_updateNCharacterStreamin interfaceFilter- Throws:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy result, int columnIndex, NClob nClob) throws SQLException - Specified by:
resultSet_updateNClobin interfaceFilter- Throws:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader) throws SQLException - Specified by:
resultSet_updateNClobin interfaceFilter- Throws:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader, long length) throws SQLException - Specified by:
resultSet_updateNClobin interfaceFilter- Throws:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy result, String columnLabel, NClob nClob) throws SQLException - Specified by:
resultSet_updateNClobin interfaceFilter- Throws:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) throws SQLException - Specified by:
resultSet_updateNClobin interfaceFilter- Throws:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) throws SQLException - Specified by:
resultSet_updateNClobin interfaceFilter- Throws:
SQLException
-
resultSet_updateNString
public void resultSet_updateNString(FilterChain chain, ResultSetProxy result, int columnIndex, String nString) throws SQLException - Specified by:
resultSet_updateNStringin interfaceFilter- Throws:
SQLException
-
resultSet_updateNString
public void resultSet_updateNString(FilterChain chain, ResultSetProxy result, String columnLabel, String nString) throws SQLException - Specified by:
resultSet_updateNStringin interfaceFilter- Throws:
SQLException
-
resultSet_updateNull
public void resultSet_updateNull(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - Specified by:
resultSet_updateNullin interfaceFilter- Throws:
SQLException
-
resultSet_updateNull
public void resultSet_updateNull(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - Specified by:
resultSet_updateNullin interfaceFilter- Throws:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(FilterChain chain, ResultSetProxy result, int columnIndex, Object x) throws SQLException - Specified by:
resultSet_updateObjectin interfaceFilter- Throws:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(FilterChain chain, ResultSetProxy result, int columnIndex, Object x, int scaleOrLength) throws SQLException - Specified by:
resultSet_updateObjectin interfaceFilter- Throws:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(FilterChain chain, ResultSetProxy result, String columnLabel, Object x) throws SQLException - Specified by:
resultSet_updateObjectin interfaceFilter- Throws:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(FilterChain chain, ResultSetProxy result, String columnLabel, Object x, int scaleOrLength) throws SQLException - Specified by:
resultSet_updateObjectin interfaceFilter- Throws:
SQLException
-
resultSet_updateRef
public void resultSet_updateRef(FilterChain chain, ResultSetProxy result, int columnIndex, Ref x) throws SQLException - Specified by:
resultSet_updateRefin interfaceFilter- Throws:
SQLException
-
resultSet_updateRef
public void resultSet_updateRef(FilterChain chain, ResultSetProxy result, String columnLabel, Ref x) throws SQLException - Specified by:
resultSet_updateRefin interfaceFilter- Throws:
SQLException
-
resultSet_updateRow
- Specified by:
resultSet_updateRowin interfaceFilter- Throws:
SQLException
-
resultSet_updateRowId
public void resultSet_updateRowId(FilterChain chain, ResultSetProxy result, int columnIndex, RowId x) throws SQLException - Specified by:
resultSet_updateRowIdin interfaceFilter- Throws:
SQLException
-
resultSet_updateRowId
public void resultSet_updateRowId(FilterChain chain, ResultSetProxy result, String columnLabel, RowId x) throws SQLException - Specified by:
resultSet_updateRowIdin interfaceFilter- Throws:
SQLException
-
resultSet_updateShort
public void resultSet_updateShort(FilterChain chain, ResultSetProxy result, int columnIndex, short x) throws SQLException - Specified by:
resultSet_updateShortin interfaceFilter- Throws:
SQLException
-
resultSet_updateShort
public void resultSet_updateShort(FilterChain chain, ResultSetProxy result, String columnLabel, short x) throws SQLException - Specified by:
resultSet_updateShortin interfaceFilter- Throws:
SQLException
-
resultSet_updateSQLXML
public void resultSet_updateSQLXML(FilterChain chain, ResultSetProxy result, int columnIndex, SQLXML xmlObject) throws SQLException - Specified by:
resultSet_updateSQLXMLin interfaceFilter- Throws:
SQLException
-
resultSet_updateSQLXML
public void resultSet_updateSQLXML(FilterChain chain, ResultSetProxy result, String columnLabel, SQLXML xmlObject) throws SQLException - Specified by:
resultSet_updateSQLXMLin interfaceFilter- Throws:
SQLException
-
resultSet_updateString
public void resultSet_updateString(FilterChain chain, ResultSetProxy result, int columnIndex, String x) throws SQLException - Specified by:
resultSet_updateStringin interfaceFilter- Throws:
SQLException
-
resultSet_updateString
public void resultSet_updateString(FilterChain chain, ResultSetProxy result, String columnLabel, String x) throws SQLException - Specified by:
resultSet_updateStringin interfaceFilter- Throws:
SQLException
-
resultSet_updateTime
public void resultSet_updateTime(FilterChain chain, ResultSetProxy result, int columnIndex, Time x) throws SQLException - Specified by:
resultSet_updateTimein interfaceFilter- Throws:
SQLException
-
resultSet_updateTime
public void resultSet_updateTime(FilterChain chain, ResultSetProxy result, String columnLabel, Time x) throws SQLException - Specified by:
resultSet_updateTimein interfaceFilter- Throws:
SQLException
-
resultSet_updateTimestamp
public void resultSet_updateTimestamp(FilterChain chain, ResultSetProxy result, int columnIndex, Timestamp x) throws SQLException - Specified by:
resultSet_updateTimestampin interfaceFilter- Throws:
SQLException
-
resultSet_updateTimestamp
public void resultSet_updateTimestamp(FilterChain chain, ResultSetProxy result, String columnLabel, Timestamp x) throws SQLException - Specified by:
resultSet_updateTimestampin interfaceFilter- Throws:
SQLException
-
resultSet_wasNull
- Specified by:
resultSet_wasNullin interfaceFilter- Throws:
SQLException
-
statement_addBatch
public void statement_addBatch(FilterChain chain, StatementProxy statement, String sql) throws SQLException - Specified by:
statement_addBatchin interfaceFilter- Throws:
SQLException
-
statement_cancel
- Specified by:
statement_cancelin interfaceFilter- Throws:
SQLException
-
statement_clearBatch
- Specified by:
statement_clearBatchin interfaceFilter- Throws:
SQLException
-
statement_close
- Specified by:
statement_closein interfaceFilter- Throws:
SQLException
-
statement_execute
public boolean statement_execute(FilterChain chain, StatementProxy statement, String sql) throws SQLException - Specified by:
statement_executein interfaceFilter- Throws:
SQLException
-
statement_execute
public boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException - Specified by:
statement_executein interfaceFilter- Throws:
SQLException
-
statement_execute
public boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) throws SQLException - Specified by:
statement_executein interfaceFilter- Throws:
SQLException
-
statement_execute
public boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) throws SQLException - Specified by:
statement_executein interfaceFilter- Throws:
SQLException
-
statement_executeBatch
public int[] statement_executeBatch(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_executeBatchin interfaceFilter- Throws:
SQLException
-
statement_executeQuery
public ResultSetProxy statement_executeQuery(FilterChain chain, StatementProxy statement, String sql) throws SQLException - Specified by:
statement_executeQueryin interfaceFilter- Throws:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql) throws SQLException - Specified by:
statement_executeUpdatein interfaceFilter- Throws:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException - Specified by:
statement_executeUpdatein interfaceFilter- Throws:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) throws SQLException - Specified by:
statement_executeUpdatein interfaceFilter- Throws:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) throws SQLException - Specified by:
statement_executeUpdatein interfaceFilter- Throws:
SQLException
-
statement_getConnection
public Connection statement_getConnection(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_getConnectionin interfaceFilter- Throws:
SQLException
-
statement_getFetchDirection
public int statement_getFetchDirection(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_getFetchDirectionin interfaceFilter- Throws:
SQLException
-
statement_getFetchSize
- Specified by:
statement_getFetchSizein interfaceFilter- Throws:
SQLException
-
statement_getGeneratedKeys
public ResultSetProxy statement_getGeneratedKeys(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_getGeneratedKeysin interfaceFilter- Throws:
SQLException
-
statement_getMaxFieldSize
public int statement_getMaxFieldSize(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_getMaxFieldSizein interfaceFilter- Throws:
SQLException
-
statement_getMaxRows
- Specified by:
statement_getMaxRowsin interfaceFilter- Throws:
SQLException
-
statement_getMoreResults
public boolean statement_getMoreResults(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_getMoreResultsin interfaceFilter- Throws:
SQLException
-
statement_getMoreResults
public boolean statement_getMoreResults(FilterChain chain, StatementProxy statement, int current) throws SQLException - Specified by:
statement_getMoreResultsin interfaceFilter- Throws:
SQLException
-
statement_getQueryTimeout
public int statement_getQueryTimeout(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_getQueryTimeoutin interfaceFilter- Throws:
SQLException
-
statement_setQueryTimeout
public void statement_setQueryTimeout(FilterChain chain, StatementProxy statement, int seconds) throws SQLException - Specified by:
statement_setQueryTimeoutin interfaceFilter- Throws:
SQLException
-
statement_getResultSet
public ResultSetProxy statement_getResultSet(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_getResultSetin interfaceFilter- Throws:
SQLException
-
statement_getResultSetConcurrency
public int statement_getResultSetConcurrency(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_getResultSetConcurrencyin interfaceFilter- Throws:
SQLException
-
statement_getResultSetHoldability
public int statement_getResultSetHoldability(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_getResultSetHoldabilityin interfaceFilter- Throws:
SQLException
-
statement_getResultSetType
public int statement_getResultSetType(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_getResultSetTypein interfaceFilter- Throws:
SQLException
-
statement_getUpdateCount
public int statement_getUpdateCount(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_getUpdateCountin interfaceFilter- Throws:
SQLException
-
statement_getWarnings
public SQLWarning statement_getWarnings(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_getWarningsin interfaceFilter- Throws:
SQLException
-
statement_clearWarnings
public void statement_clearWarnings(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_clearWarningsin interfaceFilter- Throws:
SQLException
-
statement_isClosed
- Specified by:
statement_isClosedin interfaceFilter- Throws:
SQLException
-
statement_isPoolable
public boolean statement_isPoolable(FilterChain chain, StatementProxy statement) throws SQLException - Specified by:
statement_isPoolablein interfaceFilter- Throws:
SQLException
-
statement_setCursorName
public void statement_setCursorName(FilterChain chain, StatementProxy statement, String name) throws SQLException - Specified by:
statement_setCursorNamein interfaceFilter- Throws:
SQLException
-
statement_setEscapeProcessing
public void statement_setEscapeProcessing(FilterChain chain, StatementProxy statement, boolean enable) throws SQLException - Specified by:
statement_setEscapeProcessingin interfaceFilter- Throws:
SQLException
-
statement_setFetchDirection
public void statement_setFetchDirection(FilterChain chain, StatementProxy statement, int direction) throws SQLException - Specified by:
statement_setFetchDirectionin interfaceFilter- Throws:
SQLException
-
statement_setFetchSize
public void statement_setFetchSize(FilterChain chain, StatementProxy statement, int rows) throws SQLException - Specified by:
statement_setFetchSizein interfaceFilter- Throws:
SQLException
-
statement_setMaxFieldSize
public void statement_setMaxFieldSize(FilterChain chain, StatementProxy statement, int max) throws SQLException - Specified by:
statement_setMaxFieldSizein interfaceFilter- Throws:
SQLException
-
statement_setMaxRows
public void statement_setMaxRows(FilterChain chain, StatementProxy statement, int max) throws SQLException - Specified by:
statement_setMaxRowsin interfaceFilter- Throws:
SQLException
-
statement_setPoolable
public void statement_setPoolable(FilterChain chain, StatementProxy statement, boolean poolable) throws SQLException - Specified by:
statement_setPoolablein interfaceFilter- Throws:
SQLException
-
unwrap
- Specified by:
unwrapin interfaceFilter- Throws:
SQLException
-
clob_length
- Specified by:
clob_lengthin interfaceFilter- Throws:
SQLException
-
clob_getSubString
public String clob_getSubString(FilterChain chain, ClobProxy wrapper, long pos, int length) throws SQLException - Specified by:
clob_getSubStringin interfaceFilter- Throws:
SQLException
-
clob_getCharacterStream
- Specified by:
clob_getCharacterStreamin interfaceFilter- Throws:
SQLException
-
clob_getAsciiStream
- Specified by:
clob_getAsciiStreamin interfaceFilter- Throws:
SQLException
-
clob_position
public long clob_position(FilterChain chain, ClobProxy wrapper, String searchstr, long start) throws SQLException - Specified by:
clob_positionin interfaceFilter- Throws:
SQLException
-
clob_position
public long clob_position(FilterChain chain, ClobProxy wrapper, Clob searchstr, long start) throws SQLException - Specified by:
clob_positionin interfaceFilter- Throws:
SQLException
-
clob_setString
public int clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str) throws SQLException - Specified by:
clob_setStringin interfaceFilter- Throws:
SQLException
-
clob_setString
public int clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str, int offset, int len) throws SQLException - Specified by:
clob_setStringin interfaceFilter- Throws:
SQLException
-
clob_setAsciiStream
public OutputStream clob_setAsciiStream(FilterChain chain, ClobProxy wrapper, long pos) throws SQLException - Specified by:
clob_setAsciiStreamin interfaceFilter- Throws:
SQLException
-
clob_setCharacterStream
public Writer clob_setCharacterStream(FilterChain chain, ClobProxy wrapper, long pos) throws SQLException - Specified by:
clob_setCharacterStreamin interfaceFilter- Throws:
SQLException
-
clob_truncate
- Specified by:
clob_truncatein interfaceFilter- Throws:
SQLException
-
clob_free
- Specified by:
clob_freein interfaceFilter- Throws:
SQLException
-
clob_getCharacterStream
public Reader clob_getCharacterStream(FilterChain chain, ClobProxy wrapper, long pos, long length) throws SQLException - Specified by:
clob_getCharacterStreamin interfaceFilter- Throws:
SQLException
-
dataSource_releaseConnection
public void dataSource_releaseConnection(FilterChain chain, DruidPooledConnection connection) throws SQLException - Specified by:
dataSource_releaseConnectionin interfaceFilter- Throws:
SQLException
-
dataSource_getConnection
public DruidPooledConnection dataSource_getConnection(FilterChain chain, DruidDataSource dataSource, long maxWaitMillis) throws SQLException - Specified by:
dataSource_getConnectionin interfaceFilter- Throws:
SQLException
-
resultSetMetaData_getColumnCount
public int resultSetMetaData_getColumnCount(FilterChain chain, ResultSetMetaDataProxy metaData) throws SQLException - Specified by:
resultSetMetaData_getColumnCountin interfaceFilter- Throws:
SQLException
-
resultSetMetaData_isAutoIncrement
public boolean resultSetMetaData_isAutoIncrement(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_isAutoIncrementin interfaceFilter- Throws:
SQLException
-
resultSetMetaData_isCaseSensitive
public boolean resultSetMetaData_isCaseSensitive(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_isCaseSensitivein interfaceFilter- Throws:
SQLException
-
resultSetMetaData_isSearchable
public boolean resultSetMetaData_isSearchable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_isSearchablein interfaceFilter- Throws:
SQLException
-
resultSetMetaData_isCurrency
public boolean resultSetMetaData_isCurrency(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_isCurrencyin interfaceFilter- Throws:
SQLException
-
resultSetMetaData_isNullable
public int resultSetMetaData_isNullable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_isNullablein interfaceFilter- Throws:
SQLException
-
resultSetMetaData_isSigned
public boolean resultSetMetaData_isSigned(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_isSignedin interfaceFilter- Throws:
SQLException
-
resultSetMetaData_getColumnDisplaySize
public int resultSetMetaData_getColumnDisplaySize(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_getColumnDisplaySizein interfaceFilter- Throws:
SQLException
-
resultSetMetaData_getColumnLabel
public String resultSetMetaData_getColumnLabel(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_getColumnLabelin interfaceFilter- Throws:
SQLException
-
resultSetMetaData_getColumnName
public String resultSetMetaData_getColumnName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_getColumnNamein interfaceFilter- Throws:
SQLException
-
resultSetMetaData_getSchemaName
public String resultSetMetaData_getSchemaName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_getSchemaNamein interfaceFilter- Throws:
SQLException
-
resultSetMetaData_getPrecision
public int resultSetMetaData_getPrecision(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_getPrecisionin interfaceFilter- Throws:
SQLException
-
resultSetMetaData_getScale
public int resultSetMetaData_getScale(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_getScalein interfaceFilter- Throws:
SQLException
-
resultSetMetaData_getTableName
public String resultSetMetaData_getTableName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_getTableNamein interfaceFilter- Throws:
SQLException
-
resultSetMetaData_getCatalogName
public String resultSetMetaData_getCatalogName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_getCatalogNamein interfaceFilter- Throws:
SQLException
-
resultSetMetaData_getColumnType
public int resultSetMetaData_getColumnType(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_getColumnTypein interfaceFilter- Throws:
SQLException
-
resultSetMetaData_getColumnTypeName
public String resultSetMetaData_getColumnTypeName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_getColumnTypeNamein interfaceFilter- Throws:
SQLException
-
resultSetMetaData_isReadOnly
public boolean resultSetMetaData_isReadOnly(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_isReadOnlyin interfaceFilter- Throws:
SQLException
-
resultSetMetaData_isWritable
public boolean resultSetMetaData_isWritable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_isWritablein interfaceFilter- Throws:
SQLException
-
resultSetMetaData_isDefinitelyWritable
public boolean resultSetMetaData_isDefinitelyWritable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_isDefinitelyWritablein interfaceFilter- Throws:
SQLException
-
resultSetMetaData_getColumnClassName
public String resultSetMetaData_getColumnClassName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Specified by:
resultSetMetaData_getColumnClassNamein interfaceFilter- Throws:
SQLException
-