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