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