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