Package com.alibaba.druid.filter
Interface Filter
- All Superinterfaces:
Wrapper
- All Known Implementing Classes:
CommonsLogFilter,ConfigFilter,EncodingConvertFilter,FilterAdapter,FilterEventAdapter,Log4j2Filter,Log4jFilter,LogFilter,MergeStatFilter,RandomDataSourceValidateFilter,Slf4jLogFilter,StatFilter,WallFilter
- Author:
- wenshao [szujobs@hotmail.com]
-
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 resultSet, 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 resultSet, String columnLabel) booleanresultSet_first(FilterChain chain, ResultSetProxy resultSet) resultSet_getArray(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getArray(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getAsciiStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex, int scale) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, String columnLabel, int scale) resultSet_getBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getBinaryStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getBlob(FilterChain chain, ResultSetProxy resultSet, String columnLabel) booleanresultSet_getBoolean(FilterChain chain, ResultSetProxy resultSet, int columnIndex) booleanresultSet_getBoolean(FilterChain chain, ResultSetProxy resultSet, String columnLabel) byteresultSet_getByte(FilterChain chain, ResultSetProxy resultSet, int columnIndex) byteresultSet_getByte(FilterChain chain, ResultSetProxy resultSet, String columnLabel) byte[]resultSet_getBytes(FilterChain chain, ResultSetProxy resultSet, int columnIndex) byte[]resultSet_getBytes(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel) intresultSet_getConcurrency(FilterChain chain, ResultSetProxy resultSet) resultSet_getCursorName(FilterChain chain, ResultSetProxy resultSet) resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Calendar cal) doubleresultSet_getDouble(FilterChain chain, ResultSetProxy resultSet, int columnIndex) doubleresultSet_getDouble(FilterChain chain, ResultSetProxy resultSet, String columnLabel) intresultSet_getFetchDirection(FilterChain chain, ResultSetProxy resultSet) intresultSet_getFetchSize(FilterChain chain, ResultSetProxy resultSet) floatresultSet_getFloat(FilterChain chain, ResultSetProxy resultSet, int columnIndex) floatresultSet_getFloat(FilterChain chain, ResultSetProxy resultSet, String columnLabel) intresultSet_getHoldability(FilterChain chain, ResultSetProxy resultSet) intresultSet_getInt(FilterChain chain, ResultSetProxy resultSet, int columnIndex) intresultSet_getInt(FilterChain chain, ResultSetProxy resultSet, String columnLabel) longresultSet_getLong(FilterChain chain, ResultSetProxy resultSet, int columnIndex) longresultSet_getLong(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getMetaData(FilterChain chain, ResultSetProxy resultSet) resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getNClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getNString(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getNString(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex) <T> TresultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Class<T> type) resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Map<String, Class<?>> map) resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel) <T> TresultSet_getObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Class<T> type) resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Map<String, Class<?>> map) resultSet_getRef(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getRef(FilterChain chain, ResultSetProxy resultSet, String columnLabel) intresultSet_getRow(FilterChain chain, ResultSetProxy resultSet) resultSet_getRowId(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getRowId(FilterChain chain, ResultSetProxy resultSet, String columnLabel) shortresultSet_getShort(FilterChain chain, ResultSetProxy resultSet, int columnIndex) shortresultSet_getShort(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getSQLXML(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getSQLXML(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getStatement(FilterChain chain, ResultSetProxy resultSet) resultSet_getString(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getString(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Calendar cal) resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Calendar cal) intresultSet_getType(FilterChain chain, ResultSetProxy resultSet) resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getURL(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getURL(FilterChain chain, ResultSetProxy resultSet, 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 resultSet, 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 resultSet, int direction) voidresultSet_setFetchSize(FilterChain chain, ResultSetProxy resultSet, int rows) voidresultSet_updateArray(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Array x) voidresultSet_updateArray(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Array x) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, int length) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, long length) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x, int length) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x, long length) voidresultSet_updateBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex, BigDecimal x) voidresultSet_updateBigDecimal(FilterChain chain, ResultSetProxy resultSet, String columnLabel, BigDecimal x) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, int length) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, long length) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x, int length) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x, long length) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream inputStream) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream inputStream, long length) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Blob x) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream inputStream) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream inputStream, long length) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Blob x) voidresultSet_updateBoolean(FilterChain chain, ResultSetProxy resultSet, int columnIndex, boolean x) voidresultSet_updateBoolean(FilterChain chain, ResultSetProxy resultSet, String columnLabel, boolean x) voidresultSet_updateByte(FilterChain chain, ResultSetProxy resultSet, int columnIndex, byte x) voidresultSet_updateByte(FilterChain chain, ResultSetProxy resultSet, String columnLabel, byte x) voidresultSet_updateBytes(FilterChain chain, ResultSetProxy resultSet, int columnIndex, byte[] x) voidresultSet_updateBytes(FilterChain chain, ResultSetProxy resultSet, String columnLabel, byte[] x) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, int length) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, long length) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, int length) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, long length) voidresultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader) voidresultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader, long length) voidresultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Clob x) voidresultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader) voidresultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, long length) voidresultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Clob x) voidresultSet_updateDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Date x) voidresultSet_updateDate(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Date x) voidresultSet_updateDouble(FilterChain chain, ResultSetProxy resultSet, int columnIndex, double x) voidresultSet_updateDouble(FilterChain chain, ResultSetProxy resultSet, String columnLabel, double x) voidresultSet_updateFloat(FilterChain chain, ResultSetProxy resultSet, int columnIndex, float x) voidresultSet_updateFloat(FilterChain chain, ResultSetProxy resultSet, String columnLabel, float x) voidresultSet_updateInt(FilterChain chain, ResultSetProxy resultSet, int columnIndex, int x) voidresultSet_updateInt(FilterChain chain, ResultSetProxy resultSet, String columnLabel, int x) voidresultSet_updateLong(FilterChain chain, ResultSetProxy resultSet, int columnIndex, long x) voidresultSet_updateLong(FilterChain chain, ResultSetProxy resultSet, String columnLabel, long x) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, long length) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, long length) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader, long length) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, NClob nClob) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, long length) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, NClob nClob) voidresultSet_updateNString(FilterChain chain, ResultSetProxy resultSet, int columnIndex, String nString) voidresultSet_updateNString(FilterChain chain, ResultSetProxy resultSet, String columnLabel, String nString) voidresultSet_updateNull(FilterChain chain, ResultSetProxy resultSet, int columnIndex) voidresultSet_updateNull(FilterChain chain, ResultSetProxy resultSet, String columnLabel) voidresultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Object x) voidresultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Object x, int scaleOrLength) voidresultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Object x) voidresultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Object x, int scaleOrLength) voidresultSet_updateRef(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Ref x) voidresultSet_updateRef(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Ref x) voidresultSet_updateRow(FilterChain chain, ResultSetProxy resultSet) voidresultSet_updateRowId(FilterChain chain, ResultSetProxy resultSet, int columnIndex, RowId x) voidresultSet_updateRowId(FilterChain chain, ResultSetProxy resultSet, String columnLabel, RowId x) voidresultSet_updateShort(FilterChain chain, ResultSetProxy resultSet, int columnIndex, short x) voidresultSet_updateShort(FilterChain chain, ResultSetProxy resultSet, String columnLabel, short x) voidresultSet_updateSQLXML(FilterChain chain, ResultSetProxy resultSet, int columnIndex, SQLXML xmlObject) voidresultSet_updateSQLXML(FilterChain chain, ResultSetProxy resultSet, String columnLabel, SQLXML xmlObject) voidresultSet_updateString(FilterChain chain, ResultSetProxy resultSet, int columnIndex, String x) voidresultSet_updateString(FilterChain chain, ResultSetProxy resultSet, String columnLabel, String x) voidresultSet_updateTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Time x) voidresultSet_updateTime(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Time x) voidresultSet_updateTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Timestamp x) voidresultSet_updateTimestamp(FilterChain chain, ResultSetProxy resultSet, 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> T
-
Method Details
-
init
-
destroy
void destroy() -
configFromProperties
-
isWrapperFor
- Specified by:
isWrapperForin interfaceWrapper
-
unwrap
-
connection_connect
- Throws:
SQLException
-
connection_createStatement
StatementProxy connection_createStatement(FilterChain chain, ConnectionProxy connection) throws SQLException - Throws:
SQLException
-
connection_prepareStatement
PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException - Throws:
SQLException
-
connection_prepareCall
CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException - Throws:
SQLException
-
connection_nativeSQL
String connection_nativeSQL(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException - Throws:
SQLException
-
connection_setAutoCommit
void connection_setAutoCommit(FilterChain chain, ConnectionProxy connection, boolean autoCommit) throws SQLException - Throws:
SQLException
-
connection_getAutoCommit
- Throws:
SQLException
-
connection_commit
- Throws:
SQLException
-
connection_rollback
- Throws:
SQLException
-
connection_close
- Throws:
SQLException
-
connection_isClosed
- Throws:
SQLException
-
connection_getMetaData
DatabaseMetaData connection_getMetaData(FilterChain chain, ConnectionProxy connection) throws SQLException - Throws:
SQLException
-
connection_setReadOnly
void connection_setReadOnly(FilterChain chain, ConnectionProxy connection, boolean readOnly) throws SQLException - Throws:
SQLException
-
connection_isReadOnly
- Throws:
SQLException
-
connection_setCatalog
void connection_setCatalog(FilterChain chain, ConnectionProxy connection, String catalog) throws SQLException - Throws:
SQLException
-
connection_getCatalog
- Throws:
SQLException
-
connection_setTransactionIsolation
void connection_setTransactionIsolation(FilterChain chain, ConnectionProxy connection, int level) throws SQLException - Throws:
SQLException
-
connection_getTransactionIsolation
int connection_getTransactionIsolation(FilterChain chain, ConnectionProxy connection) throws SQLException - Throws:
SQLException
-
connection_getWarnings
SQLWarning connection_getWarnings(FilterChain chain, ConnectionProxy connection) throws SQLException - Throws:
SQLException
-
connection_clearWarnings
- Throws:
SQLException
-
connection_createStatement
StatementProxy connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency) throws SQLException - Throws:
SQLException
-
connection_prepareStatement
PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException - Throws:
SQLException
-
connection_prepareCall
CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException - Throws:
SQLException
-
connection_getTypeMap
Map<String,Class<?>> connection_getTypeMap(FilterChain chain, ConnectionProxy connection) throws SQLException - Throws:
SQLException
-
connection_setTypeMap
void connection_setTypeMap(FilterChain chain, ConnectionProxy connection, Map<String, Class<?>> map) throws SQLException- Throws:
SQLException
-
connection_setHoldability
void connection_setHoldability(FilterChain chain, ConnectionProxy connection, int holdability) throws SQLException - Throws:
SQLException
-
connection_getHoldability
- Throws:
SQLException
-
connection_setSavepoint
Savepoint connection_setSavepoint(FilterChain chain, ConnectionProxy connection) throws SQLException - Throws:
SQLException
-
connection_setSavepoint
Savepoint connection_setSavepoint(FilterChain chain, ConnectionProxy connection, String name) throws SQLException - Throws:
SQLException
-
connection_rollback
void connection_rollback(FilterChain chain, ConnectionProxy connection, Savepoint savepoint) throws SQLException - Throws:
SQLException
-
connection_releaseSavepoint
void connection_releaseSavepoint(FilterChain chain, ConnectionProxy connection, Savepoint savepoint) throws SQLException - Throws:
SQLException
-
connection_createStatement
StatementProxy connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException - Throws:
SQLException
-
connection_prepareStatement
PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException - Throws:
SQLException
-
connection_prepareCall
CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException - Throws:
SQLException
-
connection_prepareStatement
PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys) throws SQLException - Throws:
SQLException
-
connection_prepareStatement
PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes) throws SQLException - Throws:
SQLException
-
connection_prepareStatement
PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames) throws SQLException - Throws:
SQLException
-
connection_createClob
- Throws:
SQLException
-
connection_createBlob
- Throws:
SQLException
-
connection_createNClob
- Throws:
SQLException
-
connection_createSQLXML
- Throws:
SQLException
-
connection_isValid
boolean connection_isValid(FilterChain chain, ConnectionProxy connection, int timeout) throws SQLException - Throws:
SQLException
-
connection_setClientInfo
void connection_setClientInfo(FilterChain chain, ConnectionProxy connection, String name, String value) throws SQLClientInfoException - Throws:
SQLClientInfoException
-
connection_setClientInfo
void connection_setClientInfo(FilterChain chain, ConnectionProxy connection, Properties properties) throws SQLClientInfoException - Throws:
SQLClientInfoException
-
connection_getClientInfo
String connection_getClientInfo(FilterChain chain, ConnectionProxy connection, String name) throws SQLException - Throws:
SQLException
-
connection_getClientInfo
Properties connection_getClientInfo(FilterChain chain, ConnectionProxy connection) throws SQLException - Throws:
SQLException
-
connection_createArrayOf
Array connection_createArrayOf(FilterChain chain, ConnectionProxy connection, String typeName, Object[] elements) throws SQLException - Throws:
SQLException
-
connection_createStruct
Struct connection_createStruct(FilterChain chain, ConnectionProxy connection, String typeName, Object[] attributes) throws SQLException - Throws:
SQLException
-
connection_getSchema
- Throws:
SQLException
-
connection_setSchema
void connection_setSchema(FilterChain chain, ConnectionProxy connection, String schema) throws SQLException - Throws:
SQLException
-
connection_abort
void connection_abort(FilterChain chain, ConnectionProxy connection, Executor executor) throws SQLException - Throws:
SQLException
-
connection_setNetworkTimeout
void connection_setNetworkTimeout(FilterChain chain, ConnectionProxy connection, Executor executor, int milliseconds) throws SQLException - Throws:
SQLException
-
connection_getNetworkTimeout
- Throws:
SQLException
-
resultSet_next
- Throws:
SQLException
-
resultSet_close
- Throws:
SQLException
-
resultSet_wasNull
- Throws:
SQLException
-
resultSet_getString
String resultSet_getString(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getBoolean
boolean resultSet_getBoolean(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getByte
byte resultSet_getByte(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getShort
short resultSet_getShort(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getInt
int resultSet_getInt(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getLong
long resultSet_getLong(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getFloat
float resultSet_getFloat(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getDouble
double resultSet_getDouble(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getBigDecimal
BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex, int scale) throws SQLException - Throws:
SQLException
-
resultSet_getBytes
byte[] resultSet_getBytes(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getDate
Date resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getTime
Time resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getTimestamp
Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getAsciiStream
InputStream resultSet_getAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getUnicodeStream
InputStream resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getBinaryStream
InputStream resultSet_getBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getString
String resultSet_getString(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getBoolean
boolean resultSet_getBoolean(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getByte
byte resultSet_getByte(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getShort
short resultSet_getShort(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getInt
int resultSet_getInt(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getLong
long resultSet_getLong(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getFloat
float resultSet_getFloat(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getDouble
double resultSet_getDouble(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getBigDecimal
BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, String columnLabel, int scale) throws SQLException - Throws:
SQLException
-
resultSet_getBytes
byte[] resultSet_getBytes(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getDate
Date resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getTime
Time resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getTimestamp
Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getAsciiStream
InputStream resultSet_getAsciiStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getUnicodeStream
InputStream resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getBinaryStream
InputStream resultSet_getBinaryStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getWarnings
- Throws:
SQLException
-
resultSet_clearWarnings
- Throws:
SQLException
-
resultSet_getCursorName
- Throws:
SQLException
-
resultSet_getMetaData
ResultSetMetaData resultSet_getMetaData(FilterChain chain, ResultSetProxy resultSet) throws SQLException - Throws:
SQLException
-
resultSet_getObject
Object resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getObject
<T> T resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Class<T> type) throws SQLException - Throws:
SQLException
-
resultSet_getObject
Object resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getObject
<T> T resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Class<T> type) throws SQLException - Throws:
SQLException
-
resultSet_findColumn
int resultSet_findColumn(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getCharacterStream
Reader resultSet_getCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getCharacterStream
Reader resultSet_getCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getBigDecimal
BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getBigDecimal
BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_isBeforeFirst
- Throws:
SQLException
-
resultSet_isAfterLast
- Throws:
SQLException
-
resultSet_isFirst
- Throws:
SQLException
-
resultSet_isLast
- Throws:
SQLException
-
resultSet_beforeFirst
- Throws:
SQLException
-
resultSet_afterLast
- Throws:
SQLException
-
resultSet_first
- Throws:
SQLException
-
resultSet_last
- Throws:
SQLException
-
resultSet_getRow
- Throws:
SQLException
-
resultSet_absolute
boolean resultSet_absolute(FilterChain chain, ResultSetProxy resultSet, int row) throws SQLException - Throws:
SQLException
-
resultSet_relative
boolean resultSet_relative(FilterChain chain, ResultSetProxy resultSet, int rows) throws SQLException - Throws:
SQLException
-
resultSet_previous
- Throws:
SQLException
-
resultSet_setFetchDirection
void resultSet_setFetchDirection(FilterChain chain, ResultSetProxy resultSet, int direction) throws SQLException - Throws:
SQLException
-
resultSet_getFetchDirection
- Throws:
SQLException
-
resultSet_setFetchSize
void resultSet_setFetchSize(FilterChain chain, ResultSetProxy resultSet, int rows) throws SQLException - Throws:
SQLException
-
resultSet_getFetchSize
- Throws:
SQLException
-
resultSet_getType
- Throws:
SQLException
-
resultSet_getConcurrency
- Throws:
SQLException
-
resultSet_rowUpdated
- Throws:
SQLException
-
resultSet_rowInserted
- Throws:
SQLException
-
resultSet_rowDeleted
- Throws:
SQLException
-
resultSet_updateNull
void resultSet_updateNull(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_updateBoolean
void resultSet_updateBoolean(FilterChain chain, ResultSetProxy resultSet, int columnIndex, boolean x) throws SQLException - Throws:
SQLException
-
resultSet_updateByte
void resultSet_updateByte(FilterChain chain, ResultSetProxy resultSet, int columnIndex, byte x) throws SQLException - Throws:
SQLException
-
resultSet_updateShort
void resultSet_updateShort(FilterChain chain, ResultSetProxy resultSet, int columnIndex, short x) throws SQLException - Throws:
SQLException
-
resultSet_updateInt
void resultSet_updateInt(FilterChain chain, ResultSetProxy resultSet, int columnIndex, int x) throws SQLException - Throws:
SQLException
-
resultSet_updateLong
void resultSet_updateLong(FilterChain chain, ResultSetProxy resultSet, int columnIndex, long x) throws SQLException - Throws:
SQLException
-
resultSet_updateFloat
void resultSet_updateFloat(FilterChain chain, ResultSetProxy resultSet, int columnIndex, float x) throws SQLException - Throws:
SQLException
-
resultSet_updateDouble
void resultSet_updateDouble(FilterChain chain, ResultSetProxy resultSet, int columnIndex, double x) throws SQLException - Throws:
SQLException
-
resultSet_updateBigDecimal
void resultSet_updateBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex, BigDecimal x) throws SQLException - Throws:
SQLException
-
resultSet_updateString
void resultSet_updateString(FilterChain chain, ResultSetProxy resultSet, int columnIndex, String x) throws SQLException - Throws:
SQLException
-
resultSet_updateBytes
void resultSet_updateBytes(FilterChain chain, ResultSetProxy resultSet, int columnIndex, byte[] x) throws SQLException - Throws:
SQLException
-
resultSet_updateDate
void resultSet_updateDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Date x) throws SQLException - Throws:
SQLException
-
resultSet_updateTime
void resultSet_updateTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Time x) throws SQLException - Throws:
SQLException
-
resultSet_updateTimestamp
void resultSet_updateTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Timestamp x) throws SQLException - Throws:
SQLException
-
resultSet_updateAsciiStream
void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, int length) throws SQLException - Throws:
SQLException
-
resultSet_updateBinaryStream
void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, int length) throws SQLException - Throws:
SQLException
-
resultSet_updateCharacterStream
void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, int length) throws SQLException - Throws:
SQLException
-
resultSet_updateObject
void resultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Object x, int scaleOrLength) throws SQLException - Throws:
SQLException
-
resultSet_updateObject
void resultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Object x) throws SQLException - Throws:
SQLException
-
resultSet_updateNull
void resultSet_updateNull(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_updateBoolean
void resultSet_updateBoolean(FilterChain chain, ResultSetProxy resultSet, String columnLabel, boolean x) throws SQLException - Throws:
SQLException
-
resultSet_updateByte
void resultSet_updateByte(FilterChain chain, ResultSetProxy resultSet, String columnLabel, byte x) throws SQLException - Throws:
SQLException
-
resultSet_updateShort
void resultSet_updateShort(FilterChain chain, ResultSetProxy resultSet, String columnLabel, short x) throws SQLException - Throws:
SQLException
-
resultSet_updateInt
void resultSet_updateInt(FilterChain chain, ResultSetProxy resultSet, String columnLabel, int x) throws SQLException - Throws:
SQLException
-
resultSet_updateLong
void resultSet_updateLong(FilterChain chain, ResultSetProxy resultSet, String columnLabel, long x) throws SQLException - Throws:
SQLException
-
resultSet_updateFloat
void resultSet_updateFloat(FilterChain chain, ResultSetProxy resultSet, String columnLabel, float x) throws SQLException - Throws:
SQLException
-
resultSet_updateDouble
void resultSet_updateDouble(FilterChain chain, ResultSetProxy resultSet, String columnLabel, double x) throws SQLException - Throws:
SQLException
-
resultSet_updateBigDecimal
void resultSet_updateBigDecimal(FilterChain chain, ResultSetProxy resultSet, String columnLabel, BigDecimal x) throws SQLException - Throws:
SQLException
-
resultSet_updateString
void resultSet_updateString(FilterChain chain, ResultSetProxy resultSet, String columnLabel, String x) throws SQLException - Throws:
SQLException
-
resultSet_updateBytes
void resultSet_updateBytes(FilterChain chain, ResultSetProxy resultSet, String columnLabel, byte[] x) throws SQLException - Throws:
SQLException
-
resultSet_updateDate
void resultSet_updateDate(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Date x) throws SQLException - Throws:
SQLException
-
resultSet_updateTime
void resultSet_updateTime(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Time x) throws SQLException - Throws:
SQLException
-
resultSet_updateTimestamp
void resultSet_updateTimestamp(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Timestamp x) throws SQLException - Throws:
SQLException
-
resultSet_updateAsciiStream
void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x, int length) throws SQLException - Throws:
SQLException
-
resultSet_updateBinaryStream
void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x, int length) throws SQLException - Throws:
SQLException
-
resultSet_updateCharacterStream
void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, int length) throws SQLException - Throws:
SQLException
-
resultSet_updateObject
void resultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Object x, int scaleOrLength) throws SQLException - Throws:
SQLException
-
resultSet_updateObject
void resultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Object x) throws SQLException - Throws:
SQLException
-
resultSet_insertRow
- Throws:
SQLException
-
resultSet_updateRow
- Throws:
SQLException
-
resultSet_deleteRow
- Throws:
SQLException
-
resultSet_refreshRow
- Throws:
SQLException
-
resultSet_cancelRowUpdates
- Throws:
SQLException
-
resultSet_moveToInsertRow
- Throws:
SQLException
-
resultSet_moveToCurrentRow
- Throws:
SQLException
-
resultSet_getStatement
- Throws:
SQLException
-
resultSet_getObject
Object resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Map<String, Class<?>> map) throws SQLException- Throws:
SQLException
-
resultSet_getRef
Ref resultSet_getRef(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getBlob
Blob resultSet_getBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getClob
Clob resultSet_getClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getArray
Array resultSet_getArray(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getObject
Object resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Map<String, Class<?>> map) throws SQLException- Throws:
SQLException
-
resultSet_getRef
Ref resultSet_getRef(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getBlob
Blob resultSet_getBlob(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getClob
Clob resultSet_getClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getArray
Array resultSet_getArray(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getDate
Date resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException - Throws:
SQLException
-
resultSet_getDate
Date resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Calendar cal) throws SQLException - Throws:
SQLException
-
resultSet_getTime
Time resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException - Throws:
SQLException
-
resultSet_getTime
Time resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Calendar cal) throws SQLException - Throws:
SQLException
-
resultSet_getTimestamp
Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException - Throws:
SQLException
-
resultSet_getTimestamp
Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Calendar cal) throws SQLException - Throws:
SQLException
-
resultSet_getURL
URL resultSet_getURL(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getURL
URL resultSet_getURL(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_updateRef
void resultSet_updateRef(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Ref x) throws SQLException - Throws:
SQLException
-
resultSet_updateRef
void resultSet_updateRef(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Ref x) throws SQLException - Throws:
SQLException
-
resultSet_updateBlob
void resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Blob x) throws SQLException - Throws:
SQLException
-
resultSet_updateBlob
void resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Blob x) throws SQLException - Throws:
SQLException
-
resultSet_updateClob
void resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Clob x) throws SQLException - Throws:
SQLException
-
resultSet_updateClob
void resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Clob x) throws SQLException - Throws:
SQLException
-
resultSet_updateArray
void resultSet_updateArray(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Array x) throws SQLException - Throws:
SQLException
-
resultSet_updateArray
void resultSet_updateArray(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Array x) throws SQLException - Throws:
SQLException
-
resultSet_getRowId
RowId resultSet_getRowId(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getRowId
RowId resultSet_getRowId(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_updateRowId
void resultSet_updateRowId(FilterChain chain, ResultSetProxy resultSet, int columnIndex, RowId x) throws SQLException - Throws:
SQLException
-
resultSet_updateRowId
void resultSet_updateRowId(FilterChain chain, ResultSetProxy resultSet, String columnLabel, RowId x) throws SQLException - Throws:
SQLException
-
resultSet_getHoldability
- Throws:
SQLException
-
resultSet_isClosed
- Throws:
SQLException
-
resultSet_updateNString
void resultSet_updateNString(FilterChain chain, ResultSetProxy resultSet, int columnIndex, String nString) throws SQLException - Throws:
SQLException
-
resultSet_updateNString
void resultSet_updateNString(FilterChain chain, ResultSetProxy resultSet, String columnLabel, String nString) throws SQLException - Throws:
SQLException
-
resultSet_updateNClob
void resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, NClob nClob) throws SQLException - Throws:
SQLException
-
resultSet_updateNClob
void resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, NClob nClob) throws SQLException - Throws:
SQLException
-
resultSet_getNClob
NClob resultSet_getNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getNClob
NClob resultSet_getNClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getSQLXML
SQLXML resultSet_getSQLXML(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getSQLXML
SQLXML resultSet_getSQLXML(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_updateSQLXML
void resultSet_updateSQLXML(FilterChain chain, ResultSetProxy resultSet, int columnIndex, SQLXML xmlObject) throws SQLException - Throws:
SQLException
-
resultSet_updateSQLXML
void resultSet_updateSQLXML(FilterChain chain, ResultSetProxy resultSet, String columnLabel, SQLXML xmlObject) throws SQLException - Throws:
SQLException
-
resultSet_getNString
String resultSet_getNString(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getNString
String resultSet_getNString(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getNCharacterStream
Reader resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - Throws:
SQLException
-
resultSet_getNCharacterStream
Reader resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_updateNCharacterStream
void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateNCharacterStream
void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateAsciiStream
void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateBinaryStream
void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateCharacterStream
void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateAsciiStream
void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateBinaryStream
void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateCharacterStream
void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateBlob
void resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream inputStream, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateBlob
void resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream inputStream, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateClob
void resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateClob
void resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateNClob
void resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateNClob
void resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException - Throws:
SQLException
-
resultSet_updateNCharacterStream
void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x) throws SQLException - Throws:
SQLException
-
resultSet_updateNCharacterStream
void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException - Throws:
SQLException
-
resultSet_updateAsciiStream
void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x) throws SQLException - Throws:
SQLException
-
resultSet_updateBinaryStream
void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x) throws SQLException - Throws:
SQLException
-
resultSet_updateCharacterStream
void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x) throws SQLException - Throws:
SQLException
-
resultSet_updateAsciiStream
void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x) throws SQLException - Throws:
SQLException
-
resultSet_updateBinaryStream
void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream x) throws SQLException - Throws:
SQLException
-
resultSet_updateCharacterStream
void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException - Throws:
SQLException
-
resultSet_updateBlob
void resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream inputStream) throws SQLException - Throws:
SQLException
-
resultSet_updateBlob
void resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, InputStream inputStream) throws SQLException - Throws:
SQLException
-
resultSet_updateClob
void resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader) throws SQLException - Throws:
SQLException
-
resultSet_updateClob
void resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException - Throws:
SQLException
-
resultSet_updateNClob
void resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader) throws SQLException - Throws:
SQLException
-
resultSet_updateNClob
void resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException - Throws:
SQLException
-
statement_executeQuery
ResultSetProxy statement_executeQuery(FilterChain chain, StatementProxy statement, String sql) throws SQLException - Throws:
SQLException
-
statement_executeUpdate
int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql) throws SQLException - Throws:
SQLException
-
statement_close
- Throws:
SQLException
-
statement_getMaxFieldSize
- Throws:
SQLException
-
statement_setMaxFieldSize
void statement_setMaxFieldSize(FilterChain chain, StatementProxy statement, int max) throws SQLException - Throws:
SQLException
-
statement_getMaxRows
- Throws:
SQLException
-
statement_setMaxRows
- Throws:
SQLException
-
statement_setEscapeProcessing
void statement_setEscapeProcessing(FilterChain chain, StatementProxy statement, boolean enable) throws SQLException - Throws:
SQLException
-
statement_getQueryTimeout
- Throws:
SQLException
-
statement_setQueryTimeout
void statement_setQueryTimeout(FilterChain chain, StatementProxy statement, int seconds) throws SQLException - Throws:
SQLException
-
statement_cancel
- Throws:
SQLException
-
statement_getWarnings
- Throws:
SQLException
-
statement_clearWarnings
- Throws:
SQLException
-
statement_setCursorName
void statement_setCursorName(FilterChain chain, StatementProxy statement, String name) throws SQLException - Throws:
SQLException
-
statement_execute
boolean statement_execute(FilterChain chain, StatementProxy statement, String sql) throws SQLException - Throws:
SQLException
-
statement_getResultSet
ResultSetProxy statement_getResultSet(FilterChain chain, StatementProxy statement) throws SQLException - Throws:
SQLException
-
statement_getUpdateCount
- Throws:
SQLException
-
statement_getMoreResults
- Throws:
SQLException
-
statement_setFetchDirection
void statement_setFetchDirection(FilterChain chain, StatementProxy statement, int direction) throws SQLException - Throws:
SQLException
-
statement_getFetchDirection
- Throws:
SQLException
-
statement_setFetchSize
void statement_setFetchSize(FilterChain chain, StatementProxy statement, int rows) throws SQLException - Throws:
SQLException
-
statement_getFetchSize
- Throws:
SQLException
-
statement_getResultSetConcurrency
int statement_getResultSetConcurrency(FilterChain chain, StatementProxy statement) throws SQLException - Throws:
SQLException
-
statement_getResultSetType
- Throws:
SQLException
-
statement_addBatch
void statement_addBatch(FilterChain chain, StatementProxy statement, String sql) throws SQLException - Throws:
SQLException
-
statement_clearBatch
- Throws:
SQLException
-
statement_executeBatch
- Throws:
SQLException
-
statement_getConnection
- Throws:
SQLException
-
statement_getMoreResults
boolean statement_getMoreResults(FilterChain chain, StatementProxy statement, int current) throws SQLException - Throws:
SQLException
-
statement_getGeneratedKeys
ResultSetProxy statement_getGeneratedKeys(FilterChain chain, StatementProxy statement) throws SQLException - Throws:
SQLException
-
statement_executeUpdate
int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException - Throws:
SQLException
-
statement_executeUpdate
int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) throws SQLException - Throws:
SQLException
-
statement_executeUpdate
int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) throws SQLException - Throws:
SQLException
-
statement_execute
boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException - Throws:
SQLException
-
statement_execute
boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) throws SQLException - Throws:
SQLException
-
statement_execute
boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) throws SQLException - Throws:
SQLException
-
statement_getResultSetHoldability
int statement_getResultSetHoldability(FilterChain chain, StatementProxy statement) throws SQLException - Throws:
SQLException
-
statement_isClosed
- Throws:
SQLException
-
statement_setPoolable
void statement_setPoolable(FilterChain chain, StatementProxy statement, boolean poolable) throws SQLException - Throws:
SQLException
-
statement_isPoolable
- Throws:
SQLException
-
preparedStatement_executeQuery
ResultSetProxy preparedStatement_executeQuery(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Throws:
SQLException
-
preparedStatement_executeUpdate
int preparedStatement_executeUpdate(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Throws:
SQLException
-
preparedStatement_setNull
void preparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType) throws SQLException - Throws:
SQLException
-
preparedStatement_setBoolean
void preparedStatement_setBoolean(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, boolean x) throws SQLException - Throws:
SQLException
-
preparedStatement_setByte
void preparedStatement_setByte(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte x) throws SQLException - Throws:
SQLException
-
preparedStatement_setShort
void preparedStatement_setShort(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, short x) throws SQLException - Throws:
SQLException
-
preparedStatement_setInt
void preparedStatement_setInt(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int x) throws SQLException - Throws:
SQLException
-
preparedStatement_setLong
void preparedStatement_setLong(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, long x) throws SQLException - Throws:
SQLException
-
preparedStatement_setFloat
void preparedStatement_setFloat(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, float x) throws SQLException - Throws:
SQLException
-
preparedStatement_setDouble
void preparedStatement_setDouble(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, double x) throws SQLException - Throws:
SQLException
-
preparedStatement_setBigDecimal
void preparedStatement_setBigDecimal(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, BigDecimal x) throws SQLException - Throws:
SQLException
-
preparedStatement_setString
void preparedStatement_setString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String x) throws SQLException - Throws:
SQLException
-
preparedStatement_setBytes
void preparedStatement_setBytes(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte[] x) throws SQLException - Throws:
SQLException
-
preparedStatement_setDate
void preparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x) throws SQLException - Throws:
SQLException
-
preparedStatement_setTime
void preparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x) throws SQLException - Throws:
SQLException
-
preparedStatement_setTimestamp
void preparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x) throws SQLException - Throws:
SQLException
-
preparedStatement_setAsciiStream
void preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException - Throws:
SQLException
-
preparedStatement_setUnicodeStream
void preparedStatement_setUnicodeStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException - Throws:
SQLException
-
preparedStatement_setBinaryStream
void preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException - Throws:
SQLException
-
preparedStatement_clearParameters
void preparedStatement_clearParameters(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Throws:
SQLException
-
preparedStatement_setObject
void preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType) throws SQLException - Throws:
SQLException
-
preparedStatement_setObject
void preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x) throws SQLException - Throws:
SQLException
-
preparedStatement_execute
boolean preparedStatement_execute(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Throws:
SQLException
-
preparedStatement_addBatch
void preparedStatement_addBatch(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Throws:
SQLException
-
preparedStatement_setCharacterStream
void preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, int length) throws SQLException - Throws:
SQLException
-
preparedStatement_setRef
void preparedStatement_setRef(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Ref x) throws SQLException - Throws:
SQLException
-
preparedStatement_setBlob
void preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Blob x) throws SQLException - Throws:
SQLException
-
preparedStatement_setClob
void preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Clob x) throws SQLException - Throws:
SQLException
-
preparedStatement_setArray
void preparedStatement_setArray(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Array x) throws SQLException - Throws:
SQLException
-
preparedStatement_getMetaData
ResultSetMetaData preparedStatement_getMetaData(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Throws:
SQLException
-
preparedStatement_setDate
void preparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x, Calendar cal) throws SQLException - Throws:
SQLException
-
preparedStatement_setTime
void preparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x, Calendar cal) throws SQLException - Throws:
SQLException
-
preparedStatement_setTimestamp
void preparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x, Calendar cal) throws SQLException - Throws:
SQLException
-
preparedStatement_setNull
void preparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType, String typeName) throws SQLException - Throws:
SQLException
-
preparedStatement_setURL
void preparedStatement_setURL(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, URL x) throws SQLException - Throws:
SQLException
-
preparedStatement_getParameterMetaData
ParameterMetaData preparedStatement_getParameterMetaData(FilterChain chain, PreparedStatementProxy statement) throws SQLException - Throws:
SQLException
-
preparedStatement_setRowId
void preparedStatement_setRowId(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, RowId x) throws SQLException - Throws:
SQLException
-
preparedStatement_setNString
void preparedStatement_setNString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String value) throws SQLException - Throws:
SQLException
-
preparedStatement_setNCharacterStream
void preparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value, long length) throws SQLException - Throws:
SQLException
-
preparedStatement_setNClob
void preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, NClob value) throws SQLException - Throws:
SQLException
-
preparedStatement_setClob
void preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException - Throws:
SQLException
-
preparedStatement_setBlob
void preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream, long length) throws SQLException - Throws:
SQLException
-
preparedStatement_setNClob
void preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException - Throws:
SQLException
-
preparedStatement_setSQLXML
void preparedStatement_setSQLXML(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, SQLXML xmlObject) throws SQLException - Throws:
SQLException
-
preparedStatement_setObject
void preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException - Throws:
SQLException
-
preparedStatement_setAsciiStream
void preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) throws SQLException - Throws:
SQLException
-
preparedStatement_setBinaryStream
void preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) throws SQLException - Throws:
SQLException
-
preparedStatement_setCharacterStream
void preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException - Throws:
SQLException
-
preparedStatement_setAsciiStream
void preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x) throws SQLException - Throws:
SQLException
-
preparedStatement_setBinaryStream
void preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x) throws SQLException - Throws:
SQLException
-
preparedStatement_setCharacterStream
void preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException - Throws:
SQLException
-
preparedStatement_setNCharacterStream
void preparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value) throws SQLException - Throws:
SQLException
-
preparedStatement_setClob
void preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException - Throws:
SQLException
-
preparedStatement_setBlob
void preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream) throws SQLException - Throws:
SQLException
-
preparedStatement_setNClob
void preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException - Throws:
SQLException
-
callableStatement_registerOutParameter
void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType) throws SQLException - Throws:
SQLException
-
callableStatement_registerOutParameter
void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType, int scale) throws SQLException - Throws:
SQLException
-
callableStatement_wasNull
boolean callableStatement_wasNull(FilterChain chain, CallableStatementProxy statement) throws SQLException - Throws:
SQLException
-
callableStatement_getString
String callableStatement_getString(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getBoolean
boolean callableStatement_getBoolean(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getByte
byte callableStatement_getByte(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getShort
short callableStatement_getShort(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getInt
int callableStatement_getInt(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getLong
long callableStatement_getLong(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getFloat
float callableStatement_getFloat(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getDouble
double callableStatement_getDouble(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getBigDecimal
BigDecimal callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int scale) throws SQLException - Throws:
SQLException
-
callableStatement_getBytes
byte[] callableStatement_getBytes(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getDate
Date callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getTime
Time callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getTimestamp
Timestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getObject
Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getBigDecimal
BigDecimal callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getObject
Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Map<String, Class<?>> map) throws SQLException- Throws:
SQLException
-
callableStatement_getRef
Ref callableStatement_getRef(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getBlob
Blob callableStatement_getBlob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getClob
Clob callableStatement_getClob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getArray
Array callableStatement_getArray(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getDate
Date callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException - Throws:
SQLException
-
callableStatement_getTime
Time callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException - Throws:
SQLException
-
callableStatement_getTimestamp
Timestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException - Throws:
SQLException
-
callableStatement_registerOutParameter
void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType, String typeName) throws SQLException - Throws:
SQLException
-
callableStatement_registerOutParameter
void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType) throws SQLException - Throws:
SQLException
-
callableStatement_registerOutParameter
void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, int scale) throws SQLException - Throws:
SQLException
-
callableStatement_registerOutParameter
void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, String typeName) throws SQLException - Throws:
SQLException
-
callableStatement_getURL
URL callableStatement_getURL(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_setURL
void callableStatement_setURL(FilterChain chain, CallableStatementProxy statement, String parameterName, URL val) throws SQLException - Throws:
SQLException
-
callableStatement_setNull
void callableStatement_setNull(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType) throws SQLException - Throws:
SQLException
-
callableStatement_setBoolean
void callableStatement_setBoolean(FilterChain chain, CallableStatementProxy statement, String parameterName, boolean x) throws SQLException - Throws:
SQLException
-
callableStatement_setByte
void callableStatement_setByte(FilterChain chain, CallableStatementProxy statement, String parameterName, byte x) throws SQLException - Throws:
SQLException
-
callableStatement_setShort
void callableStatement_setShort(FilterChain chain, CallableStatementProxy statement, String parameterName, short x) throws SQLException - Throws:
SQLException
-
callableStatement_setInt
void callableStatement_setInt(FilterChain chain, CallableStatementProxy statement, String parameterName, int x) throws SQLException - Throws:
SQLException
-
callableStatement_setLong
void callableStatement_setLong(FilterChain chain, CallableStatementProxy statement, String parameterName, long x) throws SQLException - Throws:
SQLException
-
callableStatement_setFloat
void callableStatement_setFloat(FilterChain chain, CallableStatementProxy statement, String parameterName, float x) throws SQLException - Throws:
SQLException
-
callableStatement_setDouble
void callableStatement_setDouble(FilterChain chain, CallableStatementProxy statement, String parameterName, double x) throws SQLException - Throws:
SQLException
-
callableStatement_setBigDecimal
void callableStatement_setBigDecimal(FilterChain chain, CallableStatementProxy statement, String parameterName, BigDecimal x) throws SQLException - Throws:
SQLException
-
callableStatement_setString
void callableStatement_setString(FilterChain chain, CallableStatementProxy statement, String parameterName, String x) throws SQLException - Throws:
SQLException
-
callableStatement_setBytes
void callableStatement_setBytes(FilterChain chain, CallableStatementProxy statement, String parameterName, byte[] x) throws SQLException - Throws:
SQLException
-
callableStatement_setDate
void callableStatement_setDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Date x) throws SQLException - Throws:
SQLException
-
callableStatement_setTime
void callableStatement_setTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Time x) throws SQLException - Throws:
SQLException
-
callableStatement_setTimestamp
void callableStatement_setTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Timestamp x) throws SQLException - Throws:
SQLException
-
callableStatement_setAsciiStream
void callableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, int length) throws SQLException - Throws:
SQLException
-
callableStatement_setBinaryStream
void callableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, int length) throws SQLException - Throws:
SQLException
-
callableStatement_setObject
void callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType, int scale) throws SQLException - Throws:
SQLException
-
callableStatement_setObject
void callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType) throws SQLException - Throws:
SQLException
-
callableStatement_setObject
void callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x) throws SQLException - Throws:
SQLException
-
callableStatement_setCharacterStream
void callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, int length) throws SQLException - Throws:
SQLException
-
callableStatement_setDate
void callableStatement_setDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Date x, Calendar cal) throws SQLException - Throws:
SQLException
-
callableStatement_setTime
void callableStatement_setTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Time x, Calendar cal) throws SQLException - Throws:
SQLException
-
callableStatement_setTimestamp
void callableStatement_setTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Timestamp x, Calendar cal) throws SQLException - Throws:
SQLException
-
callableStatement_setNull
void callableStatement_setNull(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, String typeName) throws SQLException - Throws:
SQLException
-
callableStatement_getString
String callableStatement_getString(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getBoolean
boolean callableStatement_getBoolean(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getByte
byte callableStatement_getByte(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getShort
short callableStatement_getShort(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getInt
int callableStatement_getInt(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getLong
long callableStatement_getLong(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getFloat
float callableStatement_getFloat(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getDouble
double callableStatement_getDouble(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getBytes
byte[] callableStatement_getBytes(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getDate
Date callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getTime
Time callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getTimestamp
Timestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getObject
Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getBigDecimal
BigDecimal callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getObject
Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Map<String, Class<?>> map) throws SQLException- Throws:
SQLException
-
callableStatement_getRef
Ref callableStatement_getRef(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getBlob
Blob callableStatement_getBlob(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getClob
Clob callableStatement_getClob(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getArray
Array callableStatement_getArray(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getDate
Date callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException - Throws:
SQLException
-
callableStatement_getTime
Time callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException - Throws:
SQLException
-
callableStatement_getTimestamp
Timestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException - Throws:
SQLException
-
callableStatement_getURL
URL callableStatement_getURL(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getRowId
RowId callableStatement_getRowId(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getRowId
RowId callableStatement_getRowId(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_setRowId
void callableStatement_setRowId(FilterChain chain, CallableStatementProxy statement, String parameterName, RowId x) throws SQLException - Throws:
SQLException
-
callableStatement_setNString
void callableStatement_setNString(FilterChain chain, CallableStatementProxy statement, String parameterName, String value) throws SQLException - Throws:
SQLException
-
callableStatement_setNCharacterStream
void callableStatement_setNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader value, long length) throws SQLException - Throws:
SQLException
-
callableStatement_setNClob
void callableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, NClob value) throws SQLException - Throws:
SQLException
-
callableStatement_setClob
void callableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException - Throws:
SQLException
-
callableStatement_setBlob
void callableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream inputStream, long length) throws SQLException - Throws:
SQLException
-
callableStatement_setNClob
void callableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException - Throws:
SQLException
-
callableStatement_getNClob
NClob callableStatement_getNClob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getNClob
NClob callableStatement_getNClob(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_setSQLXML
void callableStatement_setSQLXML(FilterChain chain, CallableStatementProxy statement, String parameterName, SQLXML xmlObject) throws SQLException - Throws:
SQLException
-
callableStatement_getSQLXML
SQLXML callableStatement_getSQLXML(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getSQLXML
SQLXML callableStatement_getSQLXML(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getNString
String callableStatement_getNString(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getNString
String callableStatement_getNString(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getNCharacterStream
Reader callableStatement_getNCharacterStream(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getNCharacterStream
Reader callableStatement_getNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_getCharacterStream
Reader callableStatement_getCharacterStream(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - Throws:
SQLException
-
callableStatement_getCharacterStream
Reader callableStatement_getCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - Throws:
SQLException
-
callableStatement_setBlob
void callableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, Blob x) throws SQLException - Throws:
SQLException
-
callableStatement_setClob
void callableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Clob x) throws SQLException - Throws:
SQLException
-
callableStatement_setAsciiStream
void callableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, long length) throws SQLException - Throws:
SQLException
-
callableStatement_setBinaryStream
void callableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, long length) throws SQLException - Throws:
SQLException
-
callableStatement_setCharacterStream
void callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException - Throws:
SQLException
-
callableStatement_setAsciiStream
void callableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x) throws SQLException - Throws:
SQLException
-
callableStatement_setBinaryStream
void callableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x) throws SQLException - Throws:
SQLException
-
callableStatement_setCharacterStream
void callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException - Throws:
SQLException
-
callableStatement_setNCharacterStream
void callableStatement_setNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader value) throws SQLException - Throws:
SQLException
-
callableStatement_setClob
void callableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException - Throws:
SQLException
-
callableStatement_setBlob
void callableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream inputStream) throws SQLException - Throws:
SQLException
-
callableStatement_setNClob
void callableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException - Throws:
SQLException
-
unwrap
- Throws:
SQLException
-
isWrapperFor
- Throws:
SQLException
-
clob_free
- Throws:
SQLException
-
clob_getAsciiStream
- Throws:
SQLException
-
clob_getCharacterStream
- Throws:
SQLException
-
clob_getCharacterStream
Reader clob_getCharacterStream(FilterChain chain, ClobProxy wrapper, long pos, long length) throws SQLException - Throws:
SQLException
-
clob_getSubString
String clob_getSubString(FilterChain chain, ClobProxy wrapper, long pos, int length) throws SQLException - Throws:
SQLException
-
clob_length
- Throws:
SQLException
-
clob_position
long clob_position(FilterChain chain, ClobProxy wrapper, String searchstr, long start) throws SQLException - Throws:
SQLException
-
clob_position
long clob_position(FilterChain chain, ClobProxy wrapper, Clob searchstr, long start) throws SQLException - Throws:
SQLException
-
clob_setAsciiStream
OutputStream clob_setAsciiStream(FilterChain chain, ClobProxy wrapper, long pos) throws SQLException - Throws:
SQLException
-
clob_setCharacterStream
- Throws:
SQLException
-
clob_setString
- Throws:
SQLException
-
clob_setString
int clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str, int offset, int len) throws SQLException - Throws:
SQLException
-
clob_truncate
- Throws:
SQLException
-
dataSource_releaseConnection
void dataSource_releaseConnection(FilterChain chain, DruidPooledConnection connection) throws SQLException - Throws:
SQLException
-
dataSource_getConnection
DruidPooledConnection dataSource_getConnection(FilterChain chain, DruidDataSource dataSource, long maxWaitMillis) throws SQLException - Throws:
SQLException
-
resultSetMetaData_getColumnCount
int resultSetMetaData_getColumnCount(FilterChain chain, ResultSetMetaDataProxy metaData) throws SQLException - Throws:
SQLException
-
resultSetMetaData_isAutoIncrement
boolean resultSetMetaData_isAutoIncrement(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_isCaseSensitive
boolean resultSetMetaData_isCaseSensitive(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_isSearchable
boolean resultSetMetaData_isSearchable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_isCurrency
boolean resultSetMetaData_isCurrency(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_isNullable
int resultSetMetaData_isNullable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_isSigned
boolean resultSetMetaData_isSigned(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_getColumnDisplaySize
int resultSetMetaData_getColumnDisplaySize(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_getColumnLabel
String resultSetMetaData_getColumnLabel(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_getColumnName
String resultSetMetaData_getColumnName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_getSchemaName
String resultSetMetaData_getSchemaName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_getPrecision
int resultSetMetaData_getPrecision(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_getScale
int resultSetMetaData_getScale(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_getTableName
String resultSetMetaData_getTableName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_getCatalogName
String resultSetMetaData_getCatalogName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_getColumnType
int resultSetMetaData_getColumnType(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_getColumnTypeName
String resultSetMetaData_getColumnTypeName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_isReadOnly
boolean resultSetMetaData_isReadOnly(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_isWritable
boolean resultSetMetaData_isWritable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_isDefinitelyWritable
boolean resultSetMetaData_isDefinitelyWritable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-
resultSetMetaData_getColumnClassName
String resultSetMetaData_getColumnClassName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - Throws:
SQLException
-