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