类 FilterAdapter
java.lang.Object
javax.management.NotificationBroadcasterSupport
com.alibaba.druid.filter.FilterAdapter
- 所有已实现的接口:
Filter,Wrapper,NotificationBroadcaster,NotificationEmitter
- 直接已知子类:
ConfigFilter,EncodingConvertFilter,FilterEventAdapter,MySQL8DateTimeSqlTypeFilter,WallFilter
提供JdbcFilter的基本实现,使得实现一个JdbcFilter更容易。
- 作者:
- wenshao [szujobs@hotmail.com]
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明callableStatement_getArray(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getArray(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int scale) callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getBlob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getBlob(FilterChain chain, CallableStatementProxy statement, String parameterName) booleancallableStatement_getBoolean(FilterChain chain, CallableStatementProxy statement, int parameterIndex) booleancallableStatement_getBoolean(FilterChain chain, CallableStatementProxy statement, String parameterName) bytecallableStatement_getByte(FilterChain chain, CallableStatementProxy statement, int parameterIndex) bytecallableStatement_getByte(FilterChain chain, CallableStatementProxy statement, String parameterName) byte[]callableStatement_getBytes(FilterChain chain, CallableStatementProxy statement, int parameterIndex) byte[]callableStatement_getBytes(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getCharacterStream(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getClob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getClob(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) doublecallableStatement_getDouble(FilterChain chain, CallableStatementProxy statement, int parameterIndex) doublecallableStatement_getDouble(FilterChain chain, CallableStatementProxy statement, String parameterName) floatcallableStatement_getFloat(FilterChain chain, CallableStatementProxy statement, int parameterIndex) floatcallableStatement_getFloat(FilterChain chain, CallableStatementProxy statement, String parameterName) intcallableStatement_getInt(FilterChain chain, CallableStatementProxy statement, int parameterIndex) intcallableStatement_getInt(FilterChain chain, CallableStatementProxy statement, String parameterName) longcallableStatement_getLong(FilterChain chain, CallableStatementProxy statement, int parameterIndex) longcallableStatement_getLong(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getNCharacterStream(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getNClob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getNClob(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getNString(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getNString(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Map<String, Class<?>> map) callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Map<String, Class<?>> map) callableStatement_getRef(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getRef(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getRowId(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getRowId(FilterChain chain, CallableStatementProxy statement, String parameterName) shortcallableStatement_getShort(FilterChain chain, CallableStatementProxy statement, int parameterIndex) shortcallableStatement_getShort(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getSQLXML(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getSQLXML(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getString(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getString(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName) callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) callableStatement_getURL(FilterChain chain, CallableStatementProxy statement, int parameterIndex) callableStatement_getURL(FilterChain chain, CallableStatementProxy statement, String parameterName) voidcallableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType) voidcallableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType, int scale) voidcallableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType, String typeName) voidcallableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType) voidcallableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, int scale) voidcallableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, String typeName) voidcallableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x) voidcallableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, int length) voidcallableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, long length) voidcallableStatement_setBigDecimal(FilterChain chain, CallableStatementProxy statement, String parameterName, BigDecimal x) voidcallableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x) voidcallableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, int length) voidcallableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, long length) voidcallableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream inputStream) voidcallableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream inputStream, long length) voidcallableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, Blob x) voidcallableStatement_setBoolean(FilterChain chain, CallableStatementProxy statement, String parameterName, boolean x) voidcallableStatement_setByte(FilterChain chain, CallableStatementProxy statement, String parameterName, byte x) voidcallableStatement_setBytes(FilterChain chain, CallableStatementProxy statement, String parameterName, byte[] x) voidcallableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) voidcallableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, int length) voidcallableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) voidcallableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) voidcallableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) voidcallableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Clob x) voidcallableStatement_setDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Date x) voidcallableStatement_setDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Date x, Calendar cal) voidcallableStatement_setDouble(FilterChain chain, CallableStatementProxy statement, String parameterName, double x) voidcallableStatement_setFloat(FilterChain chain, CallableStatementProxy statement, String parameterName, float x) voidcallableStatement_setInt(FilterChain chain, CallableStatementProxy statement, String parameterName, int x) voidcallableStatement_setLong(FilterChain chain, CallableStatementProxy statement, String parameterName, long x) voidcallableStatement_setNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader value) voidcallableStatement_setNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader value, long length) voidcallableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) voidcallableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) voidcallableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, NClob value) voidcallableStatement_setNString(FilterChain chain, CallableStatementProxy statement, String parameterName, String value) voidcallableStatement_setNull(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType) voidcallableStatement_setNull(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, String typeName) voidcallableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x) voidcallableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType) voidcallableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType, int scale) voidcallableStatement_setRowId(FilterChain chain, CallableStatementProxy statement, String parameterName, RowId x) voidcallableStatement_setShort(FilterChain chain, CallableStatementProxy statement, String parameterName, short x) voidcallableStatement_setSQLXML(FilterChain chain, CallableStatementProxy statement, String parameterName, SQLXML xmlObject) voidcallableStatement_setString(FilterChain chain, CallableStatementProxy statement, String parameterName, String x) voidcallableStatement_setTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Time x) voidcallableStatement_setTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Time x, Calendar cal) voidcallableStatement_setTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Timestamp x) voidcallableStatement_setTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Timestamp x, Calendar cal) voidcallableStatement_setURL(FilterChain chain, CallableStatementProxy statement, String parameterName, URL val) booleancallableStatement_wasNull(FilterChain chain, CallableStatementProxy statement) voidclob_free(FilterChain chain, ClobProxy wrapper) clob_getAsciiStream(FilterChain chain, ClobProxy wrapper) clob_getCharacterStream(FilterChain chain, ClobProxy wrapper) clob_getCharacterStream(FilterChain chain, ClobProxy wrapper, long pos, long length) clob_getSubString(FilterChain chain, ClobProxy wrapper, long pos, int length) longclob_length(FilterChain chain, ClobProxy wrapper) longclob_position(FilterChain chain, ClobProxy wrapper, String searchstr, long start) longclob_position(FilterChain chain, ClobProxy wrapper, Clob searchstr, long start) clob_setAsciiStream(FilterChain chain, ClobProxy wrapper, long pos) clob_setCharacterStream(FilterChain chain, ClobProxy wrapper, long pos) intclob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str) intclob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str, int offset, int len) voidclob_truncate(FilterChain chain, ClobProxy wrapper, long len) voidconfigFromProperties(Properties properties) voidconnection_abort(FilterChain chain, ConnectionProxy connection, Executor executor) voidconnection_clearWarnings(FilterChain chain, ConnectionProxy connection) voidconnection_close(FilterChain chain, ConnectionProxy connection) voidconnection_commit(FilterChain chain, ConnectionProxy connection) connection_connect(FilterChain chain, Properties info) connection_createArrayOf(FilterChain chain, ConnectionProxy connection, String typeName, Object[] elements) connection_createBlob(FilterChain chain, ConnectionProxy connection) connection_createClob(FilterChain chain, ConnectionProxy connection) connection_createNClob(FilterChain chain, ConnectionProxy connection) connection_createSQLXML(FilterChain chain, ConnectionProxy connection) connection_createStatement(FilterChain chain, ConnectionProxy connection) connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency) connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability) connection_createStruct(FilterChain chain, ConnectionProxy connection, String typeName, Object[] attributes) booleanconnection_getAutoCommit(FilterChain chain, ConnectionProxy connection) connection_getCatalog(FilterChain chain, ConnectionProxy connection) connection_getClientInfo(FilterChain chain, ConnectionProxy connection) connection_getClientInfo(FilterChain chain, ConnectionProxy connection, String name) intconnection_getHoldability(FilterChain chain, ConnectionProxy connection) connection_getMetaData(FilterChain chain, ConnectionProxy connection) intconnection_getNetworkTimeout(FilterChain chain, ConnectionProxy connection) connection_getSchema(FilterChain chain, ConnectionProxy connection) intconnection_getTransactionIsolation(FilterChain chain, ConnectionProxy connection) connection_getTypeMap(FilterChain chain, ConnectionProxy connection) connection_getWarnings(FilterChain chain, ConnectionProxy connection) booleanconnection_isClosed(FilterChain chain, ConnectionProxy connection) booleanconnection_isReadOnly(FilterChain chain, ConnectionProxy connection) booleanconnection_isValid(FilterChain chain, ConnectionProxy connection, int timeout) connection_nativeSQL(FilterChain chain, ConnectionProxy connection, String sql) connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql) connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql) connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys) connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes) connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames) voidconnection_releaseSavepoint(FilterChain chain, ConnectionProxy connection, Savepoint savepoint) voidconnection_rollback(FilterChain chain, ConnectionProxy connection) voidconnection_rollback(FilterChain chain, ConnectionProxy connection, Savepoint savepoint) voidconnection_setAutoCommit(FilterChain chain, ConnectionProxy connection, boolean autoCommit) voidconnection_setCatalog(FilterChain chain, ConnectionProxy connection, String catalog) voidconnection_setClientInfo(FilterChain chain, ConnectionProxy connection, String name, String value) voidconnection_setClientInfo(FilterChain chain, ConnectionProxy connection, Properties properties) voidconnection_setHoldability(FilterChain chain, ConnectionProxy connection, int holdability) voidconnection_setNetworkTimeout(FilterChain chain, ConnectionProxy connection, Executor executor, int milliseconds) voidconnection_setReadOnly(FilterChain chain, ConnectionProxy connection, boolean readOnly) connection_setSavepoint(FilterChain chain, ConnectionProxy connection) connection_setSavepoint(FilterChain chain, ConnectionProxy connection, String name) voidconnection_setSchema(FilterChain chain, ConnectionProxy connection, String schema) voidconnection_setTransactionIsolation(FilterChain chain, ConnectionProxy connection, int level) voidconnection_setTypeMap(FilterChain chain, ConnectionProxy connection, Map<String, Class<?>> map) dataSource_getConnection(FilterChain chain, DruidDataSource dataSource, long maxWaitMillis) voiddataSource_releaseConnection(FilterChain chain, DruidPooledConnection connection) voiddestroy()voidinit(DataSourceProxy dataSource) booleanisWrapperFor(FilterChain chain, Wrapper wrapper, Class<?> iface) booleanisWrapperFor(Class<?> iface) voidpreparedStatement_addBatch(FilterChain chain, PreparedStatementProxy statement) voidpreparedStatement_clearParameters(FilterChain chain, PreparedStatementProxy statement) booleanpreparedStatement_execute(FilterChain chain, PreparedStatementProxy statement) preparedStatement_executeQuery(FilterChain chain, PreparedStatementProxy statement) intpreparedStatement_executeUpdate(FilterChain chain, PreparedStatementProxy statement) preparedStatement_getMetaData(FilterChain chain, PreparedStatementProxy statement) preparedStatement_getParameterMetaData(FilterChain chain, PreparedStatementProxy statement) voidpreparedStatement_setArray(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Array x) voidpreparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x) voidpreparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) voidpreparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) voidpreparedStatement_setBigDecimal(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, BigDecimal x) voidpreparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x) voidpreparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) voidpreparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) voidpreparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream) voidpreparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream, long length) voidpreparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Blob x) voidpreparedStatement_setBoolean(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, boolean x) voidpreparedStatement_setByte(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte x) voidpreparedStatement_setBytes(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte[] x) voidpreparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) voidpreparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, int length) voidpreparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) voidpreparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) voidpreparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) voidpreparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Clob x) voidpreparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x) voidpreparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x, Calendar cal) voidpreparedStatement_setDouble(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, double x) voidpreparedStatement_setFloat(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, float x) voidpreparedStatement_setInt(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int x) voidpreparedStatement_setLong(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, long x) voidpreparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value) voidpreparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value, long length) voidpreparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) voidpreparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) voidpreparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, NClob value) voidpreparedStatement_setNString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String value) voidpreparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType) voidpreparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType, String typeName) voidpreparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x) voidpreparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType) voidpreparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength) voidpreparedStatement_setRef(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Ref x) voidpreparedStatement_setRowId(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, RowId x) voidpreparedStatement_setShort(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, short x) voidpreparedStatement_setSQLXML(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, SQLXML xmlObject) voidpreparedStatement_setString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String x) voidpreparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x) voidpreparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x, Calendar cal) voidpreparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x) voidpreparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x, Calendar cal) voidpreparedStatement_setUnicodeStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) voidpreparedStatement_setURL(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, URL x) booleanresultSet_absolute(FilterChain chain, ResultSetProxy result, int row) voidresultSet_afterLast(FilterChain chain, ResultSetProxy resultSet) voidresultSet_beforeFirst(FilterChain chain, ResultSetProxy resultSet) voidresultSet_cancelRowUpdates(FilterChain chain, ResultSetProxy resultSet) voidresultSet_clearWarnings(FilterChain chain, ResultSetProxy resultSet) voidresultSet_close(FilterChain chain, ResultSetProxy resultSet) voidresultSet_deleteRow(FilterChain chain, ResultSetProxy resultSet) intresultSet_findColumn(FilterChain chain, ResultSetProxy result, String columnLabel) booleanresultSet_first(FilterChain chain, ResultSetProxy resultSet) resultSet_getArray(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getArray(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, int columnIndex, int scale) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, String columnLabel, int scale) resultSet_getBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getBlob(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getBlob(FilterChain chain, ResultSetProxy result, String columnLabel) booleanresultSet_getBoolean(FilterChain chain, ResultSetProxy result, int columnIndex) booleanresultSet_getBoolean(FilterChain chain, ResultSetProxy result, String columnLabel) byteresultSet_getByte(FilterChain chain, ResultSetProxy result, int columnIndex) byteresultSet_getByte(FilterChain chain, ResultSetProxy result, String columnLabel) byte[]resultSet_getBytes(FilterChain chain, ResultSetProxy result, int columnIndex) byte[]resultSet_getBytes(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getClob(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getClob(FilterChain chain, ResultSetProxy result, String columnLabel) intresultSet_getConcurrency(FilterChain chain, ResultSetProxy resultSet) resultSet_getCursorName(FilterChain chain, ResultSetProxy resultSet) resultSet_getDate(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getDate(FilterChain chain, ResultSetProxy result, int columnIndex, Calendar cal) resultSet_getDate(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getDate(FilterChain chain, ResultSetProxy result, String columnLabel, Calendar cal) doubleresultSet_getDouble(FilterChain chain, ResultSetProxy result, int columnIndex) doubleresultSet_getDouble(FilterChain chain, ResultSetProxy result, String columnLabel) intresultSet_getFetchDirection(FilterChain chain, ResultSetProxy resultSet) intresultSet_getFetchSize(FilterChain chain, ResultSetProxy resultSet) floatresultSet_getFloat(FilterChain chain, ResultSetProxy result, int columnIndex) floatresultSet_getFloat(FilterChain chain, ResultSetProxy result, String columnLabel) intresultSet_getHoldability(FilterChain chain, ResultSetProxy resultSet) intresultSet_getInt(FilterChain chain, ResultSetProxy result, int columnIndex) intresultSet_getInt(FilterChain chain, ResultSetProxy result, String columnLabel) longresultSet_getLong(FilterChain chain, ResultSetProxy result, int columnIndex) longresultSet_getLong(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getMetaData(FilterChain chain, ResultSetProxy resultSet) resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getNClob(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getNClob(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getNString(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getNString(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex) <T> TresultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex, Class<T> type) resultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex, Map<String, Class<?>> map) resultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel) <T> TresultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel, Class<T> type) resultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel, Map<String, Class<?>> map) resultSet_getRef(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getRef(FilterChain chain, ResultSetProxy result, String columnLabel) intresultSet_getRow(FilterChain chain, ResultSetProxy resultSet) resultSet_getRowId(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getRowId(FilterChain chain, ResultSetProxy result, String columnLabel) shortresultSet_getShort(FilterChain chain, ResultSetProxy result, int columnIndex) shortresultSet_getShort(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getSQLXML(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getSQLXML(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getStatement(FilterChain chain, ResultSetProxy resultSet) resultSet_getString(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getString(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getTime(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getTime(FilterChain chain, ResultSetProxy result, int columnIndex, Calendar cal) resultSet_getTime(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getTime(FilterChain chain, ResultSetProxy result, String columnLabel, Calendar cal) resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, int columnIndex, Calendar cal) resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, String columnLabel, Calendar cal) intresultSet_getType(FilterChain chain, ResultSetProxy resultSet) resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getURL(FilterChain chain, ResultSetProxy result, int columnIndex) resultSet_getURL(FilterChain chain, ResultSetProxy result, String columnLabel) resultSet_getWarnings(FilterChain chain, ResultSetProxy resultSet) voidresultSet_insertRow(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_isAfterLast(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_isBeforeFirst(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_isClosed(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_isFirst(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_isLast(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_last(FilterChain chain, ResultSetProxy resultSet) voidresultSet_moveToCurrentRow(FilterChain chain, ResultSetProxy resultSet) voidresultSet_moveToInsertRow(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_next(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_previous(FilterChain chain, ResultSetProxy resultSet) voidresultSet_refreshRow(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_relative(FilterChain chain, ResultSetProxy result, int rows) booleanresultSet_rowDeleted(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_rowInserted(FilterChain chain, ResultSetProxy resultSet) booleanresultSet_rowUpdated(FilterChain chain, ResultSetProxy resultSet) voidresultSet_setFetchDirection(FilterChain chain, ResultSetProxy result, int direction) voidresultSet_setFetchSize(FilterChain chain, ResultSetProxy result, int rows) voidresultSet_updateArray(FilterChain chain, ResultSetProxy result, int columnIndex, Array x) voidresultSet_updateArray(FilterChain chain, ResultSetProxy result, String columnLabel, Array x) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, int length) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, long length) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, int length) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, long length) voidresultSet_updateBigDecimal(FilterChain chain, ResultSetProxy result, int columnIndex, BigDecimal x) voidresultSet_updateBigDecimal(FilterChain chain, ResultSetProxy result, String columnLabel, BigDecimal x) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, int length) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, long length) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, int length) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, long length) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream inputStream) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream inputStream, long length) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy result, int columnIndex, Blob x) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream inputStream) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream inputStream, long length) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy result, String columnLabel, Blob x) voidresultSet_updateBoolean(FilterChain chain, ResultSetProxy result, int columnIndex, boolean x) voidresultSet_updateBoolean(FilterChain chain, ResultSetProxy result, String columnLabel, boolean x) voidresultSet_updateByte(FilterChain chain, ResultSetProxy result, int columnIndex, byte x) voidresultSet_updateByte(FilterChain chain, ResultSetProxy result, String columnLabel, byte x) voidresultSet_updateBytes(FilterChain chain, ResultSetProxy result, int columnIndex, byte[] x) voidresultSet_updateBytes(FilterChain chain, ResultSetProxy result, String columnLabel, byte[] x) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x, int length) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x, long length) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, int length) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) voidresultSet_updateClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader) voidresultSet_updateClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader, long length) voidresultSet_updateClob(FilterChain chain, ResultSetProxy result, int columnIndex, Clob x) voidresultSet_updateClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) voidresultSet_updateClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) voidresultSet_updateClob(FilterChain chain, ResultSetProxy result, String columnLabel, Clob x) voidresultSet_updateDate(FilterChain chain, ResultSetProxy result, int columnIndex, Date x) voidresultSet_updateDate(FilterChain chain, ResultSetProxy result, String columnLabel, Date x) voidresultSet_updateDouble(FilterChain chain, ResultSetProxy result, int columnIndex, double x) voidresultSet_updateDouble(FilterChain chain, ResultSetProxy result, String columnLabel, double x) voidresultSet_updateFloat(FilterChain chain, ResultSetProxy result, int columnIndex, float x) voidresultSet_updateFloat(FilterChain chain, ResultSetProxy result, String columnLabel, float x) voidresultSet_updateInt(FilterChain chain, ResultSetProxy result, int columnIndex, int x) voidresultSet_updateInt(FilterChain chain, ResultSetProxy result, String columnLabel, int x) voidresultSet_updateLong(FilterChain chain, ResultSetProxy result, int columnIndex, long x) voidresultSet_updateLong(FilterChain chain, ResultSetProxy result, String columnLabel, long x) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x, long length) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader, long length) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy result, int columnIndex, NClob nClob) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy result, String columnLabel, NClob nClob) voidresultSet_updateNString(FilterChain chain, ResultSetProxy result, int columnIndex, String nString) voidresultSet_updateNString(FilterChain chain, ResultSetProxy result, String columnLabel, String nString) voidresultSet_updateNull(FilterChain chain, ResultSetProxy result, int columnIndex) voidresultSet_updateNull(FilterChain chain, ResultSetProxy result, String columnLabel) voidresultSet_updateObject(FilterChain chain, ResultSetProxy result, int columnIndex, Object x) voidresultSet_updateObject(FilterChain chain, ResultSetProxy result, int columnIndex, Object x, int scaleOrLength) voidresultSet_updateObject(FilterChain chain, ResultSetProxy result, String columnLabel, Object x) voidresultSet_updateObject(FilterChain chain, ResultSetProxy result, String columnLabel, Object x, int scaleOrLength) voidresultSet_updateRef(FilterChain chain, ResultSetProxy result, int columnIndex, Ref x) voidresultSet_updateRef(FilterChain chain, ResultSetProxy result, String columnLabel, Ref x) voidresultSet_updateRow(FilterChain chain, ResultSetProxy resultSet) voidresultSet_updateRowId(FilterChain chain, ResultSetProxy result, int columnIndex, RowId x) voidresultSet_updateRowId(FilterChain chain, ResultSetProxy result, String columnLabel, RowId x) voidresultSet_updateShort(FilterChain chain, ResultSetProxy result, int columnIndex, short x) voidresultSet_updateShort(FilterChain chain, ResultSetProxy result, String columnLabel, short x) voidresultSet_updateSQLXML(FilterChain chain, ResultSetProxy result, int columnIndex, SQLXML xmlObject) voidresultSet_updateSQLXML(FilterChain chain, ResultSetProxy result, String columnLabel, SQLXML xmlObject) voidresultSet_updateString(FilterChain chain, ResultSetProxy result, int columnIndex, String x) voidresultSet_updateString(FilterChain chain, ResultSetProxy result, String columnLabel, String x) voidresultSet_updateTime(FilterChain chain, ResultSetProxy result, int columnIndex, Time x) voidresultSet_updateTime(FilterChain chain, ResultSetProxy result, String columnLabel, Time x) voidresultSet_updateTimestamp(FilterChain chain, ResultSetProxy result, int columnIndex, Timestamp x) voidresultSet_updateTimestamp(FilterChain chain, ResultSetProxy result, String columnLabel, Timestamp x) booleanresultSet_wasNull(FilterChain chain, ResultSetProxy resultSet) resultSetMetaData_getCatalogName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getColumnClassName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_getColumnCount(FilterChain chain, ResultSetMetaDataProxy metaData) intresultSetMetaData_getColumnDisplaySize(FilterChain chain, ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getColumnLabel(FilterChain chain, ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getColumnName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_getColumnType(FilterChain chain, ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getColumnTypeName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_getPrecision(FilterChain chain, ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_getScale(FilterChain chain, ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getSchemaName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getTableName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isAutoIncrement(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isCaseSensitive(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isCurrency(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isDefinitelyWritable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_isNullable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isReadOnly(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isSearchable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isSigned(FilterChain chain, ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isWritable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) voidstatement_addBatch(FilterChain chain, StatementProxy statement, String sql) voidstatement_cancel(FilterChain chain, StatementProxy statement) voidstatement_clearBatch(FilterChain chain, StatementProxy statement) voidstatement_clearWarnings(FilterChain chain, StatementProxy statement) voidstatement_close(FilterChain chain, StatementProxy statement) booleanstatement_execute(FilterChain chain, StatementProxy statement, String sql) booleanstatement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) booleanstatement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) booleanstatement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) int[]statement_executeBatch(FilterChain chain, StatementProxy statement) statement_executeQuery(FilterChain chain, StatementProxy statement, String sql) intstatement_executeUpdate(FilterChain chain, StatementProxy statement, String sql) intstatement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) intstatement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) intstatement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) statement_getConnection(FilterChain chain, StatementProxy statement) intstatement_getFetchDirection(FilterChain chain, StatementProxy statement) intstatement_getFetchSize(FilterChain chain, StatementProxy statement) statement_getGeneratedKeys(FilterChain chain, StatementProxy statement) intstatement_getMaxFieldSize(FilterChain chain, StatementProxy statement) intstatement_getMaxRows(FilterChain chain, StatementProxy statement) booleanstatement_getMoreResults(FilterChain chain, StatementProxy statement) booleanstatement_getMoreResults(FilterChain chain, StatementProxy statement, int current) intstatement_getQueryTimeout(FilterChain chain, StatementProxy statement) statement_getResultSet(FilterChain chain, StatementProxy statement) intstatement_getResultSetConcurrency(FilterChain chain, StatementProxy statement) intstatement_getResultSetHoldability(FilterChain chain, StatementProxy statement) intstatement_getResultSetType(FilterChain chain, StatementProxy statement) intstatement_getUpdateCount(FilterChain chain, StatementProxy statement) statement_getWarnings(FilterChain chain, StatementProxy statement) booleanstatement_isClosed(FilterChain chain, StatementProxy statement) booleanstatement_isPoolable(FilterChain chain, StatementProxy statement) voidstatement_setCursorName(FilterChain chain, StatementProxy statement, String name) voidstatement_setEscapeProcessing(FilterChain chain, StatementProxy statement, boolean enable) voidstatement_setFetchDirection(FilterChain chain, StatementProxy statement, int direction) voidstatement_setFetchSize(FilterChain chain, StatementProxy statement, int rows) voidstatement_setMaxFieldSize(FilterChain chain, StatementProxy statement, int max) voidstatement_setMaxRows(FilterChain chain, StatementProxy statement, int max) voidstatement_setPoolable(FilterChain chain, StatementProxy statement, boolean poolable) voidstatement_setQueryTimeout(FilterChain chain, StatementProxy statement, int seconds) <T> Tunwrap(FilterChain chain, Wrapper wrapper, Class<T> iface) <T> T
-
构造器详细资料
-
FilterAdapter
public FilterAdapter()
-
-
方法详细资料
-
init
-
destroy
public void destroy() -
configFromProperties
- 指定者:
configFromProperties在接口中Filter
-
isWrapperFor
- 指定者:
isWrapperFor在接口中Filter- 指定者:
isWrapperFor在接口中Wrapper
-
unwrap
-
callableStatement_getArray
public Array callableStatement_getArray(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getArray在接口中Filter- 抛出:
SQLException
-
callableStatement_getArray
public Array callableStatement_getArray(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getArray在接口中Filter- 抛出:
SQLException
-
callableStatement_getBigDecimal
public BigDecimal callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getBigDecimal在接口中Filter- 抛出:
SQLException
-
callableStatement_getBigDecimal
public BigDecimal callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int scale) throws SQLException - 指定者:
callableStatement_getBigDecimal在接口中Filter- 抛出:
SQLException
-
callableStatement_getBigDecimal
public BigDecimal callableStatement_getBigDecimal(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getBigDecimal在接口中Filter- 抛出:
SQLException
-
callableStatement_getBlob
public Blob callableStatement_getBlob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getBlob在接口中Filter- 抛出:
SQLException
-
callableStatement_getBlob
public Blob callableStatement_getBlob(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getBlob在接口中Filter- 抛出:
SQLException
-
callableStatement_getBoolean
public boolean callableStatement_getBoolean(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getBoolean在接口中Filter- 抛出:
SQLException
-
callableStatement_getBoolean
public boolean callableStatement_getBoolean(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getBoolean在接口中Filter- 抛出:
SQLException
-
callableStatement_getByte
public byte callableStatement_getByte(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getByte在接口中Filter- 抛出:
SQLException
-
callableStatement_getByte
public byte callableStatement_getByte(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getByte在接口中Filter- 抛出:
SQLException
-
callableStatement_getBytes
public byte[] callableStatement_getBytes(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getBytes在接口中Filter- 抛出:
SQLException
-
callableStatement_getBytes
public byte[] callableStatement_getBytes(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getBytes在接口中Filter- 抛出:
SQLException
-
callableStatement_getCharacterStream
public Reader callableStatement_getCharacterStream(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getCharacterStream在接口中Filter- 抛出:
SQLException
-
callableStatement_getCharacterStream
public Reader callableStatement_getCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getCharacterStream在接口中Filter- 抛出:
SQLException
-
callableStatement_getClob
public Clob callableStatement_getClob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getClob在接口中Filter- 抛出:
SQLException
-
callableStatement_getClob
public Clob callableStatement_getClob(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getClob在接口中Filter- 抛出:
SQLException
-
callableStatement_getDate
public Date callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getDate在接口中Filter- 抛出:
SQLException
-
callableStatement_getDate
public Date callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException - 指定者:
callableStatement_getDate在接口中Filter- 抛出:
SQLException
-
callableStatement_getDate
public Date callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getDate在接口中Filter- 抛出:
SQLException
-
callableStatement_getDate
public Date callableStatement_getDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException - 指定者:
callableStatement_getDate在接口中Filter- 抛出:
SQLException
-
callableStatement_getDouble
public double callableStatement_getDouble(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getDouble在接口中Filter- 抛出:
SQLException
-
callableStatement_getDouble
public double callableStatement_getDouble(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getDouble在接口中Filter- 抛出:
SQLException
-
callableStatement_getFloat
public float callableStatement_getFloat(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getFloat在接口中Filter- 抛出:
SQLException
-
callableStatement_getFloat
public float callableStatement_getFloat(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getFloat在接口中Filter- 抛出:
SQLException
-
callableStatement_getInt
public int callableStatement_getInt(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getInt在接口中Filter- 抛出:
SQLException
-
callableStatement_getInt
public int callableStatement_getInt(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getInt在接口中Filter- 抛出:
SQLException
-
callableStatement_getLong
public long callableStatement_getLong(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getLong在接口中Filter- 抛出:
SQLException
-
callableStatement_getLong
public long callableStatement_getLong(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getLong在接口中Filter- 抛出:
SQLException
-
callableStatement_getNCharacterStream
public Reader callableStatement_getNCharacterStream(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getNCharacterStream在接口中Filter- 抛出:
SQLException
-
callableStatement_getNCharacterStream
public Reader callableStatement_getNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getNCharacterStream在接口中Filter- 抛出:
SQLException
-
callableStatement_getNClob
public NClob callableStatement_getNClob(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getNClob在接口中Filter- 抛出:
SQLException
-
callableStatement_getNClob
public NClob callableStatement_getNClob(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getNClob在接口中Filter- 抛出:
SQLException
-
callableStatement_getNString
public String callableStatement_getNString(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getNString在接口中Filter- 抛出:
SQLException
-
callableStatement_getNString
public String callableStatement_getNString(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getNString在接口中Filter- 抛出:
SQLException
-
callableStatement_getObject
public Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getObject在接口中Filter- 抛出:
SQLException
-
callableStatement_getObject
public Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Map<String, Class<?>> map) throws SQLException- 指定者:
callableStatement_getObject在接口中Filter- 抛出:
SQLException
-
callableStatement_getObject
public Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getObject在接口中Filter- 抛出:
SQLException
-
callableStatement_getObject
public Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Map<String, Class<?>> map) throws SQLException- 指定者:
callableStatement_getObject在接口中Filter- 抛出:
SQLException
-
callableStatement_getRef
public Ref callableStatement_getRef(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getRef在接口中Filter- 抛出:
SQLException
-
callableStatement_getRef
public Ref callableStatement_getRef(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getRef在接口中Filter- 抛出:
SQLException
-
callableStatement_getRowId
public RowId callableStatement_getRowId(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getRowId在接口中Filter- 抛出:
SQLException
-
callableStatement_getRowId
public RowId callableStatement_getRowId(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getRowId在接口中Filter- 抛出:
SQLException
-
callableStatement_getShort
public short callableStatement_getShort(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getShort在接口中Filter- 抛出:
SQLException
-
callableStatement_getShort
public short callableStatement_getShort(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getShort在接口中Filter- 抛出:
SQLException
-
callableStatement_getSQLXML
public SQLXML callableStatement_getSQLXML(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getSQLXML在接口中Filter- 抛出:
SQLException
-
callableStatement_getSQLXML
public SQLXML callableStatement_getSQLXML(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getSQLXML在接口中Filter- 抛出:
SQLException
-
callableStatement_getString
public String callableStatement_getString(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getString在接口中Filter- 抛出:
SQLException
-
callableStatement_getString
public String callableStatement_getString(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getString在接口中Filter- 抛出:
SQLException
-
callableStatement_getTime
public Time callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getTime在接口中Filter- 抛出:
SQLException
-
callableStatement_getTime
public Time callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException - 指定者:
callableStatement_getTime在接口中Filter- 抛出:
SQLException
-
callableStatement_getTime
public Time callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getTime在接口中Filter- 抛出:
SQLException
-
callableStatement_getTime
public Time callableStatement_getTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException - 指定者:
callableStatement_getTime在接口中Filter- 抛出:
SQLException
-
callableStatement_getTimestamp
public Timestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getTimestamp在接口中Filter- 抛出:
SQLException
-
callableStatement_getTimestamp
public Timestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException - 指定者:
callableStatement_getTimestamp在接口中Filter- 抛出:
SQLException
-
callableStatement_getTimestamp
public Timestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getTimestamp在接口中Filter- 抛出:
SQLException
-
callableStatement_getTimestamp
public Timestamp callableStatement_getTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException - 指定者:
callableStatement_getTimestamp在接口中Filter- 抛出:
SQLException
-
callableStatement_getURL
public URL callableStatement_getURL(FilterChain chain, CallableStatementProxy statement, int parameterIndex) throws SQLException - 指定者:
callableStatement_getURL在接口中Filter- 抛出:
SQLException
-
callableStatement_getURL
public URL callableStatement_getURL(FilterChain chain, CallableStatementProxy statement, String parameterName) throws SQLException - 指定者:
callableStatement_getURL在接口中Filter- 抛出:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType) throws SQLException - 指定者:
callableStatement_registerOutParameter在接口中Filter- 抛出:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType, int scale) throws SQLException - 指定者:
callableStatement_registerOutParameter在接口中Filter- 抛出:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, int parameterIndex, int sqlType, String typeName) throws SQLException - 指定者:
callableStatement_registerOutParameter在接口中Filter- 抛出:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType) throws SQLException - 指定者:
callableStatement_registerOutParameter在接口中Filter- 抛出:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, int scale) throws SQLException - 指定者:
callableStatement_registerOutParameter在接口中Filter- 抛出:
SQLException
-
callableStatement_registerOutParameter
public void callableStatement_registerOutParameter(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, String typeName) throws SQLException - 指定者:
callableStatement_registerOutParameter在接口中Filter- 抛出:
SQLException
-
callableStatement_setAsciiStream
public void callableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x) throws SQLException - 指定者:
callableStatement_setAsciiStream在接口中Filter- 抛出:
SQLException
-
callableStatement_setAsciiStream
public void callableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, int length) throws SQLException - 指定者:
callableStatement_setAsciiStream在接口中Filter- 抛出:
SQLException
-
callableStatement_setAsciiStream
public void callableStatement_setAsciiStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, long length) throws SQLException - 指定者:
callableStatement_setAsciiStream在接口中Filter- 抛出:
SQLException
-
callableStatement_setBigDecimal
public void callableStatement_setBigDecimal(FilterChain chain, CallableStatementProxy statement, String parameterName, BigDecimal x) throws SQLException - 指定者:
callableStatement_setBigDecimal在接口中Filter- 抛出:
SQLException
-
callableStatement_setBinaryStream
public void callableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x) throws SQLException - 指定者:
callableStatement_setBinaryStream在接口中Filter- 抛出:
SQLException
-
callableStatement_setBinaryStream
public void callableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, int length) throws SQLException - 指定者:
callableStatement_setBinaryStream在接口中Filter- 抛出:
SQLException
-
callableStatement_setBinaryStream
public void callableStatement_setBinaryStream(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream x, long length) throws SQLException - 指定者:
callableStatement_setBinaryStream在接口中Filter- 抛出:
SQLException
-
callableStatement_setBlob
public void callableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, Blob x) throws SQLException - 指定者:
callableStatement_setBlob在接口中Filter- 抛出:
SQLException
-
callableStatement_setBlob
public void callableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream inputStream) throws SQLException - 指定者:
callableStatement_setBlob在接口中Filter- 抛出:
SQLException
-
callableStatement_setBlob
public void callableStatement_setBlob(FilterChain chain, CallableStatementProxy statement, String parameterName, InputStream inputStream, long length) throws SQLException - 指定者:
callableStatement_setBlob在接口中Filter- 抛出:
SQLException
-
callableStatement_setBoolean
public void callableStatement_setBoolean(FilterChain chain, CallableStatementProxy statement, String parameterName, boolean x) throws SQLException - 指定者:
callableStatement_setBoolean在接口中Filter- 抛出:
SQLException
-
callableStatement_setByte
public void callableStatement_setByte(FilterChain chain, CallableStatementProxy statement, String parameterName, byte x) throws SQLException - 指定者:
callableStatement_setByte在接口中Filter- 抛出:
SQLException
-
callableStatement_setBytes
public void callableStatement_setBytes(FilterChain chain, CallableStatementProxy statement, String parameterName, byte[] x) throws SQLException - 指定者:
callableStatement_setBytes在接口中Filter- 抛出:
SQLException
-
callableStatement_setCharacterStream
public void callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException - 指定者:
callableStatement_setCharacterStream在接口中Filter- 抛出:
SQLException
-
callableStatement_setCharacterStream
public void callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, int length) throws SQLException - 指定者:
callableStatement_setCharacterStream在接口中Filter- 抛出:
SQLException
-
callableStatement_setCharacterStream
public void callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException - 指定者:
callableStatement_setCharacterStream在接口中Filter- 抛出:
SQLException
-
callableStatement_setClob
public void callableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Clob x) throws SQLException - 指定者:
callableStatement_setClob在接口中Filter- 抛出:
SQLException
-
callableStatement_setClob
public void callableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException - 指定者:
callableStatement_setClob在接口中Filter- 抛出:
SQLException
-
callableStatement_setClob
public void callableStatement_setClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException - 指定者:
callableStatement_setClob在接口中Filter- 抛出:
SQLException
-
callableStatement_setDate
public void callableStatement_setDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Date x) throws SQLException - 指定者:
callableStatement_setDate在接口中Filter- 抛出:
SQLException
-
callableStatement_setDate
public void callableStatement_setDate(FilterChain chain, CallableStatementProxy statement, String parameterName, Date x, Calendar cal) throws SQLException - 指定者:
callableStatement_setDate在接口中Filter- 抛出:
SQLException
-
callableStatement_setDouble
public void callableStatement_setDouble(FilterChain chain, CallableStatementProxy statement, String parameterName, double x) throws SQLException - 指定者:
callableStatement_setDouble在接口中Filter- 抛出:
SQLException
-
callableStatement_setFloat
public void callableStatement_setFloat(FilterChain chain, CallableStatementProxy statement, String parameterName, float x) throws SQLException - 指定者:
callableStatement_setFloat在接口中Filter- 抛出:
SQLException
-
callableStatement_setInt
public void callableStatement_setInt(FilterChain chain, CallableStatementProxy statement, String parameterName, int x) throws SQLException - 指定者:
callableStatement_setInt在接口中Filter- 抛出:
SQLException
-
callableStatement_setLong
public void callableStatement_setLong(FilterChain chain, CallableStatementProxy statement, String parameterName, long x) throws SQLException - 指定者:
callableStatement_setLong在接口中Filter- 抛出:
SQLException
-
callableStatement_setNCharacterStream
public void callableStatement_setNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader value) throws SQLException - 指定者:
callableStatement_setNCharacterStream在接口中Filter- 抛出:
SQLException
-
callableStatement_setNCharacterStream
public void callableStatement_setNCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader value, long length) throws SQLException - 指定者:
callableStatement_setNCharacterStream在接口中Filter- 抛出:
SQLException
-
callableStatement_setNClob
public void callableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, NClob value) throws SQLException - 指定者:
callableStatement_setNClob在接口中Filter- 抛出:
SQLException
-
callableStatement_setNClob
public void callableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException - 指定者:
callableStatement_setNClob在接口中Filter- 抛出:
SQLException
-
callableStatement_setNClob
public void callableStatement_setNClob(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException - 指定者:
callableStatement_setNClob在接口中Filter- 抛出:
SQLException
-
callableStatement_setNString
public void callableStatement_setNString(FilterChain chain, CallableStatementProxy statement, String parameterName, String value) throws SQLException - 指定者:
callableStatement_setNString在接口中Filter- 抛出:
SQLException
-
callableStatement_setNull
public void callableStatement_setNull(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType) throws SQLException - 指定者:
callableStatement_setNull在接口中Filter- 抛出:
SQLException
-
callableStatement_setNull
public void callableStatement_setNull(FilterChain chain, CallableStatementProxy statement, String parameterName, int sqlType, String typeName) throws SQLException - 指定者:
callableStatement_setNull在接口中Filter- 抛出:
SQLException
-
callableStatement_setObject
public void callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x) throws SQLException - 指定者:
callableStatement_setObject在接口中Filter- 抛出:
SQLException
-
callableStatement_setObject
public void callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType) throws SQLException - 指定者:
callableStatement_setObject在接口中Filter- 抛出:
SQLException
-
callableStatement_setObject
public void callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType, int scale) throws SQLException - 指定者:
callableStatement_setObject在接口中Filter- 抛出:
SQLException
-
callableStatement_setRowId
public void callableStatement_setRowId(FilterChain chain, CallableStatementProxy statement, String parameterName, RowId x) throws SQLException - 指定者:
callableStatement_setRowId在接口中Filter- 抛出:
SQLException
-
callableStatement_setShort
public void callableStatement_setShort(FilterChain chain, CallableStatementProxy statement, String parameterName, short x) throws SQLException - 指定者:
callableStatement_setShort在接口中Filter- 抛出:
SQLException
-
callableStatement_setSQLXML
public void callableStatement_setSQLXML(FilterChain chain, CallableStatementProxy statement, String parameterName, SQLXML xmlObject) throws SQLException - 指定者:
callableStatement_setSQLXML在接口中Filter- 抛出:
SQLException
-
callableStatement_setString
public void callableStatement_setString(FilterChain chain, CallableStatementProxy statement, String parameterName, String x) throws SQLException - 指定者:
callableStatement_setString在接口中Filter- 抛出:
SQLException
-
callableStatement_setTime
public void callableStatement_setTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Time x) throws SQLException - 指定者:
callableStatement_setTime在接口中Filter- 抛出:
SQLException
-
callableStatement_setTime
public void callableStatement_setTime(FilterChain chain, CallableStatementProxy statement, String parameterName, Time x, Calendar cal) throws SQLException - 指定者:
callableStatement_setTime在接口中Filter- 抛出:
SQLException
-
callableStatement_setTimestamp
public void callableStatement_setTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Timestamp x) throws SQLException - 指定者:
callableStatement_setTimestamp在接口中Filter- 抛出:
SQLException
-
callableStatement_setTimestamp
public void callableStatement_setTimestamp(FilterChain chain, CallableStatementProxy statement, String parameterName, Timestamp x, Calendar cal) throws SQLException - 指定者:
callableStatement_setTimestamp在接口中Filter- 抛出:
SQLException
-
callableStatement_setURL
public void callableStatement_setURL(FilterChain chain, CallableStatementProxy statement, String parameterName, URL val) throws SQLException - 指定者:
callableStatement_setURL在接口中Filter- 抛出:
SQLException
-
callableStatement_wasNull
public boolean callableStatement_wasNull(FilterChain chain, CallableStatementProxy statement) throws SQLException - 指定者:
callableStatement_wasNull在接口中Filter- 抛出:
SQLException
-
connection_clearWarnings
public void connection_clearWarnings(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_clearWarnings在接口中Filter- 抛出:
SQLException
-
connection_close
- 指定者:
connection_close在接口中Filter- 抛出:
SQLException
-
connection_commit
- 指定者:
connection_commit在接口中Filter- 抛出:
SQLException
-
connection_connect
- 指定者:
connection_connect在接口中Filter- 抛出:
SQLException
-
connection_createArrayOf
public Array connection_createArrayOf(FilterChain chain, ConnectionProxy connection, String typeName, Object[] elements) throws SQLException - 指定者:
connection_createArrayOf在接口中Filter- 抛出:
SQLException
-
connection_createBlob
public Blob connection_createBlob(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_createBlob在接口中Filter- 抛出:
SQLException
-
connection_createClob
public Clob connection_createClob(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_createClob在接口中Filter- 抛出:
SQLException
-
connection_createNClob
public NClob connection_createNClob(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_createNClob在接口中Filter- 抛出:
SQLException
-
connection_createSQLXML
public SQLXML connection_createSQLXML(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_createSQLXML在接口中Filter- 抛出:
SQLException
-
connection_createStatement
public StatementProxy connection_createStatement(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_createStatement在接口中Filter- 抛出:
SQLException
-
connection_createStatement
public StatementProxy connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency) throws SQLException - 指定者:
connection_createStatement在接口中Filter- 抛出:
SQLException
-
connection_createStatement
public StatementProxy connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException - 指定者:
connection_createStatement在接口中Filter- 抛出:
SQLException
-
connection_createStruct
public Struct connection_createStruct(FilterChain chain, ConnectionProxy connection, String typeName, Object[] attributes) throws SQLException - 指定者:
connection_createStruct在接口中Filter- 抛出:
SQLException
-
connection_getAutoCommit
public boolean connection_getAutoCommit(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_getAutoCommit在接口中Filter- 抛出:
SQLException
-
connection_getCatalog
public String connection_getCatalog(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_getCatalog在接口中Filter- 抛出:
SQLException
-
connection_getClientInfo
public Properties connection_getClientInfo(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_getClientInfo在接口中Filter- 抛出:
SQLException
-
connection_getClientInfo
public String connection_getClientInfo(FilterChain chain, ConnectionProxy connection, String name) throws SQLException - 指定者:
connection_getClientInfo在接口中Filter- 抛出:
SQLException
-
connection_getHoldability
public int connection_getHoldability(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_getHoldability在接口中Filter- 抛出:
SQLException
-
connection_getMetaData
public DatabaseMetaData connection_getMetaData(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_getMetaData在接口中Filter- 抛出:
SQLException
-
connection_getTransactionIsolation
public int connection_getTransactionIsolation(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_getTransactionIsolation在接口中Filter- 抛出:
SQLException
-
connection_getTypeMap
public Map<String,Class<?>> connection_getTypeMap(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_getTypeMap在接口中Filter- 抛出:
SQLException
-
connection_getWarnings
public SQLWarning connection_getWarnings(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_getWarnings在接口中Filter- 抛出:
SQLException
-
connection_isClosed
public boolean connection_isClosed(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_isClosed在接口中Filter- 抛出:
SQLException
-
connection_isReadOnly
public boolean connection_isReadOnly(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_isReadOnly在接口中Filter- 抛出:
SQLException
-
connection_isValid
public boolean connection_isValid(FilterChain chain, ConnectionProxy connection, int timeout) throws SQLException - 指定者:
connection_isValid在接口中Filter- 抛出:
SQLException
-
connection_nativeSQL
public String connection_nativeSQL(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException - 指定者:
connection_nativeSQL在接口中Filter- 抛出:
SQLException
-
connection_prepareCall
public CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException - 指定者:
connection_prepareCall在接口中Filter- 抛出:
SQLException
-
connection_prepareCall
public CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException - 指定者:
connection_prepareCall在接口中Filter- 抛出:
SQLException
-
connection_prepareCall
public CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException - 指定者:
connection_prepareCall在接口中Filter- 抛出:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException - 指定者:
connection_prepareStatement在接口中Filter- 抛出:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys) throws SQLException - 指定者:
connection_prepareStatement在接口中Filter- 抛出:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException - 指定者:
connection_prepareStatement在接口中Filter- 抛出:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException - 指定者:
connection_prepareStatement在接口中Filter- 抛出:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes) throws SQLException - 指定者:
connection_prepareStatement在接口中Filter- 抛出:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames) throws SQLException - 指定者:
connection_prepareStatement在接口中Filter- 抛出:
SQLException
-
connection_releaseSavepoint
public void connection_releaseSavepoint(FilterChain chain, ConnectionProxy connection, Savepoint savepoint) throws SQLException - 指定者:
connection_releaseSavepoint在接口中Filter- 抛出:
SQLException
-
connection_rollback
- 指定者:
connection_rollback在接口中Filter- 抛出:
SQLException
-
connection_rollback
public void connection_rollback(FilterChain chain, ConnectionProxy connection, Savepoint savepoint) throws SQLException - 指定者:
connection_rollback在接口中Filter- 抛出:
SQLException
-
connection_setAutoCommit
public void connection_setAutoCommit(FilterChain chain, ConnectionProxy connection, boolean autoCommit) throws SQLException - 指定者:
connection_setAutoCommit在接口中Filter- 抛出:
SQLException
-
connection_setCatalog
public void connection_setCatalog(FilterChain chain, ConnectionProxy connection, String catalog) throws SQLException - 指定者:
connection_setCatalog在接口中Filter- 抛出:
SQLException
-
connection_setClientInfo
public void connection_setClientInfo(FilterChain chain, ConnectionProxy connection, Properties properties) throws SQLClientInfoException - 指定者:
connection_setClientInfo在接口中Filter- 抛出:
SQLClientInfoException
-
connection_setClientInfo
public void connection_setClientInfo(FilterChain chain, ConnectionProxy connection, String name, String value) throws SQLClientInfoException - 指定者:
connection_setClientInfo在接口中Filter- 抛出:
SQLClientInfoException
-
connection_setHoldability
public void connection_setHoldability(FilterChain chain, ConnectionProxy connection, int holdability) throws SQLException - 指定者:
connection_setHoldability在接口中Filter- 抛出:
SQLException
-
connection_setReadOnly
public void connection_setReadOnly(FilterChain chain, ConnectionProxy connection, boolean readOnly) throws SQLException - 指定者:
connection_setReadOnly在接口中Filter- 抛出:
SQLException
-
connection_setSavepoint
public Savepoint connection_setSavepoint(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_setSavepoint在接口中Filter- 抛出:
SQLException
-
connection_setSavepoint
public Savepoint connection_setSavepoint(FilterChain chain, ConnectionProxy connection, String name) throws SQLException - 指定者:
connection_setSavepoint在接口中Filter- 抛出:
SQLException
-
connection_setTransactionIsolation
public void connection_setTransactionIsolation(FilterChain chain, ConnectionProxy connection, int level) throws SQLException - 指定者:
connection_setTransactionIsolation在接口中Filter- 抛出:
SQLException
-
connection_setTypeMap
public void connection_setTypeMap(FilterChain chain, ConnectionProxy connection, Map<String, Class<?>> map) throws SQLException- 指定者:
connection_setTypeMap在接口中Filter- 抛出:
SQLException
-
connection_getSchema
public String connection_getSchema(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_getSchema在接口中Filter- 抛出:
SQLException
-
connection_setSchema
public void connection_setSchema(FilterChain chain, ConnectionProxy connection, String schema) throws SQLException - 指定者:
connection_setSchema在接口中Filter- 抛出:
SQLException
-
connection_abort
public void connection_abort(FilterChain chain, ConnectionProxy connection, Executor executor) throws SQLException - 指定者:
connection_abort在接口中Filter- 抛出:
SQLException
-
connection_setNetworkTimeout
public void connection_setNetworkTimeout(FilterChain chain, ConnectionProxy connection, Executor executor, int milliseconds) throws SQLException - 指定者:
connection_setNetworkTimeout在接口中Filter- 抛出:
SQLException
-
connection_getNetworkTimeout
public int connection_getNetworkTimeout(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_getNetworkTimeout在接口中Filter- 抛出:
SQLException
-
isWrapperFor
- 指定者:
isWrapperFor在接口中Filter- 抛出:
SQLException
-
preparedStatement_addBatch
public void preparedStatement_addBatch(FilterChain chain, PreparedStatementProxy statement) throws SQLException - 指定者:
preparedStatement_addBatch在接口中Filter- 抛出:
SQLException
-
preparedStatement_clearParameters
public void preparedStatement_clearParameters(FilterChain chain, PreparedStatementProxy statement) throws SQLException - 指定者:
preparedStatement_clearParameters在接口中Filter- 抛出:
SQLException
-
preparedStatement_execute
public boolean preparedStatement_execute(FilterChain chain, PreparedStatementProxy statement) throws SQLException - 指定者:
preparedStatement_execute在接口中Filter- 抛出:
SQLException
-
preparedStatement_executeQuery
public ResultSetProxy preparedStatement_executeQuery(FilterChain chain, PreparedStatementProxy statement) throws SQLException - 指定者:
preparedStatement_executeQuery在接口中Filter- 抛出:
SQLException
-
preparedStatement_executeUpdate
public int preparedStatement_executeUpdate(FilterChain chain, PreparedStatementProxy statement) throws SQLException - 指定者:
preparedStatement_executeUpdate在接口中Filter- 抛出:
SQLException
-
preparedStatement_getMetaData
public ResultSetMetaData preparedStatement_getMetaData(FilterChain chain, PreparedStatementProxy statement) throws SQLException - 指定者:
preparedStatement_getMetaData在接口中Filter- 抛出:
SQLException
-
preparedStatement_getParameterMetaData
public ParameterMetaData preparedStatement_getParameterMetaData(FilterChain chain, PreparedStatementProxy statement) throws SQLException - 指定者:
preparedStatement_getParameterMetaData在接口中Filter- 抛出:
SQLException
-
preparedStatement_setArray
public void preparedStatement_setArray(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Array x) throws SQLException - 指定者:
preparedStatement_setArray在接口中Filter- 抛出:
SQLException
-
preparedStatement_setAsciiStream
public void preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x) throws SQLException - 指定者:
preparedStatement_setAsciiStream在接口中Filter- 抛出:
SQLException
-
preparedStatement_setAsciiStream
public void preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException - 指定者:
preparedStatement_setAsciiStream在接口中Filter- 抛出:
SQLException
-
preparedStatement_setAsciiStream
public void preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) throws SQLException - 指定者:
preparedStatement_setAsciiStream在接口中Filter- 抛出:
SQLException
-
preparedStatement_setBigDecimal
public void preparedStatement_setBigDecimal(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, BigDecimal x) throws SQLException - 指定者:
preparedStatement_setBigDecimal在接口中Filter- 抛出:
SQLException
-
preparedStatement_setBinaryStream
public void preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x) throws SQLException - 指定者:
preparedStatement_setBinaryStream在接口中Filter- 抛出:
SQLException
-
preparedStatement_setBinaryStream
public void preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException - 指定者:
preparedStatement_setBinaryStream在接口中Filter- 抛出:
SQLException
-
preparedStatement_setBinaryStream
public void preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) throws SQLException - 指定者:
preparedStatement_setBinaryStream在接口中Filter- 抛出:
SQLException
-
preparedStatement_setBlob
public void preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Blob x) throws SQLException - 指定者:
preparedStatement_setBlob在接口中Filter- 抛出:
SQLException
-
preparedStatement_setBlob
public void preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream) throws SQLException - 指定者:
preparedStatement_setBlob在接口中Filter- 抛出:
SQLException
-
preparedStatement_setBlob
public void preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream, long length) throws SQLException - 指定者:
preparedStatement_setBlob在接口中Filter- 抛出:
SQLException
-
preparedStatement_setBoolean
public void preparedStatement_setBoolean(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, boolean x) throws SQLException - 指定者:
preparedStatement_setBoolean在接口中Filter- 抛出:
SQLException
-
preparedStatement_setByte
public void preparedStatement_setByte(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte x) throws SQLException - 指定者:
preparedStatement_setByte在接口中Filter- 抛出:
SQLException
-
preparedStatement_setBytes
public void preparedStatement_setBytes(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte[] x) throws SQLException - 指定者:
preparedStatement_setBytes在接口中Filter- 抛出:
SQLException
-
preparedStatement_setCharacterStream
public void preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException - 指定者:
preparedStatement_setCharacterStream在接口中Filter- 抛出:
SQLException
-
preparedStatement_setCharacterStream
public void preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, int length) throws SQLException - 指定者:
preparedStatement_setCharacterStream在接口中Filter- 抛出:
SQLException
-
preparedStatement_setCharacterStream
public void preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException - 指定者:
preparedStatement_setCharacterStream在接口中Filter- 抛出:
SQLException
-
preparedStatement_setClob
public void preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Clob x) throws SQLException - 指定者:
preparedStatement_setClob在接口中Filter- 抛出:
SQLException
-
preparedStatement_setClob
public void preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException - 指定者:
preparedStatement_setClob在接口中Filter- 抛出:
SQLException
-
preparedStatement_setClob
public void preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException - 指定者:
preparedStatement_setClob在接口中Filter- 抛出:
SQLException
-
preparedStatement_setDate
public void preparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x) throws SQLException - 指定者:
preparedStatement_setDate在接口中Filter- 抛出:
SQLException
-
preparedStatement_setDate
public void preparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x, Calendar cal) throws SQLException - 指定者:
preparedStatement_setDate在接口中Filter- 抛出:
SQLException
-
preparedStatement_setDouble
public void preparedStatement_setDouble(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, double x) throws SQLException - 指定者:
preparedStatement_setDouble在接口中Filter- 抛出:
SQLException
-
preparedStatement_setFloat
public void preparedStatement_setFloat(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, float x) throws SQLException - 指定者:
preparedStatement_setFloat在接口中Filter- 抛出:
SQLException
-
preparedStatement_setInt
public void preparedStatement_setInt(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int x) throws SQLException - 指定者:
preparedStatement_setInt在接口中Filter- 抛出:
SQLException
-
preparedStatement_setLong
public void preparedStatement_setLong(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, long x) throws SQLException - 指定者:
preparedStatement_setLong在接口中Filter- 抛出:
SQLException
-
preparedStatement_setNCharacterStream
public void preparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value) throws SQLException - 指定者:
preparedStatement_setNCharacterStream在接口中Filter- 抛出:
SQLException
-
preparedStatement_setNCharacterStream
public void preparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value, long length) throws SQLException - 指定者:
preparedStatement_setNCharacterStream在接口中Filter- 抛出:
SQLException
-
preparedStatement_setNClob
public void preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, NClob value) throws SQLException - 指定者:
preparedStatement_setNClob在接口中Filter- 抛出:
SQLException
-
preparedStatement_setNClob
public void preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException - 指定者:
preparedStatement_setNClob在接口中Filter- 抛出:
SQLException
-
preparedStatement_setNClob
public void preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException - 指定者:
preparedStatement_setNClob在接口中Filter- 抛出:
SQLException
-
preparedStatement_setNString
public void preparedStatement_setNString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String value) throws SQLException - 指定者:
preparedStatement_setNString在接口中Filter- 抛出:
SQLException
-
preparedStatement_setNull
public void preparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType) throws SQLException - 指定者:
preparedStatement_setNull在接口中Filter- 抛出:
SQLException
-
preparedStatement_setNull
public void preparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType, String typeName) throws SQLException - 指定者:
preparedStatement_setNull在接口中Filter- 抛出:
SQLException
-
preparedStatement_setObject
public void preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x) throws SQLException - 指定者:
preparedStatement_setObject在接口中Filter- 抛出:
SQLException
-
preparedStatement_setObject
public void preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType) throws SQLException - 指定者:
preparedStatement_setObject在接口中Filter- 抛出:
SQLException
-
preparedStatement_setObject
public void preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException - 指定者:
preparedStatement_setObject在接口中Filter- 抛出:
SQLException
-
preparedStatement_setRef
public void preparedStatement_setRef(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Ref x) throws SQLException - 指定者:
preparedStatement_setRef在接口中Filter- 抛出:
SQLException
-
preparedStatement_setRowId
public void preparedStatement_setRowId(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, RowId x) throws SQLException - 指定者:
preparedStatement_setRowId在接口中Filter- 抛出:
SQLException
-
preparedStatement_setShort
public void preparedStatement_setShort(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, short x) throws SQLException - 指定者:
preparedStatement_setShort在接口中Filter- 抛出:
SQLException
-
preparedStatement_setSQLXML
public void preparedStatement_setSQLXML(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, SQLXML xmlObject) throws SQLException - 指定者:
preparedStatement_setSQLXML在接口中Filter- 抛出:
SQLException
-
preparedStatement_setString
public void preparedStatement_setString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String x) throws SQLException - 指定者:
preparedStatement_setString在接口中Filter- 抛出:
SQLException
-
preparedStatement_setTime
public void preparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x) throws SQLException - 指定者:
preparedStatement_setTime在接口中Filter- 抛出:
SQLException
-
preparedStatement_setTime
public void preparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x, Calendar cal) throws SQLException - 指定者:
preparedStatement_setTime在接口中Filter- 抛出:
SQLException
-
preparedStatement_setTimestamp
public void preparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x) throws SQLException - 指定者:
preparedStatement_setTimestamp在接口中Filter- 抛出:
SQLException
-
preparedStatement_setTimestamp
public void preparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x, Calendar cal) throws SQLException - 指定者:
preparedStatement_setTimestamp在接口中Filter- 抛出:
SQLException
-
preparedStatement_setUnicodeStream
public void preparedStatement_setUnicodeStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException - 指定者:
preparedStatement_setUnicodeStream在接口中Filter- 抛出:
SQLException
-
preparedStatement_setURL
public void preparedStatement_setURL(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, URL x) throws SQLException - 指定者:
preparedStatement_setURL在接口中Filter- 抛出:
SQLException
-
resultSet_absolute
public boolean resultSet_absolute(FilterChain chain, ResultSetProxy result, int row) throws SQLException - 指定者:
resultSet_absolute在接口中Filter- 抛出:
SQLException
-
resultSet_afterLast
- 指定者:
resultSet_afterLast在接口中Filter- 抛出:
SQLException
-
resultSet_beforeFirst
- 指定者:
resultSet_beforeFirst在接口中Filter- 抛出:
SQLException
-
resultSet_cancelRowUpdates
public void resultSet_cancelRowUpdates(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_cancelRowUpdates在接口中Filter- 抛出:
SQLException
-
resultSet_clearWarnings
public void resultSet_clearWarnings(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_clearWarnings在接口中Filter- 抛出:
SQLException
-
resultSet_close
- 指定者:
resultSet_close在接口中Filter- 抛出:
SQLException
-
resultSet_deleteRow
- 指定者:
resultSet_deleteRow在接口中Filter- 抛出:
SQLException
-
resultSet_findColumn
public int resultSet_findColumn(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_findColumn在接口中Filter- 抛出:
SQLException
-
resultSet_first
- 指定者:
resultSet_first在接口中Filter- 抛出:
SQLException
-
resultSet_getArray
public Array resultSet_getArray(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getArray在接口中Filter- 抛出:
SQLException
-
resultSet_getArray
public Array resultSet_getArray(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getArray在接口中Filter- 抛出:
SQLException
-
resultSet_getAsciiStream
public InputStream resultSet_getAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getAsciiStream在接口中Filter- 抛出:
SQLException
-
resultSet_getAsciiStream
public InputStream resultSet_getAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getAsciiStream在接口中Filter- 抛出:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getBigDecimal在接口中Filter- 抛出:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, int columnIndex, int scale) throws SQLException - 指定者:
resultSet_getBigDecimal在接口中Filter- 抛出:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getBigDecimal在接口中Filter- 抛出:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy result, String columnLabel, int scale) throws SQLException - 指定者:
resultSet_getBigDecimal在接口中Filter- 抛出:
SQLException
-
resultSet_getBinaryStream
public InputStream resultSet_getBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getBinaryStream在接口中Filter- 抛出:
SQLException
-
resultSet_getBinaryStream
public InputStream resultSet_getBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getBinaryStream在接口中Filter- 抛出:
SQLException
-
resultSet_getBlob
public Blob resultSet_getBlob(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getBlob在接口中Filter- 抛出:
SQLException
-
resultSet_getBlob
public Blob resultSet_getBlob(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getBlob在接口中Filter- 抛出:
SQLException
-
resultSet_getBoolean
public boolean resultSet_getBoolean(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getBoolean在接口中Filter- 抛出:
SQLException
-
resultSet_getBoolean
public boolean resultSet_getBoolean(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getBoolean在接口中Filter- 抛出:
SQLException
-
resultSet_getByte
public byte resultSet_getByte(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getByte在接口中Filter- 抛出:
SQLException
-
resultSet_getByte
public byte resultSet_getByte(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getByte在接口中Filter- 抛出:
SQLException
-
resultSet_getBytes
public byte[] resultSet_getBytes(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getBytes在接口中Filter- 抛出:
SQLException
-
resultSet_getBytes
public byte[] resultSet_getBytes(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getBytes在接口中Filter- 抛出:
SQLException
-
resultSet_getCharacterStream
public Reader resultSet_getCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_getCharacterStream
public Reader resultSet_getCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_getClob
public Clob resultSet_getClob(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getClob在接口中Filter- 抛出:
SQLException
-
resultSet_getClob
public Clob resultSet_getClob(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getClob在接口中Filter- 抛出:
SQLException
-
resultSet_getConcurrency
public int resultSet_getConcurrency(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_getConcurrency在接口中Filter- 抛出:
SQLException
-
resultSet_getCursorName
public String resultSet_getCursorName(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_getCursorName在接口中Filter- 抛出:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getDate在接口中Filter- 抛出:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(FilterChain chain, ResultSetProxy result, int columnIndex, Calendar cal) throws SQLException - 指定者:
resultSet_getDate在接口中Filter- 抛出:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getDate在接口中Filter- 抛出:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(FilterChain chain, ResultSetProxy result, String columnLabel, Calendar cal) throws SQLException - 指定者:
resultSet_getDate在接口中Filter- 抛出:
SQLException
-
resultSet_getDouble
public double resultSet_getDouble(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getDouble在接口中Filter- 抛出:
SQLException
-
resultSet_getDouble
public double resultSet_getDouble(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getDouble在接口中Filter- 抛出:
SQLException
-
resultSet_getFetchDirection
public int resultSet_getFetchDirection(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_getFetchDirection在接口中Filter- 抛出:
SQLException
-
resultSet_getFetchSize
- 指定者:
resultSet_getFetchSize在接口中Filter- 抛出:
SQLException
-
resultSet_getFloat
public float resultSet_getFloat(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getFloat在接口中Filter- 抛出:
SQLException
-
resultSet_getFloat
public float resultSet_getFloat(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getFloat在接口中Filter- 抛出:
SQLException
-
resultSet_getHoldability
public int resultSet_getHoldability(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_getHoldability在接口中Filter- 抛出:
SQLException
-
resultSet_getInt
public int resultSet_getInt(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getInt在接口中Filter- 抛出:
SQLException
-
resultSet_getInt
public int resultSet_getInt(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getInt在接口中Filter- 抛出:
SQLException
-
resultSet_getLong
public long resultSet_getLong(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getLong在接口中Filter- 抛出:
SQLException
-
resultSet_getLong
public long resultSet_getLong(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getLong在接口中Filter- 抛出:
SQLException
-
resultSet_getMetaData
public ResultSetMetaData resultSet_getMetaData(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_getMetaData在接口中Filter- 抛出:
SQLException
-
resultSet_getNCharacterStream
public Reader resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getNCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_getNCharacterStream
public Reader resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getNCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_getNClob
public NClob resultSet_getNClob(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getNClob在接口中Filter- 抛出:
SQLException
-
resultSet_getNClob
public NClob resultSet_getNClob(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getNClob在接口中Filter- 抛出:
SQLException
-
resultSet_getNString
public String resultSet_getNString(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getNString在接口中Filter- 抛出:
SQLException
-
resultSet_getNString
public String resultSet_getNString(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getNString在接口中Filter- 抛出:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getObject在接口中Filter- 抛出:
SQLException
-
resultSet_getObject
public <T> T resultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex, Class<T> type) throws SQLException - 指定者:
resultSet_getObject在接口中Filter- 抛出:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex, Map<String, Class<?>> map) throws SQLException- 指定者:
resultSet_getObject在接口中Filter- 抛出:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getObject在接口中Filter- 抛出:
SQLException
-
resultSet_getObject
public <T> T resultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel, Class<T> type) throws SQLException - 指定者:
resultSet_getObject在接口中Filter- 抛出:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel, Map<String, Class<?>> map) throws SQLException- 指定者:
resultSet_getObject在接口中Filter- 抛出:
SQLException
-
resultSet_getRef
public Ref resultSet_getRef(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getRef在接口中Filter- 抛出:
SQLException
-
resultSet_getRef
public Ref resultSet_getRef(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getRef在接口中Filter- 抛出:
SQLException
-
resultSet_getRow
- 指定者:
resultSet_getRow在接口中Filter- 抛出:
SQLException
-
resultSet_getRowId
public RowId resultSet_getRowId(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getRowId在接口中Filter- 抛出:
SQLException
-
resultSet_getRowId
public RowId resultSet_getRowId(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getRowId在接口中Filter- 抛出:
SQLException
-
resultSet_getShort
public short resultSet_getShort(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getShort在接口中Filter- 抛出:
SQLException
-
resultSet_getShort
public short resultSet_getShort(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getShort在接口中Filter- 抛出:
SQLException
-
resultSet_getSQLXML
public SQLXML resultSet_getSQLXML(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getSQLXML在接口中Filter- 抛出:
SQLException
-
resultSet_getSQLXML
public SQLXML resultSet_getSQLXML(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getSQLXML在接口中Filter- 抛出:
SQLException
-
resultSet_getStatement
public Statement resultSet_getStatement(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_getStatement在接口中Filter- 抛出:
SQLException
-
resultSet_getString
public String resultSet_getString(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getString在接口中Filter- 抛出:
SQLException
-
resultSet_getString
public String resultSet_getString(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getString在接口中Filter- 抛出:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getTime在接口中Filter- 抛出:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(FilterChain chain, ResultSetProxy result, int columnIndex, Calendar cal) throws SQLException - 指定者:
resultSet_getTime在接口中Filter- 抛出:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getTime在接口中Filter- 抛出:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(FilterChain chain, ResultSetProxy result, String columnLabel, Calendar cal) throws SQLException - 指定者:
resultSet_getTime在接口中Filter- 抛出:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getTimestamp在接口中Filter- 抛出:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, int columnIndex, Calendar cal) throws SQLException - 指定者:
resultSet_getTimestamp在接口中Filter- 抛出:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getTimestamp在接口中Filter- 抛出:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy result, String columnLabel, Calendar cal) throws SQLException - 指定者:
resultSet_getTimestamp在接口中Filter- 抛出:
SQLException
-
resultSet_getType
- 指定者:
resultSet_getType在接口中Filter- 抛出:
SQLException
-
resultSet_getUnicodeStream
public InputStream resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getUnicodeStream在接口中Filter- 抛出:
SQLException
-
resultSet_getUnicodeStream
public InputStream resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getUnicodeStream在接口中Filter- 抛出:
SQLException
-
resultSet_getURL
public URL resultSet_getURL(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_getURL在接口中Filter- 抛出:
SQLException
-
resultSet_getURL
public URL resultSet_getURL(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_getURL在接口中Filter- 抛出:
SQLException
-
resultSet_getWarnings
public SQLWarning resultSet_getWarnings(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_getWarnings在接口中Filter- 抛出:
SQLException
-
resultSet_insertRow
- 指定者:
resultSet_insertRow在接口中Filter- 抛出:
SQLException
-
resultSet_isAfterLast
public boolean resultSet_isAfterLast(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_isAfterLast在接口中Filter- 抛出:
SQLException
-
resultSet_isBeforeFirst
public boolean resultSet_isBeforeFirst(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_isBeforeFirst在接口中Filter- 抛出:
SQLException
-
resultSet_isClosed
- 指定者:
resultSet_isClosed在接口中Filter- 抛出:
SQLException
-
resultSet_isFirst
- 指定者:
resultSet_isFirst在接口中Filter- 抛出:
SQLException
-
resultSet_isLast
- 指定者:
resultSet_isLast在接口中Filter- 抛出:
SQLException
-
resultSet_last
- 指定者:
resultSet_last在接口中Filter- 抛出:
SQLException
-
resultSet_moveToCurrentRow
public void resultSet_moveToCurrentRow(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_moveToCurrentRow在接口中Filter- 抛出:
SQLException
-
resultSet_moveToInsertRow
public void resultSet_moveToInsertRow(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_moveToInsertRow在接口中Filter- 抛出:
SQLException
-
resultSet_next
- 指定者:
resultSet_next在接口中Filter- 抛出:
SQLException
-
resultSet_previous
- 指定者:
resultSet_previous在接口中Filter- 抛出:
SQLException
-
resultSet_refreshRow
- 指定者:
resultSet_refreshRow在接口中Filter- 抛出:
SQLException
-
resultSet_relative
public boolean resultSet_relative(FilterChain chain, ResultSetProxy result, int rows) throws SQLException - 指定者:
resultSet_relative在接口中Filter- 抛出:
SQLException
-
resultSet_rowDeleted
public boolean resultSet_rowDeleted(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_rowDeleted在接口中Filter- 抛出:
SQLException
-
resultSet_rowInserted
public boolean resultSet_rowInserted(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_rowInserted在接口中Filter- 抛出:
SQLException
-
resultSet_rowUpdated
public boolean resultSet_rowUpdated(FilterChain chain, ResultSetProxy resultSet) throws SQLException - 指定者:
resultSet_rowUpdated在接口中Filter- 抛出:
SQLException
-
resultSet_setFetchDirection
public void resultSet_setFetchDirection(FilterChain chain, ResultSetProxy result, int direction) throws SQLException - 指定者:
resultSet_setFetchDirection在接口中Filter- 抛出:
SQLException
-
resultSet_setFetchSize
public void resultSet_setFetchSize(FilterChain chain, ResultSetProxy result, int rows) throws SQLException - 指定者:
resultSet_setFetchSize在接口中Filter- 抛出:
SQLException
-
resultSet_updateArray
public void resultSet_updateArray(FilterChain chain, ResultSetProxy result, int columnIndex, Array x) throws SQLException - 指定者:
resultSet_updateArray在接口中Filter- 抛出:
SQLException
-
resultSet_updateArray
public void resultSet_updateArray(FilterChain chain, ResultSetProxy result, String columnLabel, Array x) throws SQLException - 指定者:
resultSet_updateArray在接口中Filter- 抛出:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x) throws SQLException - 指定者:
resultSet_updateAsciiStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, int length) throws SQLException - 指定者:
resultSet_updateAsciiStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, long length) throws SQLException - 指定者:
resultSet_updateAsciiStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x) throws SQLException - 指定者:
resultSet_updateAsciiStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, int length) throws SQLException - 指定者:
resultSet_updateAsciiStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, long length) throws SQLException - 指定者:
resultSet_updateAsciiStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateBigDecimal
public void resultSet_updateBigDecimal(FilterChain chain, ResultSetProxy result, int columnIndex, BigDecimal x) throws SQLException - 指定者:
resultSet_updateBigDecimal在接口中Filter- 抛出:
SQLException
-
resultSet_updateBigDecimal
public void resultSet_updateBigDecimal(FilterChain chain, ResultSetProxy result, String columnLabel, BigDecimal x) throws SQLException - 指定者:
resultSet_updateBigDecimal在接口中Filter- 抛出:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x) throws SQLException - 指定者:
resultSet_updateBinaryStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, int length) throws SQLException - 指定者:
resultSet_updateBinaryStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream x, long length) throws SQLException - 指定者:
resultSet_updateBinaryStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x) throws SQLException - 指定者:
resultSet_updateBinaryStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, int length) throws SQLException - 指定者:
resultSet_updateBinaryStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream x, long length) throws SQLException - 指定者:
resultSet_updateBinaryStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream inputStream) throws SQLException - 指定者:
resultSet_updateBlob在接口中Filter- 抛出:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy result, int columnIndex, InputStream inputStream, long length) throws SQLException - 指定者:
resultSet_updateBlob在接口中Filter- 抛出:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy result, int columnIndex, Blob x) throws SQLException - 指定者:
resultSet_updateBlob在接口中Filter- 抛出:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream inputStream) throws SQLException - 指定者:
resultSet_updateBlob在接口中Filter- 抛出:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy result, String columnLabel, InputStream inputStream, long length) throws SQLException - 指定者:
resultSet_updateBlob在接口中Filter- 抛出:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy result, String columnLabel, Blob x) throws SQLException - 指定者:
resultSet_updateBlob在接口中Filter- 抛出:
SQLException
-
resultSet_updateBoolean
public void resultSet_updateBoolean(FilterChain chain, ResultSetProxy result, int columnIndex, boolean x) throws SQLException - 指定者:
resultSet_updateBoolean在接口中Filter- 抛出:
SQLException
-
resultSet_updateBoolean
public void resultSet_updateBoolean(FilterChain chain, ResultSetProxy result, String columnLabel, boolean x) throws SQLException - 指定者:
resultSet_updateBoolean在接口中Filter- 抛出:
SQLException
-
resultSet_updateByte
public void resultSet_updateByte(FilterChain chain, ResultSetProxy result, int columnIndex, byte x) throws SQLException - 指定者:
resultSet_updateByte在接口中Filter- 抛出:
SQLException
-
resultSet_updateByte
public void resultSet_updateByte(FilterChain chain, ResultSetProxy result, String columnLabel, byte x) throws SQLException - 指定者:
resultSet_updateByte在接口中Filter- 抛出:
SQLException
-
resultSet_updateBytes
public void resultSet_updateBytes(FilterChain chain, ResultSetProxy result, int columnIndex, byte[] x) throws SQLException - 指定者:
resultSet_updateBytes在接口中Filter- 抛出:
SQLException
-
resultSet_updateBytes
public void resultSet_updateBytes(FilterChain chain, ResultSetProxy result, String columnLabel, byte[] x) throws SQLException - 指定者:
resultSet_updateBytes在接口中Filter- 抛出:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x) throws SQLException - 指定者:
resultSet_updateCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x, int length) throws SQLException - 指定者:
resultSet_updateCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x, long length) throws SQLException - 指定者:
resultSet_updateCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) throws SQLException - 指定者:
resultSet_updateCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, int length) throws SQLException - 指定者:
resultSet_updateCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) throws SQLException - 指定者:
resultSet_updateCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy result, int columnIndex, Clob x) throws SQLException - 指定者:
resultSet_updateClob在接口中Filter- 抛出:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader) throws SQLException - 指定者:
resultSet_updateClob在接口中Filter- 抛出:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader, long length) throws SQLException - 指定者:
resultSet_updateClob在接口中Filter- 抛出:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy result, String columnLabel, Clob x) throws SQLException - 指定者:
resultSet_updateClob在接口中Filter- 抛出:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) throws SQLException - 指定者:
resultSet_updateClob在接口中Filter- 抛出:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) throws SQLException - 指定者:
resultSet_updateClob在接口中Filter- 抛出:
SQLException
-
resultSet_updateDate
public void resultSet_updateDate(FilterChain chain, ResultSetProxy result, int columnIndex, Date x) throws SQLException - 指定者:
resultSet_updateDate在接口中Filter- 抛出:
SQLException
-
resultSet_updateDate
public void resultSet_updateDate(FilterChain chain, ResultSetProxy result, String columnLabel, Date x) throws SQLException - 指定者:
resultSet_updateDate在接口中Filter- 抛出:
SQLException
-
resultSet_updateDouble
public void resultSet_updateDouble(FilterChain chain, ResultSetProxy result, int columnIndex, double x) throws SQLException - 指定者:
resultSet_updateDouble在接口中Filter- 抛出:
SQLException
-
resultSet_updateDouble
public void resultSet_updateDouble(FilterChain chain, ResultSetProxy result, String columnLabel, double x) throws SQLException - 指定者:
resultSet_updateDouble在接口中Filter- 抛出:
SQLException
-
resultSet_updateFloat
public void resultSet_updateFloat(FilterChain chain, ResultSetProxy result, int columnIndex, float x) throws SQLException - 指定者:
resultSet_updateFloat在接口中Filter- 抛出:
SQLException
-
resultSet_updateFloat
public void resultSet_updateFloat(FilterChain chain, ResultSetProxy result, String columnLabel, float x) throws SQLException - 指定者:
resultSet_updateFloat在接口中Filter- 抛出:
SQLException
-
resultSet_updateInt
public void resultSet_updateInt(FilterChain chain, ResultSetProxy result, int columnIndex, int x) throws SQLException - 指定者:
resultSet_updateInt在接口中Filter- 抛出:
SQLException
-
resultSet_updateInt
public void resultSet_updateInt(FilterChain chain, ResultSetProxy result, String columnLabel, int x) throws SQLException - 指定者:
resultSet_updateInt在接口中Filter- 抛出:
SQLException
-
resultSet_updateLong
public void resultSet_updateLong(FilterChain chain, ResultSetProxy result, int columnIndex, long x) throws SQLException - 指定者:
resultSet_updateLong在接口中Filter- 抛出:
SQLException
-
resultSet_updateLong
public void resultSet_updateLong(FilterChain chain, ResultSetProxy result, String columnLabel, long x) throws SQLException - 指定者:
resultSet_updateLong在接口中Filter- 抛出:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x) throws SQLException - 指定者:
resultSet_updateNCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, int columnIndex, Reader x, long length) throws SQLException - 指定者:
resultSet_updateNCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) throws SQLException - 指定者:
resultSet_updateNCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) throws SQLException - 指定者:
resultSet_updateNCharacterStream在接口中Filter- 抛出:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy result, int columnIndex, NClob nClob) throws SQLException - 指定者:
resultSet_updateNClob在接口中Filter- 抛出:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader) throws SQLException - 指定者:
resultSet_updateNClob在接口中Filter- 抛出:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy result, int columnIndex, Reader reader, long length) throws SQLException - 指定者:
resultSet_updateNClob在接口中Filter- 抛出:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy result, String columnLabel, NClob nClob) throws SQLException - 指定者:
resultSet_updateNClob在接口中Filter- 抛出:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader) throws SQLException - 指定者:
resultSet_updateNClob在接口中Filter- 抛出:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy result, String columnLabel, Reader reader, long length) throws SQLException - 指定者:
resultSet_updateNClob在接口中Filter- 抛出:
SQLException
-
resultSet_updateNString
public void resultSet_updateNString(FilterChain chain, ResultSetProxy result, int columnIndex, String nString) throws SQLException - 指定者:
resultSet_updateNString在接口中Filter- 抛出:
SQLException
-
resultSet_updateNString
public void resultSet_updateNString(FilterChain chain, ResultSetProxy result, String columnLabel, String nString) throws SQLException - 指定者:
resultSet_updateNString在接口中Filter- 抛出:
SQLException
-
resultSet_updateNull
public void resultSet_updateNull(FilterChain chain, ResultSetProxy result, int columnIndex) throws SQLException - 指定者:
resultSet_updateNull在接口中Filter- 抛出:
SQLException
-
resultSet_updateNull
public void resultSet_updateNull(FilterChain chain, ResultSetProxy result, String columnLabel) throws SQLException - 指定者:
resultSet_updateNull在接口中Filter- 抛出:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(FilterChain chain, ResultSetProxy result, int columnIndex, Object x) throws SQLException - 指定者:
resultSet_updateObject在接口中Filter- 抛出:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(FilterChain chain, ResultSetProxy result, int columnIndex, Object x, int scaleOrLength) throws SQLException - 指定者:
resultSet_updateObject在接口中Filter- 抛出:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(FilterChain chain, ResultSetProxy result, String columnLabel, Object x) throws SQLException - 指定者:
resultSet_updateObject在接口中Filter- 抛出:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(FilterChain chain, ResultSetProxy result, String columnLabel, Object x, int scaleOrLength) throws SQLException - 指定者:
resultSet_updateObject在接口中Filter- 抛出:
SQLException
-
resultSet_updateRef
public void resultSet_updateRef(FilterChain chain, ResultSetProxy result, int columnIndex, Ref x) throws SQLException - 指定者:
resultSet_updateRef在接口中Filter- 抛出:
SQLException
-
resultSet_updateRef
public void resultSet_updateRef(FilterChain chain, ResultSetProxy result, String columnLabel, Ref x) throws SQLException - 指定者:
resultSet_updateRef在接口中Filter- 抛出:
SQLException
-
resultSet_updateRow
- 指定者:
resultSet_updateRow在接口中Filter- 抛出:
SQLException
-
resultSet_updateRowId
public void resultSet_updateRowId(FilterChain chain, ResultSetProxy result, int columnIndex, RowId x) throws SQLException - 指定者:
resultSet_updateRowId在接口中Filter- 抛出:
SQLException
-
resultSet_updateRowId
public void resultSet_updateRowId(FilterChain chain, ResultSetProxy result, String columnLabel, RowId x) throws SQLException - 指定者:
resultSet_updateRowId在接口中Filter- 抛出:
SQLException
-
resultSet_updateShort
public void resultSet_updateShort(FilterChain chain, ResultSetProxy result, int columnIndex, short x) throws SQLException - 指定者:
resultSet_updateShort在接口中Filter- 抛出:
SQLException
-
resultSet_updateShort
public void resultSet_updateShort(FilterChain chain, ResultSetProxy result, String columnLabel, short x) throws SQLException - 指定者:
resultSet_updateShort在接口中Filter- 抛出:
SQLException
-
resultSet_updateSQLXML
public void resultSet_updateSQLXML(FilterChain chain, ResultSetProxy result, int columnIndex, SQLXML xmlObject) throws SQLException - 指定者:
resultSet_updateSQLXML在接口中Filter- 抛出:
SQLException
-
resultSet_updateSQLXML
public void resultSet_updateSQLXML(FilterChain chain, ResultSetProxy result, String columnLabel, SQLXML xmlObject) throws SQLException - 指定者:
resultSet_updateSQLXML在接口中Filter- 抛出:
SQLException
-
resultSet_updateString
public void resultSet_updateString(FilterChain chain, ResultSetProxy result, int columnIndex, String x) throws SQLException - 指定者:
resultSet_updateString在接口中Filter- 抛出:
SQLException
-
resultSet_updateString
public void resultSet_updateString(FilterChain chain, ResultSetProxy result, String columnLabel, String x) throws SQLException - 指定者:
resultSet_updateString在接口中Filter- 抛出:
SQLException
-
resultSet_updateTime
public void resultSet_updateTime(FilterChain chain, ResultSetProxy result, int columnIndex, Time x) throws SQLException - 指定者:
resultSet_updateTime在接口中Filter- 抛出:
SQLException
-
resultSet_updateTime
public void resultSet_updateTime(FilterChain chain, ResultSetProxy result, String columnLabel, Time x) throws SQLException - 指定者:
resultSet_updateTime在接口中Filter- 抛出:
SQLException
-
resultSet_updateTimestamp
public void resultSet_updateTimestamp(FilterChain chain, ResultSetProxy result, int columnIndex, Timestamp x) throws SQLException - 指定者:
resultSet_updateTimestamp在接口中Filter- 抛出:
SQLException
-
resultSet_updateTimestamp
public void resultSet_updateTimestamp(FilterChain chain, ResultSetProxy result, String columnLabel, Timestamp x) throws SQLException - 指定者:
resultSet_updateTimestamp在接口中Filter- 抛出:
SQLException
-
resultSet_wasNull
- 指定者:
resultSet_wasNull在接口中Filter- 抛出:
SQLException
-
statement_addBatch
public void statement_addBatch(FilterChain chain, StatementProxy statement, String sql) throws SQLException - 指定者:
statement_addBatch在接口中Filter- 抛出:
SQLException
-
statement_cancel
- 指定者:
statement_cancel在接口中Filter- 抛出:
SQLException
-
statement_clearBatch
- 指定者:
statement_clearBatch在接口中Filter- 抛出:
SQLException
-
statement_close
- 指定者:
statement_close在接口中Filter- 抛出:
SQLException
-
statement_execute
public boolean statement_execute(FilterChain chain, StatementProxy statement, String sql) throws SQLException - 指定者:
statement_execute在接口中Filter- 抛出:
SQLException
-
statement_execute
public boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException - 指定者:
statement_execute在接口中Filter- 抛出:
SQLException
-
statement_execute
public boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) throws SQLException - 指定者:
statement_execute在接口中Filter- 抛出:
SQLException
-
statement_execute
public boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) throws SQLException - 指定者:
statement_execute在接口中Filter- 抛出:
SQLException
-
statement_executeBatch
public int[] statement_executeBatch(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_executeBatch在接口中Filter- 抛出:
SQLException
-
statement_executeQuery
public ResultSetProxy statement_executeQuery(FilterChain chain, StatementProxy statement, String sql) throws SQLException - 指定者:
statement_executeQuery在接口中Filter- 抛出:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql) throws SQLException - 指定者:
statement_executeUpdate在接口中Filter- 抛出:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException - 指定者:
statement_executeUpdate在接口中Filter- 抛出:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) throws SQLException - 指定者:
statement_executeUpdate在接口中Filter- 抛出:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) throws SQLException - 指定者:
statement_executeUpdate在接口中Filter- 抛出:
SQLException
-
statement_getConnection
public Connection statement_getConnection(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getConnection在接口中Filter- 抛出:
SQLException
-
statement_getFetchDirection
public int statement_getFetchDirection(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getFetchDirection在接口中Filter- 抛出:
SQLException
-
statement_getFetchSize
- 指定者:
statement_getFetchSize在接口中Filter- 抛出:
SQLException
-
statement_getGeneratedKeys
public ResultSetProxy statement_getGeneratedKeys(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getGeneratedKeys在接口中Filter- 抛出:
SQLException
-
statement_getMaxFieldSize
public int statement_getMaxFieldSize(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getMaxFieldSize在接口中Filter- 抛出:
SQLException
-
statement_getMaxRows
- 指定者:
statement_getMaxRows在接口中Filter- 抛出:
SQLException
-
statement_getMoreResults
public boolean statement_getMoreResults(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getMoreResults在接口中Filter- 抛出:
SQLException
-
statement_getMoreResults
public boolean statement_getMoreResults(FilterChain chain, StatementProxy statement, int current) throws SQLException - 指定者:
statement_getMoreResults在接口中Filter- 抛出:
SQLException
-
statement_getQueryTimeout
public int statement_getQueryTimeout(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getQueryTimeout在接口中Filter- 抛出:
SQLException
-
statement_setQueryTimeout
public void statement_setQueryTimeout(FilterChain chain, StatementProxy statement, int seconds) throws SQLException - 指定者:
statement_setQueryTimeout在接口中Filter- 抛出:
SQLException
-
statement_getResultSet
public ResultSetProxy statement_getResultSet(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getResultSet在接口中Filter- 抛出:
SQLException
-
statement_getResultSetConcurrency
public int statement_getResultSetConcurrency(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getResultSetConcurrency在接口中Filter- 抛出:
SQLException
-
statement_getResultSetHoldability
public int statement_getResultSetHoldability(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getResultSetHoldability在接口中Filter- 抛出:
SQLException
-
statement_getResultSetType
public int statement_getResultSetType(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getResultSetType在接口中Filter- 抛出:
SQLException
-
statement_getUpdateCount
public int statement_getUpdateCount(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getUpdateCount在接口中Filter- 抛出:
SQLException
-
statement_getWarnings
public SQLWarning statement_getWarnings(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getWarnings在接口中Filter- 抛出:
SQLException
-
statement_clearWarnings
public void statement_clearWarnings(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_clearWarnings在接口中Filter- 抛出:
SQLException
-
statement_isClosed
- 指定者:
statement_isClosed在接口中Filter- 抛出:
SQLException
-
statement_isPoolable
public boolean statement_isPoolable(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_isPoolable在接口中Filter- 抛出:
SQLException
-
statement_setCursorName
public void statement_setCursorName(FilterChain chain, StatementProxy statement, String name) throws SQLException - 指定者:
statement_setCursorName在接口中Filter- 抛出:
SQLException
-
statement_setEscapeProcessing
public void statement_setEscapeProcessing(FilterChain chain, StatementProxy statement, boolean enable) throws SQLException - 指定者:
statement_setEscapeProcessing在接口中Filter- 抛出:
SQLException
-
statement_setFetchDirection
public void statement_setFetchDirection(FilterChain chain, StatementProxy statement, int direction) throws SQLException - 指定者:
statement_setFetchDirection在接口中Filter- 抛出:
SQLException
-
statement_setFetchSize
public void statement_setFetchSize(FilterChain chain, StatementProxy statement, int rows) throws SQLException - 指定者:
statement_setFetchSize在接口中Filter- 抛出:
SQLException
-
statement_setMaxFieldSize
public void statement_setMaxFieldSize(FilterChain chain, StatementProxy statement, int max) throws SQLException - 指定者:
statement_setMaxFieldSize在接口中Filter- 抛出:
SQLException
-
statement_setMaxRows
public void statement_setMaxRows(FilterChain chain, StatementProxy statement, int max) throws SQLException - 指定者:
statement_setMaxRows在接口中Filter- 抛出:
SQLException
-
statement_setPoolable
public void statement_setPoolable(FilterChain chain, StatementProxy statement, boolean poolable) throws SQLException - 指定者:
statement_setPoolable在接口中Filter- 抛出:
SQLException
-
unwrap
- 指定者:
unwrap在接口中Filter- 抛出:
SQLException
-
clob_length
- 指定者:
clob_length在接口中Filter- 抛出:
SQLException
-
clob_getSubString
public String clob_getSubString(FilterChain chain, ClobProxy wrapper, long pos, int length) throws SQLException - 指定者:
clob_getSubString在接口中Filter- 抛出:
SQLException
-
clob_getCharacterStream
- 指定者:
clob_getCharacterStream在接口中Filter- 抛出:
SQLException
-
clob_getAsciiStream
- 指定者:
clob_getAsciiStream在接口中Filter- 抛出:
SQLException
-
clob_position
public long clob_position(FilterChain chain, ClobProxy wrapper, String searchstr, long start) throws SQLException - 指定者:
clob_position在接口中Filter- 抛出:
SQLException
-
clob_position
public long clob_position(FilterChain chain, ClobProxy wrapper, Clob searchstr, long start) throws SQLException - 指定者:
clob_position在接口中Filter- 抛出:
SQLException
-
clob_setString
public int clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str) throws SQLException - 指定者:
clob_setString在接口中Filter- 抛出:
SQLException
-
clob_setString
public int clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str, int offset, int len) throws SQLException - 指定者:
clob_setString在接口中Filter- 抛出:
SQLException
-
clob_setAsciiStream
public OutputStream clob_setAsciiStream(FilterChain chain, ClobProxy wrapper, long pos) throws SQLException - 指定者:
clob_setAsciiStream在接口中Filter- 抛出:
SQLException
-
clob_setCharacterStream
public Writer clob_setCharacterStream(FilterChain chain, ClobProxy wrapper, long pos) throws SQLException - 指定者:
clob_setCharacterStream在接口中Filter- 抛出:
SQLException
-
clob_truncate
- 指定者:
clob_truncate在接口中Filter- 抛出:
SQLException
-
clob_free
- 指定者:
clob_free在接口中Filter- 抛出:
SQLException
-
clob_getCharacterStream
public Reader clob_getCharacterStream(FilterChain chain, ClobProxy wrapper, long pos, long length) throws SQLException - 指定者:
clob_getCharacterStream在接口中Filter- 抛出:
SQLException
-
dataSource_releaseConnection
public void dataSource_releaseConnection(FilterChain chain, DruidPooledConnection connection) throws SQLException - 指定者:
dataSource_releaseConnection在接口中Filter- 抛出:
SQLException
-
dataSource_getConnection
public DruidPooledConnection dataSource_getConnection(FilterChain chain, DruidDataSource dataSource, long maxWaitMillis) throws SQLException - 指定者:
dataSource_getConnection在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_getColumnCount
public int resultSetMetaData_getColumnCount(FilterChain chain, ResultSetMetaDataProxy metaData) throws SQLException - 指定者:
resultSetMetaData_getColumnCount在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_isAutoIncrement
public boolean resultSetMetaData_isAutoIncrement(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isAutoIncrement在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_isCaseSensitive
public boolean resultSetMetaData_isCaseSensitive(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isCaseSensitive在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_isSearchable
public boolean resultSetMetaData_isSearchable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isSearchable在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_isCurrency
public boolean resultSetMetaData_isCurrency(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isCurrency在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_isNullable
public int resultSetMetaData_isNullable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isNullable在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_isSigned
public boolean resultSetMetaData_isSigned(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isSigned在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_getColumnDisplaySize
public int resultSetMetaData_getColumnDisplaySize(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getColumnDisplaySize在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_getColumnLabel
public String resultSetMetaData_getColumnLabel(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getColumnLabel在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_getColumnName
public String resultSetMetaData_getColumnName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getColumnName在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_getSchemaName
public String resultSetMetaData_getSchemaName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getSchemaName在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_getPrecision
public int resultSetMetaData_getPrecision(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getPrecision在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_getScale
public int resultSetMetaData_getScale(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getScale在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_getTableName
public String resultSetMetaData_getTableName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getTableName在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_getCatalogName
public String resultSetMetaData_getCatalogName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getCatalogName在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_getColumnType
public int resultSetMetaData_getColumnType(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getColumnType在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_getColumnTypeName
public String resultSetMetaData_getColumnTypeName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getColumnTypeName在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_isReadOnly
public boolean resultSetMetaData_isReadOnly(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isReadOnly在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_isWritable
public boolean resultSetMetaData_isWritable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isWritable在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_isDefinitelyWritable
public boolean resultSetMetaData_isDefinitelyWritable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isDefinitelyWritable在接口中Filter- 抛出:
SQLException
-
resultSetMetaData_getColumnClassName
public String resultSetMetaData_getColumnClassName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getColumnClassName在接口中Filter- 抛出:
SQLException
-