Package com.alibaba.druid.filter
Class FilterChainImpl
- java.lang.Object
-
- com.alibaba.druid.filter.FilterChainImpl
-
- All Implemented Interfaces:
FilterChain
public class FilterChainImpl extends Object implements FilterChain
- Author:
- wenshao [szujobs@hotmail.com]
-
-
Field Summary
Fields Modifier and Type Field Description protected intpos
-
Constructor Summary
Constructors Constructor Description FilterChainImpl(DataSourceProxy dataSource)FilterChainImpl(DataSourceProxy dataSource, int pos)
-
Method Summary
-
-
-
Constructor Detail
-
FilterChainImpl
public FilterChainImpl(DataSourceProxy dataSource)
-
FilterChainImpl
public FilterChainImpl(DataSourceProxy dataSource, int pos)
-
-
Method Detail
-
getFilterSize
public int getFilterSize()
- Specified by:
getFilterSizein interfaceFilterChain
-
getPos
public int getPos()
- Specified by:
getPosin interfaceFilterChain
-
reset
public void reset()
-
cloneChain
public FilterChain cloneChain()
- Specified by:
cloneChainin interfaceFilterChain
-
getDataSource
public DataSourceProxy getDataSource()
- Specified by:
getDataSourcein interfaceFilterChain
-
isWrapperFor
public boolean isWrapperFor(Wrapper wrapper, Class<?> iface) throws SQLException
- Specified by:
isWrapperForin interfaceFilterChain- Throws:
SQLException
-
unwrap
public <T> T unwrap(Wrapper wrapper, Class<T> iface) throws SQLException
- Specified by:
unwrapin interfaceFilterChain- Throws:
SQLException
-
connection_connect
public ConnectionProxy connection_connect(Properties info) throws SQLException
- Specified by:
connection_connectin interfaceFilterChain- Throws:
SQLException
-
connection_clearWarnings
public void connection_clearWarnings(ConnectionProxy connection) throws SQLException
- Specified by:
connection_clearWarningsin interfaceFilterChain- Throws:
SQLException
-
connection_close
public void connection_close(ConnectionProxy connection) throws SQLException
- Specified by:
connection_closein interfaceFilterChain- Throws:
SQLException
-
connection_commit
public void connection_commit(ConnectionProxy connection) throws SQLException
- Specified by:
connection_commitin interfaceFilterChain- Throws:
SQLException
-
connection_createArrayOf
public Array connection_createArrayOf(ConnectionProxy connection, String typeName, Object[] elements) throws SQLException
- Specified by:
connection_createArrayOfin interfaceFilterChain- Throws:
SQLException
-
connection_createBlob
public Blob connection_createBlob(ConnectionProxy connection) throws SQLException
- Specified by:
connection_createBlobin interfaceFilterChain- Throws:
SQLException
-
connection_createClob
public Clob connection_createClob(ConnectionProxy connection) throws SQLException
- Specified by:
connection_createClobin interfaceFilterChain- Throws:
SQLException
-
connection_createNClob
public NClob connection_createNClob(ConnectionProxy connection) throws SQLException
- Specified by:
connection_createNClobin interfaceFilterChain- Throws:
SQLException
-
connection_createSQLXML
public SQLXML connection_createSQLXML(ConnectionProxy connection) throws SQLException
- Specified by:
connection_createSQLXMLin interfaceFilterChain- Throws:
SQLException
-
connection_createStatement
public StatementProxy connection_createStatement(ConnectionProxy connection) throws SQLException
- Specified by:
connection_createStatementin interfaceFilterChain- Throws:
SQLException
-
connection_createStatement
public StatementProxy connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency) throws SQLException
- Specified by:
connection_createStatementin interfaceFilterChain- Throws:
SQLException
-
connection_createStatement
public StatementProxy connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
- Specified by:
connection_createStatementin interfaceFilterChain- Throws:
SQLException
-
connection_createStruct
public Struct connection_createStruct(ConnectionProxy connection, String typeName, Object[] attributes) throws SQLException
- Specified by:
connection_createStructin interfaceFilterChain- Throws:
SQLException
-
connection_getAutoCommit
public boolean connection_getAutoCommit(ConnectionProxy connection) throws SQLException
- Specified by:
connection_getAutoCommitin interfaceFilterChain- Throws:
SQLException
-
connection_getCatalog
public String connection_getCatalog(ConnectionProxy connection) throws SQLException
- Specified by:
connection_getCatalogin interfaceFilterChain- Throws:
SQLException
-
connection_getClientInfo
public Properties connection_getClientInfo(ConnectionProxy connection) throws SQLException
- Specified by:
connection_getClientInfoin interfaceFilterChain- Throws:
SQLException
-
connection_getClientInfo
public String connection_getClientInfo(ConnectionProxy connection, String name) throws SQLException
- Specified by:
connection_getClientInfoin interfaceFilterChain- Throws:
SQLException
-
connection_getHoldability
public int connection_getHoldability(ConnectionProxy connection) throws SQLException
- Specified by:
connection_getHoldabilityin interfaceFilterChain- Throws:
SQLException
-
connection_getMetaData
public DatabaseMetaData connection_getMetaData(ConnectionProxy connection) throws SQLException
- Specified by:
connection_getMetaDatain interfaceFilterChain- Throws:
SQLException
-
connection_getTransactionIsolation
public int connection_getTransactionIsolation(ConnectionProxy connection) throws SQLException
- Specified by:
connection_getTransactionIsolationin interfaceFilterChain- Throws:
SQLException
-
connection_getTypeMap
public Map<String,Class<?>> connection_getTypeMap(ConnectionProxy connection) throws SQLException
- Specified by:
connection_getTypeMapin interfaceFilterChain- Throws:
SQLException
-
connection_getWarnings
public SQLWarning connection_getWarnings(ConnectionProxy connection) throws SQLException
- Specified by:
connection_getWarningsin interfaceFilterChain- Throws:
SQLException
-
connection_isClosed
public boolean connection_isClosed(ConnectionProxy connection) throws SQLException
- Specified by:
connection_isClosedin interfaceFilterChain- Throws:
SQLException
-
connection_isReadOnly
public boolean connection_isReadOnly(ConnectionProxy connection) throws SQLException
- Specified by:
connection_isReadOnlyin interfaceFilterChain- Throws:
SQLException
-
connection_isValid
public boolean connection_isValid(ConnectionProxy connection, int timeout) throws SQLException
- Specified by:
connection_isValidin interfaceFilterChain- Throws:
SQLException
-
connection_nativeSQL
public String connection_nativeSQL(ConnectionProxy connection, String sql) throws SQLException
- Specified by:
connection_nativeSQLin interfaceFilterChain- Throws:
SQLException
-
connection_prepareCall
public CallableStatementProxy connection_prepareCall(ConnectionProxy connection, String sql) throws SQLException
- Specified by:
connection_prepareCallin interfaceFilterChain- Throws:
SQLException
-
connection_prepareCall
public CallableStatementProxy connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException
- Specified by:
connection_prepareCallin interfaceFilterChain- Throws:
SQLException
-
connection_prepareCall
public CallableStatementProxy connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
- Specified by:
connection_prepareCallin interfaceFilterChain- Throws:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(ConnectionProxy connection, String sql) throws SQLException
- Specified by:
connection_prepareStatementin interfaceFilterChain- Throws:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(ConnectionProxy connection, String sql, int autoGeneratedKeys) throws SQLException
- Specified by:
connection_prepareStatementin interfaceFilterChain- Throws:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException
- Specified by:
connection_prepareStatementin interfaceFilterChain- Throws:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
- Specified by:
connection_prepareStatementin interfaceFilterChain- Throws:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(ConnectionProxy connection, String sql, int[] columnIndexes) throws SQLException
- Specified by:
connection_prepareStatementin interfaceFilterChain- Throws:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(ConnectionProxy connection, String sql, String[] columnNames) throws SQLException
- Specified by:
connection_prepareStatementin interfaceFilterChain- Throws:
SQLException
-
connection_releaseSavepoint
public void connection_releaseSavepoint(ConnectionProxy connection, Savepoint savepoint) throws SQLException
- Specified by:
connection_releaseSavepointin interfaceFilterChain- Throws:
SQLException
-
connection_rollback
public void connection_rollback(ConnectionProxy connection) throws SQLException
- Specified by:
connection_rollbackin interfaceFilterChain- Throws:
SQLException
-
connection_rollback
public void connection_rollback(ConnectionProxy connection, Savepoint savepoint) throws SQLException
- Specified by:
connection_rollbackin interfaceFilterChain- Throws:
SQLException
-
connection_setAutoCommit
public void connection_setAutoCommit(ConnectionProxy connection, boolean autoCommit) throws SQLException
- Specified by:
connection_setAutoCommitin interfaceFilterChain- Throws:
SQLException
-
connection_setCatalog
public void connection_setCatalog(ConnectionProxy connection, String catalog) throws SQLException
- Specified by:
connection_setCatalogin interfaceFilterChain- Throws:
SQLException
-
connection_setClientInfo
public void connection_setClientInfo(ConnectionProxy connection, Properties properties) throws SQLClientInfoException
- Specified by:
connection_setClientInfoin interfaceFilterChain- Throws:
SQLClientInfoException
-
connection_setClientInfo
public void connection_setClientInfo(ConnectionProxy connection, String name, String value) throws SQLClientInfoException
- Specified by:
connection_setClientInfoin interfaceFilterChain- Throws:
SQLClientInfoException
-
connection_setHoldability
public void connection_setHoldability(ConnectionProxy connection, int holdability) throws SQLException
- Specified by:
connection_setHoldabilityin interfaceFilterChain- Throws:
SQLException
-
connection_setReadOnly
public void connection_setReadOnly(ConnectionProxy connection, boolean readOnly) throws SQLException
- Specified by:
connection_setReadOnlyin interfaceFilterChain- Throws:
SQLException
-
connection_setSavepoint
public Savepoint connection_setSavepoint(ConnectionProxy connection) throws SQLException
- Specified by:
connection_setSavepointin interfaceFilterChain- Throws:
SQLException
-
connection_setSavepoint
public Savepoint connection_setSavepoint(ConnectionProxy connection, String name) throws SQLException
- Specified by:
connection_setSavepointin interfaceFilterChain- Throws:
SQLException
-
connection_setTransactionIsolation
public void connection_setTransactionIsolation(ConnectionProxy connection, int level) throws SQLException
- Specified by:
connection_setTransactionIsolationin interfaceFilterChain- Throws:
SQLException
-
connection_setTypeMap
public void connection_setTypeMap(ConnectionProxy connection, Map<String,Class<?>> map) throws SQLException
- Specified by:
connection_setTypeMapin interfaceFilterChain- Throws:
SQLException
-
connection_getSchema
public String connection_getSchema(ConnectionProxy connection) throws SQLException
- Specified by:
connection_getSchemain interfaceFilterChain- Throws:
SQLException
-
connection_setSchema
public void connection_setSchema(ConnectionProxy connection, String schema) throws SQLException
- Specified by:
connection_setSchemain interfaceFilterChain- Throws:
SQLException
-
connection_abort
public void connection_abort(ConnectionProxy conn, Executor executor) throws SQLException
- Specified by:
connection_abortin interfaceFilterChain- Throws:
SQLException
-
connection_setNetworkTimeout
public void connection_setNetworkTimeout(ConnectionProxy conn, Executor executor, int milliseconds) throws SQLException
- Specified by:
connection_setNetworkTimeoutin interfaceFilterChain- Throws:
SQLException
-
connection_getNetworkTimeout
public int connection_getNetworkTimeout(ConnectionProxy conn) throws SQLException
- Specified by:
connection_getNetworkTimeoutin interfaceFilterChain- Throws:
SQLException
-
resultSet_next
public boolean resultSet_next(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_nextin interfaceFilterChain- Throws:
SQLException
-
resultSet_close
public void resultSet_close(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_closein interfaceFilterChain- Throws:
SQLException
-
resultSet_wasNull
public boolean resultSet_wasNull(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_wasNullin interfaceFilterChain- Throws:
SQLException
-
resultSet_getString
public String resultSet_getString(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getStringin interfaceFilterChain- Throws:
SQLException
-
resultSet_getBoolean
public boolean resultSet_getBoolean(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getBooleanin interfaceFilterChain- Throws:
SQLException
-
resultSet_getByte
public byte resultSet_getByte(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getBytein interfaceFilterChain- Throws:
SQLException
-
resultSet_getShort
public short resultSet_getShort(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getShortin interfaceFilterChain- Throws:
SQLException
-
resultSet_getInt
public int resultSet_getInt(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getIntin interfaceFilterChain- Throws:
SQLException
-
resultSet_getLong
public long resultSet_getLong(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getLongin interfaceFilterChain- Throws:
SQLException
-
resultSet_getFloat
public float resultSet_getFloat(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Specified by:
resultSet_getFloatin interfaceFilterChain- Throws:
SQLException
-
resultSet_getDouble
public double resultSet_getDouble(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getDoublein interfaceFilterChain- Throws:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(ResultSetProxy rs, int columnIndex, int scale) throws SQLException
- Specified by:
resultSet_getBigDecimalin interfaceFilterChain- Throws:
SQLException
-
resultSet_getBytes
public byte[] resultSet_getBytes(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getBytesin interfaceFilterChain- Throws:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getDatein interfaceFilterChain- Throws:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getTimein interfaceFilterChain- Throws:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getTimestampin interfaceFilterChain- Throws:
SQLException
-
resultSet_getAsciiStream
public InputStream resultSet_getAsciiStream(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_getUnicodeStream
public InputStream resultSet_getUnicodeStream(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getUnicodeStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_getBinaryStream
public InputStream resultSet_getBinaryStream(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_getString
public String resultSet_getString(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getStringin interfaceFilterChain- Throws:
SQLException
-
resultSet_getBoolean
public boolean resultSet_getBoolean(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getBooleanin interfaceFilterChain- Throws:
SQLException
-
resultSet_getByte
public byte resultSet_getByte(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getBytein interfaceFilterChain- Throws:
SQLException
-
resultSet_getShort
public short resultSet_getShort(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getShortin interfaceFilterChain- Throws:
SQLException
-
resultSet_getInt
public int resultSet_getInt(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getIntin interfaceFilterChain- Throws:
SQLException
-
resultSet_getLong
public long resultSet_getLong(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getLongin interfaceFilterChain- Throws:
SQLException
-
resultSet_getFloat
public float resultSet_getFloat(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getFloatin interfaceFilterChain- Throws:
SQLException
-
resultSet_getDouble
public double resultSet_getDouble(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getDoublein interfaceFilterChain- Throws:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(ResultSetProxy rs, String columnLabel, int scale) throws SQLException
- Specified by:
resultSet_getBigDecimalin interfaceFilterChain- Throws:
SQLException
-
resultSet_getBytes
public byte[] resultSet_getBytes(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getBytesin interfaceFilterChain- Throws:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getDatein interfaceFilterChain- Throws:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getTimein interfaceFilterChain- Throws:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getTimestampin interfaceFilterChain- Throws:
SQLException
-
resultSet_getAsciiStream
public InputStream resultSet_getAsciiStream(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_getUnicodeStream
public InputStream resultSet_getUnicodeStream(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getUnicodeStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_getBinaryStream
public InputStream resultSet_getBinaryStream(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_getWarnings
public SQLWarning resultSet_getWarnings(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_getWarningsin interfaceFilterChain- Throws:
SQLException
-
resultSet_clearWarnings
public void resultSet_clearWarnings(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_clearWarningsin interfaceFilterChain- Throws:
SQLException
-
resultSet_getCursorName
public String resultSet_getCursorName(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_getCursorNamein interfaceFilterChain- Throws:
SQLException
-
resultSet_getMetaData
public ResultSetMetaData resultSet_getMetaData(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_getMetaDatain interfaceFilterChain- Throws:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getObjectin interfaceFilterChain- Throws:
SQLException
-
resultSet_getObject
public <T> T resultSet_getObject(ResultSetProxy rs, int columnIndex, Class<T> type) throws SQLException
- Specified by:
resultSet_getObjectin interfaceFilterChain- Throws:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getObjectin interfaceFilterChain- Throws:
SQLException
-
resultSet_getObject
public <T> T resultSet_getObject(ResultSetProxy rs, String columnLabel, Class<T> type) throws SQLException
- Specified by:
resultSet_getObjectin interfaceFilterChain- Throws:
SQLException
-
resultSet_findColumn
public int resultSet_findColumn(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_findColumnin interfaceFilterChain- Throws:
SQLException
-
resultSet_getCharacterStream
public Reader resultSet_getCharacterStream(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_getCharacterStream
public Reader resultSet_getCharacterStream(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_getBigDecimalin interfaceFilterChain- Throws:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(ResultSetProxy rs, String columnLabel) throws SQLException
- Specified by:
resultSet_getBigDecimalin interfaceFilterChain- Throws:
SQLException
-
resultSet_isBeforeFirst
public boolean resultSet_isBeforeFirst(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_isBeforeFirstin interfaceFilterChain- Throws:
SQLException
-
resultSet_isAfterLast
public boolean resultSet_isAfterLast(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_isAfterLastin interfaceFilterChain- Throws:
SQLException
-
resultSet_isFirst
public boolean resultSet_isFirst(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_isFirstin interfaceFilterChain- Throws:
SQLException
-
resultSet_isLast
public boolean resultSet_isLast(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_isLastin interfaceFilterChain- Throws:
SQLException
-
resultSet_beforeFirst
public void resultSet_beforeFirst(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_beforeFirstin interfaceFilterChain- Throws:
SQLException
-
resultSet_afterLast
public void resultSet_afterLast(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_afterLastin interfaceFilterChain- Throws:
SQLException
-
resultSet_first
public boolean resultSet_first(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_firstin interfaceFilterChain- Throws:
SQLException
-
resultSet_last
public boolean resultSet_last(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_lastin interfaceFilterChain- Throws:
SQLException
-
resultSet_getRow
public int resultSet_getRow(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_getRowin interfaceFilterChain- Throws:
SQLException
-
resultSet_absolute
public boolean resultSet_absolute(ResultSetProxy rs, int row) throws SQLException
- Specified by:
resultSet_absolutein interfaceFilterChain- Throws:
SQLException
-
resultSet_relative
public boolean resultSet_relative(ResultSetProxy rs, int rows) throws SQLException
- Specified by:
resultSet_relativein interfaceFilterChain- Throws:
SQLException
-
resultSet_previous
public boolean resultSet_previous(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_previousin interfaceFilterChain- Throws:
SQLException
-
resultSet_setFetchDirection
public void resultSet_setFetchDirection(ResultSetProxy rs, int direction) throws SQLException
- Specified by:
resultSet_setFetchDirectionin interfaceFilterChain- Throws:
SQLException
-
resultSet_getFetchDirection
public int resultSet_getFetchDirection(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_getFetchDirectionin interfaceFilterChain- Throws:
SQLException
-
resultSet_setFetchSize
public void resultSet_setFetchSize(ResultSetProxy rs, int rows) throws SQLException
- Specified by:
resultSet_setFetchSizein interfaceFilterChain- Throws:
SQLException
-
resultSet_getFetchSize
public int resultSet_getFetchSize(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_getFetchSizein interfaceFilterChain- Throws:
SQLException
-
resultSet_getType
public int resultSet_getType(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_getTypein interfaceFilterChain- Throws:
SQLException
-
resultSet_getConcurrency
public int resultSet_getConcurrency(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_getConcurrencyin interfaceFilterChain- Throws:
SQLException
-
resultSet_rowUpdated
public boolean resultSet_rowUpdated(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_rowUpdatedin interfaceFilterChain- Throws:
SQLException
-
resultSet_rowInserted
public boolean resultSet_rowInserted(ResultSetProxy rs) throws SQLException
- Specified by:
resultSet_rowInsertedin interfaceFilterChain- Throws:
SQLException
-
resultSet_rowDeleted
public boolean resultSet_rowDeleted(ResultSetProxy resultSet) throws SQLException
- Specified by:
resultSet_rowDeletedin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNull
public void resultSet_updateNull(ResultSetProxy rs, int columnIndex) throws SQLException
- Specified by:
resultSet_updateNullin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBoolean
public void resultSet_updateBoolean(ResultSetProxy rs, int columnIndex, boolean x) throws SQLException
- Specified by:
resultSet_updateBooleanin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateByte
public void resultSet_updateByte(ResultSetProxy resultSet, int columnIndex, byte x) throws SQLException
- Specified by:
resultSet_updateBytein interfaceFilterChain- Throws:
SQLException
-
resultSet_updateShort
public void resultSet_updateShort(ResultSetProxy resultSet, int columnIndex, short x) throws SQLException
- Specified by:
resultSet_updateShortin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateInt
public void resultSet_updateInt(ResultSetProxy resultSet, int columnIndex, int x) throws SQLException
- Specified by:
resultSet_updateIntin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateLong
public void resultSet_updateLong(ResultSetProxy resultSet, int columnIndex, long x) throws SQLException
- Specified by:
resultSet_updateLongin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateFloat
public void resultSet_updateFloat(ResultSetProxy resultSet, int columnIndex, float x) throws SQLException
- Specified by:
resultSet_updateFloatin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateDouble
public void resultSet_updateDouble(ResultSetProxy resultSet, int columnIndex, double x) throws SQLException
- Specified by:
resultSet_updateDoublein interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBigDecimal
public void resultSet_updateBigDecimal(ResultSetProxy resultSet, int columnIndex, BigDecimal x) throws SQLException
- Specified by:
resultSet_updateBigDecimalin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateString
public void resultSet_updateString(ResultSetProxy resultSet, int columnIndex, String x) throws SQLException
- Specified by:
resultSet_updateStringin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBytes
public void resultSet_updateBytes(ResultSetProxy resultSet, int columnIndex, byte[] x) throws SQLException
- Specified by:
resultSet_updateBytesin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateDate
public void resultSet_updateDate(ResultSetProxy resultSet, int columnIndex, Date x) throws SQLException
- Specified by:
resultSet_updateDatein interfaceFilterChain- Throws:
SQLException
-
resultSet_updateTime
public void resultSet_updateTime(ResultSetProxy resultSet, int columnIndex, Time x) throws SQLException
- Specified by:
resultSet_updateTimein interfaceFilterChain- Throws:
SQLException
-
resultSet_updateTimestamp
public void resultSet_updateTimestamp(ResultSetProxy resultSet, int columnIndex, Timestamp x) throws SQLException
- Specified by:
resultSet_updateTimestampin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(ResultSetProxy resultSet, int columnIndex, InputStream x, int length) throws SQLException
- Specified by:
resultSet_updateAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(ResultSetProxy resultSet, int columnIndex, InputStream x, int length) throws SQLException
- Specified by:
resultSet_updateBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x, int length) throws SQLException
- Specified by:
resultSet_updateCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(ResultSetProxy resultSet, int columnIndex, Object x, int scaleOrLength) throws SQLException
- Specified by:
resultSet_updateObjectin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(ResultSetProxy resultSet, int columnIndex, Object x) throws SQLException
- Specified by:
resultSet_updateObjectin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNull
public void resultSet_updateNull(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Specified by:
resultSet_updateNullin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBoolean
public void resultSet_updateBoolean(ResultSetProxy resultSet, String columnLabel, boolean x) throws SQLException
- Specified by:
resultSet_updateBooleanin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateByte
public void resultSet_updateByte(ResultSetProxy resultSet, String columnLabel, byte x) throws SQLException
- Specified by:
resultSet_updateBytein interfaceFilterChain- Throws:
SQLException
-
resultSet_updateShort
public void resultSet_updateShort(ResultSetProxy resultSet, String columnLabel, short x) throws SQLException
- Specified by:
resultSet_updateShortin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateInt
public void resultSet_updateInt(ResultSetProxy resultSet, String columnLabel, int x) throws SQLException
- Specified by:
resultSet_updateIntin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateLong
public void resultSet_updateLong(ResultSetProxy resultSet, String columnLabel, long x) throws SQLException
- Specified by:
resultSet_updateLongin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateFloat
public void resultSet_updateFloat(ResultSetProxy resultSet, String columnLabel, float x) throws SQLException
- Specified by:
resultSet_updateFloatin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateDouble
public void resultSet_updateDouble(ResultSetProxy resultSet, String columnLabel, double x) throws SQLException
- Specified by:
resultSet_updateDoublein interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBigDecimal
public void resultSet_updateBigDecimal(ResultSetProxy resultSet, String columnLabel, BigDecimal x) throws SQLException
- Specified by:
resultSet_updateBigDecimalin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateString
public void resultSet_updateString(ResultSetProxy resultSet, String columnLabel, String x) throws SQLException
- Specified by:
resultSet_updateStringin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBytes
public void resultSet_updateBytes(ResultSetProxy resultSet, String columnLabel, byte[] x) throws SQLException
- Specified by:
resultSet_updateBytesin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateDate
public void resultSet_updateDate(ResultSetProxy resultSet, String columnLabel, Date x) throws SQLException
- Specified by:
resultSet_updateDatein interfaceFilterChain- Throws:
SQLException
-
resultSet_updateTime
public void resultSet_updateTime(ResultSetProxy resultSet, String columnLabel, Time x) throws SQLException
- Specified by:
resultSet_updateTimein interfaceFilterChain- Throws:
SQLException
-
resultSet_updateTimestamp
public void resultSet_updateTimestamp(ResultSetProxy resultSet, String columnLabel, Timestamp x) throws SQLException
- Specified by:
resultSet_updateTimestampin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(ResultSetProxy resultSet, String columnLabel, InputStream x, int length) throws SQLException
- Specified by:
resultSet_updateAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(ResultSetProxy resultSet, String columnLabel, InputStream x, int length) throws SQLException
- Specified by:
resultSet_updateBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader, int length) throws SQLException
- Specified by:
resultSet_updateCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(ResultSetProxy resultSet, String columnLabel, Object x, int scaleOrLength) throws SQLException
- Specified by:
resultSet_updateObjectin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(ResultSetProxy resultSet, String columnLabel, Object x) throws SQLException
- Specified by:
resultSet_updateObjectin interfaceFilterChain- Throws:
SQLException
-
resultSet_insertRow
public void resultSet_insertRow(ResultSetProxy resultSet) throws SQLException
- Specified by:
resultSet_insertRowin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateRow
public void resultSet_updateRow(ResultSetProxy resultSet) throws SQLException
- Specified by:
resultSet_updateRowin interfaceFilterChain- Throws:
SQLException
-
resultSet_deleteRow
public void resultSet_deleteRow(ResultSetProxy resultSet) throws SQLException
- Specified by:
resultSet_deleteRowin interfaceFilterChain- Throws:
SQLException
-
resultSet_refreshRow
public void resultSet_refreshRow(ResultSetProxy resultSet) throws SQLException
- Specified by:
resultSet_refreshRowin interfaceFilterChain- Throws:
SQLException
-
resultSet_cancelRowUpdates
public void resultSet_cancelRowUpdates(ResultSetProxy resultSet) throws SQLException
- Specified by:
resultSet_cancelRowUpdatesin interfaceFilterChain- Throws:
SQLException
-
resultSet_moveToInsertRow
public void resultSet_moveToInsertRow(ResultSetProxy resultSet) throws SQLException
- Specified by:
resultSet_moveToInsertRowin interfaceFilterChain- Throws:
SQLException
-
resultSet_moveToCurrentRow
public void resultSet_moveToCurrentRow(ResultSetProxy resultSet) throws SQLException
- Specified by:
resultSet_moveToCurrentRowin interfaceFilterChain- Throws:
SQLException
-
resultSet_getStatement
public Statement resultSet_getStatement(ResultSetProxy resultSet) throws SQLException
- Specified by:
resultSet_getStatementin interfaceFilterChain- Throws:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(ResultSetProxy resultSet, int columnIndex, Map<String,Class<?>> map) throws SQLException
- Specified by:
resultSet_getObjectin interfaceFilterChain- Throws:
SQLException
-
resultSet_getRef
public Ref resultSet_getRef(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Specified by:
resultSet_getRefin interfaceFilterChain- Throws:
SQLException
-
resultSet_getBlob
public Blob resultSet_getBlob(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Specified by:
resultSet_getBlobin interfaceFilterChain- Throws:
SQLException
-
resultSet_getClob
public Clob resultSet_getClob(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Specified by:
resultSet_getClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_getArray
public Array resultSet_getArray(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Specified by:
resultSet_getArrayin interfaceFilterChain- Throws:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(ResultSetProxy resultSet, String columnLabel, Map<String,Class<?>> map) throws SQLException
- Specified by:
resultSet_getObjectin interfaceFilterChain- Throws:
SQLException
-
resultSet_getRef
public Ref resultSet_getRef(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Specified by:
resultSet_getRefin interfaceFilterChain- Throws:
SQLException
-
resultSet_getBlob
public Blob resultSet_getBlob(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Specified by:
resultSet_getBlobin interfaceFilterChain- Throws:
SQLException
-
resultSet_getClob
public Clob resultSet_getClob(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Specified by:
resultSet_getClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_getArray
public Array resultSet_getArray(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Specified by:
resultSet_getArrayin interfaceFilterChain- Throws:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException
- Specified by:
resultSet_getDatein interfaceFilterChain- Throws:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(ResultSetProxy resultSet, String columnLabel, Calendar cal) throws SQLException
- Specified by:
resultSet_getDatein interfaceFilterChain- Throws:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException
- Specified by:
resultSet_getTimein interfaceFilterChain- Throws:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(ResultSetProxy resultSet, String columnLabel, Calendar cal) throws SQLException
- Specified by:
resultSet_getTimein interfaceFilterChain- Throws:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException
- Specified by:
resultSet_getTimestampin interfaceFilterChain- Throws:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(ResultSetProxy resultSet, String columnLabel, Calendar cal) throws SQLException
- Specified by:
resultSet_getTimestampin interfaceFilterChain- Throws:
SQLException
-
resultSet_getURL
public URL resultSet_getURL(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Specified by:
resultSet_getURLin interfaceFilterChain- Throws:
SQLException
-
resultSet_getURL
public URL resultSet_getURL(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Specified by:
resultSet_getURLin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateRef
public void resultSet_updateRef(ResultSetProxy resultSet, int columnIndex, Ref x) throws SQLException
- Specified by:
resultSet_updateRefin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateRef
public void resultSet_updateRef(ResultSetProxy resultSet, String columnLabel, Ref x) throws SQLException
- Specified by:
resultSet_updateRefin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(ResultSetProxy resultSet, int columnIndex, Blob x) throws SQLException
- Specified by:
resultSet_updateBlobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(ResultSetProxy resultSet, String columnLabel, Blob x) throws SQLException
- Specified by:
resultSet_updateBlobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(ResultSetProxy resultSet, int columnIndex, Clob x) throws SQLException
- Specified by:
resultSet_updateClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(ResultSetProxy resultSet, String columnLabel, Clob x) throws SQLException
- Specified by:
resultSet_updateClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateArray
public void resultSet_updateArray(ResultSetProxy resultSet, int columnIndex, Array x) throws SQLException
- Specified by:
resultSet_updateArrayin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateArray
public void resultSet_updateArray(ResultSetProxy resultSet, String columnLabel, Array x) throws SQLException
- Specified by:
resultSet_updateArrayin interfaceFilterChain- Throws:
SQLException
-
resultSet_getRowId
public RowId resultSet_getRowId(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Specified by:
resultSet_getRowIdin interfaceFilterChain- Throws:
SQLException
-
resultSet_getRowId
public RowId resultSet_getRowId(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Specified by:
resultSet_getRowIdin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateRowId
public void resultSet_updateRowId(ResultSetProxy resultSet, int columnIndex, RowId x) throws SQLException
- Specified by:
resultSet_updateRowIdin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateRowId
public void resultSet_updateRowId(ResultSetProxy resultSet, String columnLabel, RowId x) throws SQLException
- Specified by:
resultSet_updateRowIdin interfaceFilterChain- Throws:
SQLException
-
resultSet_getHoldability
public int resultSet_getHoldability(ResultSetProxy resultSet) throws SQLException
- Specified by:
resultSet_getHoldabilityin interfaceFilterChain- Throws:
SQLException
-
resultSet_isClosed
public boolean resultSet_isClosed(ResultSetProxy resultSet) throws SQLException
- Specified by:
resultSet_isClosedin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNString
public void resultSet_updateNString(ResultSetProxy resultSet, int columnIndex, String x) throws SQLException
- Specified by:
resultSet_updateNStringin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNString
public void resultSet_updateNString(ResultSetProxy resultSet, String columnLabel, String nString) throws SQLException
- Specified by:
resultSet_updateNStringin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(ResultSetProxy resultSet, int columnIndex, NClob x) throws SQLException
- Specified by:
resultSet_updateNClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(ResultSetProxy resultSet, String columnLabel, NClob x) throws SQLException
- Specified by:
resultSet_updateNClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_getNClob
public NClob resultSet_getNClob(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Specified by:
resultSet_getNClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_getNClob
public NClob resultSet_getNClob(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Specified by:
resultSet_getNClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_getSQLXML
public SQLXML resultSet_getSQLXML(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Specified by:
resultSet_getSQLXMLin interfaceFilterChain- Throws:
SQLException
-
resultSet_getSQLXML
public SQLXML resultSet_getSQLXML(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Specified by:
resultSet_getSQLXMLin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateSQLXML
public void resultSet_updateSQLXML(ResultSetProxy resultSet, int columnIndex, SQLXML xmlObject) throws SQLException
- Specified by:
resultSet_updateSQLXMLin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateSQLXML
public void resultSet_updateSQLXML(ResultSetProxy resultSet, String columnLabel, SQLXML xmlObject) throws SQLException
- Specified by:
resultSet_updateSQLXMLin interfaceFilterChain- Throws:
SQLException
-
resultSet_getNString
public String resultSet_getNString(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Specified by:
resultSet_getNStringin interfaceFilterChain- Throws:
SQLException
-
resultSet_getNString
public String resultSet_getNString(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Specified by:
resultSet_getNStringin interfaceFilterChain- Throws:
SQLException
-
resultSet_getNCharacterStream
public Reader resultSet_getNCharacterStream(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Specified by:
resultSet_getNCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_getNCharacterStream
public Reader resultSet_getNCharacterStream(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Specified by:
resultSet_getNCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x, long length) throws SQLException
- Specified by:
resultSet_updateNCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException
- Specified by:
resultSet_updateNCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(ResultSetProxy resultSet, int columnIndex, InputStream x, long length) throws SQLException
- Specified by:
resultSet_updateAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(ResultSetProxy resultSet, int columnIndex, InputStream x, long length) throws SQLException
- Specified by:
resultSet_updateBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x, long length) throws SQLException
- Specified by:
resultSet_updateCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(ResultSetProxy resultSet, String columnLabel, InputStream x, long length) throws SQLException
- Specified by:
resultSet_updateAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(ResultSetProxy resultSet, String columnLabel, InputStream x, long length) throws SQLException
- Specified by:
resultSet_updateBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException
- Specified by:
resultSet_updateCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(ResultSetProxy resultSet, int columnIndex, InputStream inputStream, long length) throws SQLException
- Specified by:
resultSet_updateBlobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(ResultSetProxy resultSet, String columnLabel, InputStream inputStream, long length) throws SQLException
- Specified by:
resultSet_updateBlobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(ResultSetProxy resultSet, int columnIndex, Reader reader, long length) throws SQLException
- Specified by:
resultSet_updateClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException
- Specified by:
resultSet_updateClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(ResultSetProxy resultSet, int columnIndex, Reader reader, long length) throws SQLException
- Specified by:
resultSet_updateNClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException
- Specified by:
resultSet_updateNClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x) throws SQLException
- Specified by:
resultSet_updateNCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException
- Specified by:
resultSet_updateNCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(ResultSetProxy resultSet, int columnIndex, InputStream x) throws SQLException
- Specified by:
resultSet_updateAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(ResultSetProxy resultSet, int columnIndex, InputStream x) throws SQLException
- Specified by:
resultSet_updateBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x) throws SQLException
- Specified by:
resultSet_updateCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(ResultSetProxy resultSet, String columnLabel, InputStream x) throws SQLException
- Specified by:
resultSet_updateAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(ResultSetProxy resultSet, String columnLabel, InputStream x) throws SQLException
- Specified by:
resultSet_updateBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException
- Specified by:
resultSet_updateCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(ResultSetProxy resultSet, int columnIndex, InputStream inputStream) throws SQLException
- Specified by:
resultSet_updateBlobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(ResultSetProxy resultSet, String columnLabel, InputStream inputStream) throws SQLException
- Specified by:
resultSet_updateBlobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(ResultSetProxy resultSet, int columnIndex, Reader reader) throws SQLException
- Specified by:
resultSet_updateClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException
- Specified by:
resultSet_updateClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(ResultSetProxy resultSet, int columnIndex, Reader reader) throws SQLException
- Specified by:
resultSet_updateNClobin interfaceFilterChain- Throws:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException
- Specified by:
resultSet_updateNClobin interfaceFilterChain- Throws:
SQLException
-
statement_executeQuery
public ResultSetProxy statement_executeQuery(StatementProxy statement, String sql) throws SQLException
- Specified by:
statement_executeQueryin interfaceFilterChain- Throws:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(StatementProxy statement, String sql) throws SQLException
- Specified by:
statement_executeUpdatein interfaceFilterChain- Throws:
SQLException
-
statement_close
public void statement_close(StatementProxy statement) throws SQLException
- Specified by:
statement_closein interfaceFilterChain- Throws:
SQLException
-
statement_getMaxFieldSize
public int statement_getMaxFieldSize(StatementProxy statement) throws SQLException
- Specified by:
statement_getMaxFieldSizein interfaceFilterChain- Throws:
SQLException
-
statement_setMaxFieldSize
public void statement_setMaxFieldSize(StatementProxy statement, int max) throws SQLException
- Specified by:
statement_setMaxFieldSizein interfaceFilterChain- Throws:
SQLException
-
statement_getMaxRows
public int statement_getMaxRows(StatementProxy statement) throws SQLException
- Specified by:
statement_getMaxRowsin interfaceFilterChain- Throws:
SQLException
-
statement_setMaxRows
public void statement_setMaxRows(StatementProxy statement, int max) throws SQLException
- Specified by:
statement_setMaxRowsin interfaceFilterChain- Throws:
SQLException
-
statement_setEscapeProcessing
public void statement_setEscapeProcessing(StatementProxy statement, boolean enable) throws SQLException
- Specified by:
statement_setEscapeProcessingin interfaceFilterChain- Throws:
SQLException
-
statement_getQueryTimeout
public int statement_getQueryTimeout(StatementProxy statement) throws SQLException
- Specified by:
statement_getQueryTimeoutin interfaceFilterChain- Throws:
SQLException
-
statement_setQueryTimeout
public void statement_setQueryTimeout(StatementProxy statement, int seconds) throws SQLException
- Specified by:
statement_setQueryTimeoutin interfaceFilterChain- Throws:
SQLException
-
statement_cancel
public void statement_cancel(StatementProxy statement) throws SQLException
- Specified by:
statement_cancelin interfaceFilterChain- Throws:
SQLException
-
statement_getWarnings
public SQLWarning statement_getWarnings(StatementProxy statement) throws SQLException
- Specified by:
statement_getWarningsin interfaceFilterChain- Throws:
SQLException
-
statement_clearWarnings
public void statement_clearWarnings(StatementProxy statement) throws SQLException
- Specified by:
statement_clearWarningsin interfaceFilterChain- Throws:
SQLException
-
statement_setCursorName
public void statement_setCursorName(StatementProxy statement, String name) throws SQLException
- Specified by:
statement_setCursorNamein interfaceFilterChain- Throws:
SQLException
-
statement_execute
public boolean statement_execute(StatementProxy statement, String sql) throws SQLException
- Specified by:
statement_executein interfaceFilterChain- Throws:
SQLException
-
statement_getResultSet
public ResultSetProxy statement_getResultSet(StatementProxy statement) throws SQLException
- Specified by:
statement_getResultSetin interfaceFilterChain- Throws:
SQLException
-
statement_getUpdateCount
public int statement_getUpdateCount(StatementProxy statement) throws SQLException
- Specified by:
statement_getUpdateCountin interfaceFilterChain- Throws:
SQLException
-
statement_getMoreResults
public boolean statement_getMoreResults(StatementProxy statement) throws SQLException
- Specified by:
statement_getMoreResultsin interfaceFilterChain- Throws:
SQLException
-
statement_setFetchDirection
public void statement_setFetchDirection(StatementProxy statement, int direction) throws SQLException
- Specified by:
statement_setFetchDirectionin interfaceFilterChain- Throws:
SQLException
-
statement_getFetchDirection
public int statement_getFetchDirection(StatementProxy statement) throws SQLException
- Specified by:
statement_getFetchDirectionin interfaceFilterChain- Throws:
SQLException
-
statement_setFetchSize
public void statement_setFetchSize(StatementProxy statement, int rows) throws SQLException
- Specified by:
statement_setFetchSizein interfaceFilterChain- Throws:
SQLException
-
statement_getFetchSize
public int statement_getFetchSize(StatementProxy statement) throws SQLException
- Specified by:
statement_getFetchSizein interfaceFilterChain- Throws:
SQLException
-
statement_getResultSetConcurrency
public int statement_getResultSetConcurrency(StatementProxy statement) throws SQLException
- Specified by:
statement_getResultSetConcurrencyin interfaceFilterChain- Throws:
SQLException
-
statement_getResultSetType
public int statement_getResultSetType(StatementProxy statement) throws SQLException
- Specified by:
statement_getResultSetTypein interfaceFilterChain- Throws:
SQLException
-
statement_addBatch
public void statement_addBatch(StatementProxy statement, String sql) throws SQLException
- Specified by:
statement_addBatchin interfaceFilterChain- Throws:
SQLException
-
statement_clearBatch
public void statement_clearBatch(StatementProxy statement) throws SQLException
- Specified by:
statement_clearBatchin interfaceFilterChain- Throws:
SQLException
-
statement_executeBatch
public int[] statement_executeBatch(StatementProxy statement) throws SQLException
- Specified by:
statement_executeBatchin interfaceFilterChain- Throws:
SQLException
-
statement_getConnection
public Connection statement_getConnection(StatementProxy statement) throws SQLException
- Specified by:
statement_getConnectionin interfaceFilterChain- Throws:
SQLException
-
statement_getMoreResults
public boolean statement_getMoreResults(StatementProxy statement, int current) throws SQLException
- Specified by:
statement_getMoreResultsin interfaceFilterChain- Throws:
SQLException
-
statement_getGeneratedKeys
public ResultSetProxy statement_getGeneratedKeys(StatementProxy statement) throws SQLException
- Specified by:
statement_getGeneratedKeysin interfaceFilterChain- Throws:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException
- Specified by:
statement_executeUpdatein interfaceFilterChain- Throws:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(StatementProxy statement, String sql, int[] columnIndexes) throws SQLException
- Specified by:
statement_executeUpdatein interfaceFilterChain- Throws:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(StatementProxy statement, String sql, String[] columnNames) throws SQLException
- Specified by:
statement_executeUpdatein interfaceFilterChain- Throws:
SQLException
-
statement_execute
public boolean statement_execute(StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException
- Specified by:
statement_executein interfaceFilterChain- Throws:
SQLException
-
statement_execute
public boolean statement_execute(StatementProxy statement, String sql, int[] columnIndexes) throws SQLException
- Specified by:
statement_executein interfaceFilterChain- Throws:
SQLException
-
statement_execute
public boolean statement_execute(StatementProxy statement, String sql, String[] columnNames) throws SQLException
- Specified by:
statement_executein interfaceFilterChain- Throws:
SQLException
-
statement_getResultSetHoldability
public int statement_getResultSetHoldability(StatementProxy statement) throws SQLException
- Specified by:
statement_getResultSetHoldabilityin interfaceFilterChain- Throws:
SQLException
-
statement_isClosed
public boolean statement_isClosed(StatementProxy statement) throws SQLException
- Specified by:
statement_isClosedin interfaceFilterChain- Throws:
SQLException
-
statement_setPoolable
public void statement_setPoolable(StatementProxy statement, boolean poolable) throws SQLException
- Specified by:
statement_setPoolablein interfaceFilterChain- Throws:
SQLException
-
statement_isPoolable
public boolean statement_isPoolable(StatementProxy statement) throws SQLException
- Specified by:
statement_isPoolablein interfaceFilterChain- Throws:
SQLException
-
preparedStatement_executeQuery
public ResultSetProxy preparedStatement_executeQuery(PreparedStatementProxy statement) throws SQLException
- Specified by:
preparedStatement_executeQueryin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_executeUpdate
public int preparedStatement_executeUpdate(PreparedStatementProxy statement) throws SQLException
- Specified by:
preparedStatement_executeUpdatein interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setNull
public void preparedStatement_setNull(PreparedStatementProxy statement, int parameterIndex, int sqlType) throws SQLException
- Specified by:
preparedStatement_setNullin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setBoolean
public void preparedStatement_setBoolean(PreparedStatementProxy statement, int parameterIndex, boolean x) throws SQLException
- Specified by:
preparedStatement_setBooleanin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setByte
public void preparedStatement_setByte(PreparedStatementProxy statement, int parameterIndex, byte x) throws SQLException
- Specified by:
preparedStatement_setBytein interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setShort
public void preparedStatement_setShort(PreparedStatementProxy statement, int parameterIndex, short x) throws SQLException
- Specified by:
preparedStatement_setShortin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setInt
public void preparedStatement_setInt(PreparedStatementProxy statement, int parameterIndex, int x) throws SQLException
- Specified by:
preparedStatement_setIntin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setLong
public void preparedStatement_setLong(PreparedStatementProxy statement, int parameterIndex, long x) throws SQLException
- Specified by:
preparedStatement_setLongin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setFloat
public void preparedStatement_setFloat(PreparedStatementProxy statement, int parameterIndex, float x) throws SQLException
- Specified by:
preparedStatement_setFloatin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setDouble
public void preparedStatement_setDouble(PreparedStatementProxy statement, int parameterIndex, double x) throws SQLException
- Specified by:
preparedStatement_setDoublein interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setBigDecimal
public void preparedStatement_setBigDecimal(PreparedStatementProxy statement, int parameterIndex, BigDecimal x) throws SQLException
- Specified by:
preparedStatement_setBigDecimalin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setString
public void preparedStatement_setString(PreparedStatementProxy statement, int parameterIndex, String x) throws SQLException
- Specified by:
preparedStatement_setStringin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setBytes
public void preparedStatement_setBytes(PreparedStatementProxy statement, int parameterIndex, byte[] x) throws SQLException
- Specified by:
preparedStatement_setBytesin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setDate
public void preparedStatement_setDate(PreparedStatementProxy statement, int parameterIndex, Date x) throws SQLException
- Specified by:
preparedStatement_setDatein interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setTime
public void preparedStatement_setTime(PreparedStatementProxy statement, int parameterIndex, Time x) throws SQLException
- Specified by:
preparedStatement_setTimein interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setTimestamp
public void preparedStatement_setTimestamp(PreparedStatementProxy statement, int parameterIndex, Timestamp x) throws SQLException
- Specified by:
preparedStatement_setTimestampin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setAsciiStream
public void preparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException
- Specified by:
preparedStatement_setAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setUnicodeStream
public void preparedStatement_setUnicodeStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException
- Specified by:
preparedStatement_setUnicodeStreamin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setBinaryStream
public void preparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException
- Specified by:
preparedStatement_setBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_clearParameters
public void preparedStatement_clearParameters(PreparedStatementProxy statement) throws SQLException
- Specified by:
preparedStatement_clearParametersin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setObject
public void preparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType) throws SQLException
- Specified by:
preparedStatement_setObjectin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setObject
public void preparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x) throws SQLException
- Specified by:
preparedStatement_setObjectin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_execute
public boolean preparedStatement_execute(PreparedStatementProxy statement) throws SQLException
- Specified by:
preparedStatement_executein interfaceFilterChain- Throws:
SQLException
-
preparedStatement_addBatch
public void preparedStatement_addBatch(PreparedStatementProxy statement) throws SQLException
- Specified by:
preparedStatement_addBatchin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setCharacterStream
public void preparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader, int length) throws SQLException
- Specified by:
preparedStatement_setCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setRef
public void preparedStatement_setRef(PreparedStatementProxy statement, int parameterIndex, Ref x) throws SQLException
- Specified by:
preparedStatement_setRefin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setBlob
public void preparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, Blob x) throws SQLException
- Specified by:
preparedStatement_setBlobin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setClob
public void preparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Clob x) throws SQLException
- Specified by:
preparedStatement_setClobin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setArray
public void preparedStatement_setArray(PreparedStatementProxy statement, int parameterIndex, Array x) throws SQLException
- Specified by:
preparedStatement_setArrayin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_getMetaData
public ResultSetMetaData preparedStatement_getMetaData(PreparedStatementProxy statement) throws SQLException
- Specified by:
preparedStatement_getMetaDatain interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setDate
public void preparedStatement_setDate(PreparedStatementProxy statement, int parameterIndex, Date x, Calendar cal) throws SQLException
- Specified by:
preparedStatement_setDatein interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setTime
public void preparedStatement_setTime(PreparedStatementProxy statement, int parameterIndex, Time x, Calendar cal) throws SQLException
- Specified by:
preparedStatement_setTimein interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setTimestamp
public void preparedStatement_setTimestamp(PreparedStatementProxy statement, int parameterIndex, Timestamp x, Calendar cal) throws SQLException
- Specified by:
preparedStatement_setTimestampin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setNull
public void preparedStatement_setNull(PreparedStatementProxy statement, int parameterIndex, int sqlType, String typeName) throws SQLException
- Specified by:
preparedStatement_setNullin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setURL
public void preparedStatement_setURL(PreparedStatementProxy statement, int parameterIndex, URL x) throws SQLException
- Specified by:
preparedStatement_setURLin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_getParameterMetaData
public ParameterMetaData preparedStatement_getParameterMetaData(PreparedStatementProxy statement) throws SQLException
- Specified by:
preparedStatement_getParameterMetaDatain interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setRowId
public void preparedStatement_setRowId(PreparedStatementProxy statement, int parameterIndex, RowId x) throws SQLException
- Specified by:
preparedStatement_setRowIdin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setNString
public void preparedStatement_setNString(PreparedStatementProxy statement, int parameterIndex, String value) throws SQLException
- Specified by:
preparedStatement_setNStringin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setNCharacterStream
public void preparedStatement_setNCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader value, long length) throws SQLException
- Specified by:
preparedStatement_setNCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setNClob
public void preparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, NClob x) throws SQLException
- Specified by:
preparedStatement_setNClobin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setClob
public void preparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException
- Specified by:
preparedStatement_setClobin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setBlob
public void preparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, InputStream inputStream, long length) throws SQLException
- Specified by:
preparedStatement_setBlobin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setNClob
public void preparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException
- Specified by:
preparedStatement_setNClobin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setSQLXML
public void preparedStatement_setSQLXML(PreparedStatementProxy statement, int parameterIndex, SQLXML xmlObject) throws SQLException
- Specified by:
preparedStatement_setSQLXMLin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setObject
public void preparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException
- Specified by:
preparedStatement_setObjectin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setAsciiStream
public void preparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) throws SQLException
- Specified by:
preparedStatement_setAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setBinaryStream
public void preparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) throws SQLException
- Specified by:
preparedStatement_setBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setCharacterStream
public void preparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException
- Specified by:
preparedStatement_setCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setAsciiStream
public void preparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x) throws SQLException
- Specified by:
preparedStatement_setAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setBinaryStream
public void preparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x) throws SQLException
- Specified by:
preparedStatement_setBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setCharacterStream
public void preparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException
- Specified by:
preparedStatement_setCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setNCharacterStream
public void preparedStatement_setNCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader value) throws SQLException
- Specified by:
preparedStatement_setNCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setClob
public void preparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException
- Specified by:
preparedStatement_setClobin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setBlob
public void preparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, InputStream inputStream) throws SQLException
- Specified by:
preparedStatement_setBlobin interfaceFilterChain- Throws:
SQLException
-
preparedStatement_setNClob
public void preparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException
- Specified by:
preparedStatement_setNClobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(CallableStatementProxy statement, int parameterIndex, int sqlType) throws SQLException
- Specified by:
callableStatement_registerOutParameterin interfaceFilterChain- Throws:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(CallableStatementProxy statement, int parameterIndex, int sqlType, int scale) throws SQLException
- Specified by:
callableStatement_registerOutParameterin interfaceFilterChain- Throws:
SQLException
-
callableStatement_wasNull
public boolean callableStatement_wasNull(CallableStatementProxy statement) throws SQLException
- Specified by:
callableStatement_wasNullin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getString
public String callableStatement_getString(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getStringin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getBoolean
public boolean callableStatement_getBoolean(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getBooleanin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getByte
public byte callableStatement_getByte(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getBytein interfaceFilterChain- Throws:
SQLException
-
callableStatement_getShort
public short callableStatement_getShort(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getShortin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getInt
public int callableStatement_getInt(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getIntin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getLong
public long callableStatement_getLong(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getLongin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getFloat
public float callableStatement_getFloat(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getFloatin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getDouble
public double callableStatement_getDouble(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getDoublein interfaceFilterChain- Throws:
SQLException
-
callableStatement_getBigDecimal
public BigDecimal callableStatement_getBigDecimal(CallableStatementProxy statement, int parameterIndex, int scale) throws SQLException
- Specified by:
callableStatement_getBigDecimalin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getBytes
public byte[] callableStatement_getBytes(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getBytesin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getDate
public Date callableStatement_getDate(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getDatein interfaceFilterChain- Throws:
SQLException
-
callableStatement_getTime
public Time callableStatement_getTime(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getTimein interfaceFilterChain- Throws:
SQLException
-
callableStatement_getTimestamp
public Timestamp callableStatement_getTimestamp(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getTimestampin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getObject
public Object callableStatement_getObject(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getObjectin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getObject
public Object callableStatement_getObject(CallableStatementProxy statement, int parameterIndex, Map<String,Class<?>> map) throws SQLException
- Specified by:
callableStatement_getObjectin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getObject
public Object callableStatement_getObject(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getObjectin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getObject
public Object callableStatement_getObject(CallableStatementProxy statement, String parameterName, Map<String,Class<?>> map) throws SQLException
- Specified by:
callableStatement_getObjectin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getBigDecimal
public BigDecimal callableStatement_getBigDecimal(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getBigDecimalin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getRef
public Ref callableStatement_getRef(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getRefin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getBlob
public Blob callableStatement_getBlob(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getBlobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getClob
public Clob callableStatement_getClob(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getClobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getArray
public Array callableStatement_getArray(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getArrayin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getDate
public Date callableStatement_getDate(CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException
- Specified by:
callableStatement_getDatein interfaceFilterChain- Throws:
SQLException
-
callableStatement_getTime
public Time callableStatement_getTime(CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException
- Specified by:
callableStatement_getTimein interfaceFilterChain- Throws:
SQLException
-
callableStatement_getTimestamp
public Timestamp callableStatement_getTimestamp(CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException
- Specified by:
callableStatement_getTimestampin interfaceFilterChain- Throws:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(CallableStatementProxy statement, int parameterIndex, int sqlType, String typeName) throws SQLException
- Specified by:
callableStatement_registerOutParameterin interfaceFilterChain- Throws:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(CallableStatementProxy statement, String parameterName, int sqlType) throws SQLException
- Specified by:
callableStatement_registerOutParameterin interfaceFilterChain- Throws:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(CallableStatementProxy statement, String parameterName, int sqlType, int scale) throws SQLException
- Specified by:
callableStatement_registerOutParameterin interfaceFilterChain- Throws:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(CallableStatementProxy statement, String parameterName, int sqlType, String typeName) throws SQLException
- Specified by:
callableStatement_registerOutParameterin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getURL
public URL callableStatement_getURL(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getURLin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setURL
public void callableStatement_setURL(CallableStatementProxy statement, String parameterName, URL val) throws SQLException
- Specified by:
callableStatement_setURLin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setNull
public void callableStatement_setNull(CallableStatementProxy statement, String parameterName, int sqlType) throws SQLException
- Specified by:
callableStatement_setNullin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setBoolean
public void callableStatement_setBoolean(CallableStatementProxy statement, String parameterName, boolean x) throws SQLException
- Specified by:
callableStatement_setBooleanin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setByte
public void callableStatement_setByte(CallableStatementProxy statement, String parameterName, byte x) throws SQLException
- Specified by:
callableStatement_setBytein interfaceFilterChain- Throws:
SQLException
-
callableStatement_setShort
public void callableStatement_setShort(CallableStatementProxy statement, String parameterName, short x) throws SQLException
- Specified by:
callableStatement_setShortin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setInt
public void callableStatement_setInt(CallableStatementProxy statement, String parameterName, int x) throws SQLException
- Specified by:
callableStatement_setIntin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setLong
public void callableStatement_setLong(CallableStatementProxy statement, String parameterName, long x) throws SQLException
- Specified by:
callableStatement_setLongin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setFloat
public void callableStatement_setFloat(CallableStatementProxy statement, String parameterName, float x) throws SQLException
- Specified by:
callableStatement_setFloatin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setDouble
public void callableStatement_setDouble(CallableStatementProxy statement, String parameterName, double x) throws SQLException
- Specified by:
callableStatement_setDoublein interfaceFilterChain- Throws:
SQLException
-
callableStatement_setBigDecimal
public void callableStatement_setBigDecimal(CallableStatementProxy statement, String parameterName, BigDecimal x) throws SQLException
- Specified by:
callableStatement_setBigDecimalin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setString
public void callableStatement_setString(CallableStatementProxy statement, String parameterName, String x) throws SQLException
- Specified by:
callableStatement_setStringin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setBytes
public void callableStatement_setBytes(CallableStatementProxy statement, String parameterName, byte[] x) throws SQLException
- Specified by:
callableStatement_setBytesin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setDate
public void callableStatement_setDate(CallableStatementProxy statement, String parameterName, Date x) throws SQLException
- Specified by:
callableStatement_setDatein interfaceFilterChain- Throws:
SQLException
-
callableStatement_setTime
public void callableStatement_setTime(CallableStatementProxy statement, String parameterName, Time x) throws SQLException
- Specified by:
callableStatement_setTimein interfaceFilterChain- Throws:
SQLException
-
callableStatement_setTimestamp
public void callableStatement_setTimestamp(CallableStatementProxy statement, String parameterName, Timestamp x) throws SQLException
- Specified by:
callableStatement_setTimestampin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setAsciiStream
public void callableStatement_setAsciiStream(CallableStatementProxy statement, String parameterName, InputStream x, int length) throws SQLException
- Specified by:
callableStatement_setAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setBinaryStream
public void callableStatement_setBinaryStream(CallableStatementProxy statement, String parameterName, InputStream x, int length) throws SQLException
- Specified by:
callableStatement_setBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setObject
public void callableStatement_setObject(CallableStatementProxy statement, String parameterName, Object x, int targetSqlType, int scale) throws SQLException
- Specified by:
callableStatement_setObjectin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setObject
public void callableStatement_setObject(CallableStatementProxy statement, String parameterName, Object x, int targetSqlType) throws SQLException
- Specified by:
callableStatement_setObjectin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setObject
public void callableStatement_setObject(CallableStatementProxy statement, String parameterName, Object x) throws SQLException
- Specified by:
callableStatement_setObjectin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setCharacterStream
public void callableStatement_setCharacterStream(CallableStatementProxy statement, String parameterName, Reader reader, int length) throws SQLException
- Specified by:
callableStatement_setCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setDate
public void callableStatement_setDate(CallableStatementProxy statement, String parameterName, Date x, Calendar cal) throws SQLException
- Specified by:
callableStatement_setDatein interfaceFilterChain- Throws:
SQLException
-
callableStatement_setTime
public void callableStatement_setTime(CallableStatementProxy statement, String parameterName, Time x, Calendar cal) throws SQLException
- Specified by:
callableStatement_setTimein interfaceFilterChain- Throws:
SQLException
-
callableStatement_setTimestamp
public void callableStatement_setTimestamp(CallableStatementProxy statement, String parameterName, Timestamp x, Calendar cal) throws SQLException
- Specified by:
callableStatement_setTimestampin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setNull
public void callableStatement_setNull(CallableStatementProxy statement, String parameterName, int sqlType, String typeName) throws SQLException
- Specified by:
callableStatement_setNullin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getString
public String callableStatement_getString(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getStringin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getBoolean
public boolean callableStatement_getBoolean(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getBooleanin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getByte
public byte callableStatement_getByte(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getBytein interfaceFilterChain- Throws:
SQLException
-
callableStatement_getShort
public short callableStatement_getShort(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getShortin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getInt
public int callableStatement_getInt(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getIntin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getLong
public long callableStatement_getLong(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getLongin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getFloat
public float callableStatement_getFloat(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getFloatin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getDouble
public double callableStatement_getDouble(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getDoublein interfaceFilterChain- Throws:
SQLException
-
callableStatement_getBytes
public byte[] callableStatement_getBytes(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getBytesin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getDate
public Date callableStatement_getDate(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getDatein interfaceFilterChain- Throws:
SQLException
-
callableStatement_getTime
public Time callableStatement_getTime(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getTimein interfaceFilterChain- Throws:
SQLException
-
callableStatement_getTimestamp
public Timestamp callableStatement_getTimestamp(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getTimestampin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getBigDecimal
public BigDecimal callableStatement_getBigDecimal(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getBigDecimalin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getRef
public Ref callableStatement_getRef(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getRefin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getBlob
public Blob callableStatement_getBlob(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getBlobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getClob
public Clob callableStatement_getClob(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getClobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getArray
public Array callableStatement_getArray(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getArrayin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getDate
public Date callableStatement_getDate(CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException
- Specified by:
callableStatement_getDatein interfaceFilterChain- Throws:
SQLException
-
callableStatement_getTime
public Time callableStatement_getTime(CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException
- Specified by:
callableStatement_getTimein interfaceFilterChain- Throws:
SQLException
-
callableStatement_getTimestamp
public Timestamp callableStatement_getTimestamp(CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException
- Specified by:
callableStatement_getTimestampin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getURL
public URL callableStatement_getURL(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getURLin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getRowId
public RowId callableStatement_getRowId(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getRowIdin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getRowId
public RowId callableStatement_getRowId(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getRowIdin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setRowId
public void callableStatement_setRowId(CallableStatementProxy statement, String parameterName, RowId x) throws SQLException
- Specified by:
callableStatement_setRowIdin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setNString
public void callableStatement_setNString(CallableStatementProxy statement, String parameterName, String value) throws SQLException
- Specified by:
callableStatement_setNStringin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setNCharacterStream
public void callableStatement_setNCharacterStream(CallableStatementProxy statement, String parameterName, Reader value, long length) throws SQLException
- Specified by:
callableStatement_setNCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setNClob
public void callableStatement_setNClob(CallableStatementProxy statement, String parameterName, NClob x) throws SQLException
- Specified by:
callableStatement_setNClobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setClob
public void callableStatement_setClob(CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException
- Specified by:
callableStatement_setClobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setBlob
public void callableStatement_setBlob(CallableStatementProxy statement, String parameterName, InputStream inputStream, long length) throws SQLException
- Specified by:
callableStatement_setBlobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setNClob
public void callableStatement_setNClob(CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException
- Specified by:
callableStatement_setNClobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getNClob
public NClob callableStatement_getNClob(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getNClobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getNClob
public NClob callableStatement_getNClob(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getNClobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setSQLXML
public void callableStatement_setSQLXML(CallableStatementProxy statement, String parameterName, SQLXML xmlObject) throws SQLException
- Specified by:
callableStatement_setSQLXMLin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getSQLXML
public SQLXML callableStatement_getSQLXML(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getSQLXMLin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getSQLXML
public SQLXML callableStatement_getSQLXML(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getSQLXMLin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getNString
public String callableStatement_getNString(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getNStringin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getNString
public String callableStatement_getNString(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getNStringin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getNCharacterStream
public Reader callableStatement_getNCharacterStream(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getNCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getNCharacterStream
public Reader callableStatement_getNCharacterStream(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getNCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getCharacterStream
public Reader callableStatement_getCharacterStream(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Specified by:
callableStatement_getCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_getCharacterStream
public Reader callableStatement_getCharacterStream(CallableStatementProxy statement, String parameterName) throws SQLException
- Specified by:
callableStatement_getCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setBlob
public void callableStatement_setBlob(CallableStatementProxy statement, String parameterName, Blob x) throws SQLException
- Specified by:
callableStatement_setBlobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setClob
public void callableStatement_setClob(CallableStatementProxy statement, String parameterName, Clob x) throws SQLException
- Specified by:
callableStatement_setClobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setAsciiStream
public void callableStatement_setAsciiStream(CallableStatementProxy statement, String parameterName, InputStream x, long length) throws SQLException
- Specified by:
callableStatement_setAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setBinaryStream
public void callableStatement_setBinaryStream(CallableStatementProxy statement, String parameterName, InputStream x, long length) throws SQLException
- Specified by:
callableStatement_setBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setCharacterStream
public void callableStatement_setCharacterStream(CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException
- Specified by:
callableStatement_setCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setAsciiStream
public void callableStatement_setAsciiStream(CallableStatementProxy statement, String parameterName, InputStream x) throws SQLException
- Specified by:
callableStatement_setAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setBinaryStream
public void callableStatement_setBinaryStream(CallableStatementProxy statement, String parameterName, InputStream x) throws SQLException
- Specified by:
callableStatement_setBinaryStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setCharacterStream
public void callableStatement_setCharacterStream(CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException
- Specified by:
callableStatement_setCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setNCharacterStream
public void callableStatement_setNCharacterStream(CallableStatementProxy statement, String parameterName, Reader value) throws SQLException
- Specified by:
callableStatement_setNCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setClob
public void callableStatement_setClob(CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException
- Specified by:
callableStatement_setClobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setBlob
public void callableStatement_setBlob(CallableStatementProxy statement, String parameterName, InputStream inputStream) throws SQLException
- Specified by:
callableStatement_setBlobin interfaceFilterChain- Throws:
SQLException
-
callableStatement_setNClob
public void callableStatement_setNClob(CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException
- Specified by:
callableStatement_setNClobin interfaceFilterChain- Throws:
SQLException
-
clob_length
public long clob_length(ClobProxy clob) throws SQLException
- Specified by:
clob_lengthin interfaceFilterChain- Throws:
SQLException
-
clob_getSubString
public String clob_getSubString(ClobProxy clob, long pos, int length) throws SQLException
- Specified by:
clob_getSubStringin interfaceFilterChain- Throws:
SQLException
-
clob_getCharacterStream
public Reader clob_getCharacterStream(ClobProxy clob) throws SQLException
- Specified by:
clob_getCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
clob_getAsciiStream
public InputStream clob_getAsciiStream(ClobProxy clob) throws SQLException
- Specified by:
clob_getAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
clob_position
public long clob_position(ClobProxy clob, String searchstr, long start) throws SQLException
- Specified by:
clob_positionin interfaceFilterChain- Throws:
SQLException
-
clob_position
public long clob_position(ClobProxy clob, Clob searchstr, long start) throws SQLException
- Specified by:
clob_positionin interfaceFilterChain- Throws:
SQLException
-
clob_setString
public int clob_setString(ClobProxy clob, long pos, String str) throws SQLException
- Specified by:
clob_setStringin interfaceFilterChain- Throws:
SQLException
-
clob_setString
public int clob_setString(ClobProxy clob, long pos, String str, int offset, int len) throws SQLException
- Specified by:
clob_setStringin interfaceFilterChain- Throws:
SQLException
-
clob_setAsciiStream
public OutputStream clob_setAsciiStream(ClobProxy clob, long pos) throws SQLException
- Specified by:
clob_setAsciiStreamin interfaceFilterChain- Throws:
SQLException
-
clob_setCharacterStream
public Writer clob_setCharacterStream(ClobProxy clob, long pos) throws SQLException
- Specified by:
clob_setCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
clob_truncate
public void clob_truncate(ClobProxy clob, long len) throws SQLException
- Specified by:
clob_truncatein interfaceFilterChain- Throws:
SQLException
-
clob_free
public void clob_free(ClobProxy clob) throws SQLException
- Specified by:
clob_freein interfaceFilterChain- Throws:
SQLException
-
clob_getCharacterStream
public Reader clob_getCharacterStream(ClobProxy clob, long pos, long length) throws SQLException
- Specified by:
clob_getCharacterStreamin interfaceFilterChain- Throws:
SQLException
-
wrap
public ClobProxy wrap(ConnectionProxy conn, Clob clob)
-
wrap
public NClobProxy wrap(ConnectionProxy conn, NClob clob)
-
wrap
public ClobProxy wrap(StatementProxy stmt, Clob clob)
-
wrap
public NClobProxy wrap(StatementProxy stmt, NClob nclob)
-
dataSource_recycle
public void dataSource_recycle(DruidPooledConnection connection) throws SQLException
- Specified by:
dataSource_recyclein interfaceFilterChain- Throws:
SQLException
-
dataSource_connect
public DruidPooledConnection dataSource_connect(DruidDataSource dataSource, long maxWaitMillis) throws SQLException
- Specified by:
dataSource_connectin interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_getColumnCount
public int resultSetMetaData_getColumnCount(ResultSetMetaDataProxy metaData) throws SQLException
- Specified by:
resultSetMetaData_getColumnCountin interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_isAutoIncrement
public boolean resultSetMetaData_isAutoIncrement(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_isAutoIncrementin interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_isCaseSensitive
public boolean resultSetMetaData_isCaseSensitive(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_isCaseSensitivein interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_isSearchable
public boolean resultSetMetaData_isSearchable(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_isSearchablein interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_isCurrency
public boolean resultSetMetaData_isCurrency(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_isCurrencyin interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_isNullable
public int resultSetMetaData_isNullable(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_isNullablein interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_isSigned
public boolean resultSetMetaData_isSigned(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_isSignedin interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_getColumnDisplaySize
public int resultSetMetaData_getColumnDisplaySize(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_getColumnDisplaySizein interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_getColumnLabel
public String resultSetMetaData_getColumnLabel(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_getColumnLabelin interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_getColumnName
public String resultSetMetaData_getColumnName(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_getColumnNamein interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_getSchemaName
public String resultSetMetaData_getSchemaName(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_getSchemaNamein interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_getPrecision
public int resultSetMetaData_getPrecision(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_getPrecisionin interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_getScale
public int resultSetMetaData_getScale(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_getScalein interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_getTableName
public String resultSetMetaData_getTableName(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_getTableNamein interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_getCatalogName
public String resultSetMetaData_getCatalogName(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_getCatalogNamein interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_getColumnType
public int resultSetMetaData_getColumnType(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_getColumnTypein interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_getColumnTypeName
public String resultSetMetaData_getColumnTypeName(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_getColumnTypeNamein interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_isReadOnly
public boolean resultSetMetaData_isReadOnly(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_isReadOnlyin interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_isWritable
public boolean resultSetMetaData_isWritable(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_isWritablein interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_isDefinitelyWritable
public boolean resultSetMetaData_isDefinitelyWritable(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_isDefinitelyWritablein interfaceFilterChain- Throws:
SQLException
-
resultSetMetaData_getColumnClassName
public String resultSetMetaData_getColumnClassName(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Specified by:
resultSetMetaData_getColumnClassNamein interfaceFilterChain- Throws:
SQLException
-
-