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