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