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