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