类 WallFilter
java.lang.Object
javax.management.NotificationBroadcasterSupport
com.alibaba.druid.filter.FilterAdapter
com.alibaba.druid.wall.WallFilter
- 所有已实现的接口:
Filter,WallFilterMBean,Wrapper,NotificationBroadcaster,NotificationEmitter
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleancheckValid(String sql) voidvoidvoidconfigFromProperties(Properties properties) connection_getMetaData(FilterChain chain, ConnectionProxy connection) 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) getDbType(StatementProxy statement) longvoidvoidincrementExecuteErrorCount(PreparedStatementProxy statement) voidinit(DataSourceProxy dataSource) protected WallProviderinitWallProvider(DataSourceProxy dataSource, String dbTypeName, WallConfig config) booleanisInited()booleanbooleanbooleanisWrapperFor(FilterChain chain, Wrapper wrapper, Class<?> iface) voidpreparedStatement_addBatch(FilterChain chain, PreparedStatementProxy statement) booleanpreparedStatement_execute(FilterChain chain, PreparedStatementProxy statement) preparedStatement_executeQuery(FilterChain chain, PreparedStatementProxy statement) intpreparedStatement_executeUpdate(FilterChain chain, PreparedStatementProxy statement) voidvoidresultSet_close(FilterChain chain, ResultSetProxy resultSet) intresultSet_findColumn(FilterChain chain, ResultSetProxy resultSet, String columnLabel) resultSet_getArray(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex, int scale) resultSet_getBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) booleanresultSet_getBoolean(FilterChain chain, ResultSetProxy resultSet, int columnIndex) byteresultSet_getByte(FilterChain chain, ResultSetProxy resultSet, int columnIndex) byte[]resultSet_getBytes(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) doubleresultSet_getDouble(FilterChain chain, ResultSetProxy resultSet, int columnIndex) floatresultSet_getFloat(FilterChain chain, ResultSetProxy resultSet, int columnIndex) intresultSet_getInt(FilterChain chain, ResultSetProxy resultSet, int columnIndex) longresultSet_getLong(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getNString(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex) <T> TresultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Class<T> type) resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Map<String, Class<?>> map) resultSet_getRef(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getRowId(FilterChain chain, ResultSetProxy resultSet, int columnIndex) shortresultSet_getShort(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getSQLXML(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getString(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) resultSet_getURL(FilterChain chain, ResultSetProxy resultSet, int columnIndex) booleanresultSet_next(FilterChain chain, ResultSetProxy resultSet) voidresultSet_updateArray(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Array x) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, int length) voidresultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, long length) voidresultSet_updateBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex, BigDecimal x) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, int length) voidresultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, long length) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream inputStream) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream inputStream, long length) voidresultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Blob x) voidresultSet_updateBoolean(FilterChain chain, ResultSetProxy resultSet, int columnIndex, boolean x) voidresultSet_updateByte(FilterChain chain, ResultSetProxy resultSet, int columnIndex, byte x) voidresultSet_updateBytes(FilterChain chain, ResultSetProxy resultSet, int columnIndex, byte[] x) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, int length) voidresultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, long length) voidresultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader) voidresultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader, long length) voidresultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Clob x) voidresultSet_updateDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Date x) voidresultSet_updateDouble(FilterChain chain, ResultSetProxy resultSet, int columnIndex, double x) voidresultSet_updateFloat(FilterChain chain, ResultSetProxy resultSet, int columnIndex, float x) voidresultSet_updateInt(FilterChain chain, ResultSetProxy resultSet, int columnIndex, int x) voidresultSet_updateLong(FilterChain chain, ResultSetProxy resultSet, int columnIndex, long x) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x) voidresultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, long length) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader, long length) voidresultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, NClob nClob) voidresultSet_updateNString(FilterChain chain, ResultSetProxy resultSet, int columnIndex, String nString) voidresultSet_updateNull(FilterChain chain, ResultSetProxy resultSet, int columnIndex) voidresultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Object x) voidresultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Object x, int scaleOrLength) voidresultSet_updateRef(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Ref x) voidresultSet_updateRowId(FilterChain chain, ResultSetProxy resultSet, int columnIndex, RowId x) voidresultSet_updateShort(FilterChain chain, ResultSetProxy resultSet, int columnIndex, short x) voidresultSet_updateSQLXML(FilterChain chain, ResultSetProxy resultSet, int columnIndex, SQLXML xmlObject) voidresultSet_updateString(FilterChain chain, ResultSetProxy resultSet, int columnIndex, String x) voidresultSet_updateTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Time x) voidresultSet_updateTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Timestamp x) 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) voidsetConfig(WallConfig config) voidvoidvoidsetLogViolation(boolean logViolation) voidvoidsetTenantColumn(String tenantColumn) voidsetThrowException(boolean throwException) voidstatement_addBatch(FilterChain chain, StatementProxy statement, String sql) 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_getGeneratedKeys(FilterChain chain, StatementProxy statement) statement_getResultSet(FilterChain chain, StatementProxy statement) voidstatExecuteUpdate(int updateCount) <T> Tunwrap(FilterChain chain, Wrapper wrapper, Class<T> iface) 从类继承的方法 com.alibaba.druid.filter.FilterAdapter
callableStatement_getArray, callableStatement_getArray, callableStatement_getBigDecimal, callableStatement_getBigDecimal, callableStatement_getBigDecimal, callableStatement_getBlob, callableStatement_getBlob, callableStatement_getBoolean, callableStatement_getBoolean, callableStatement_getByte, callableStatement_getByte, callableStatement_getBytes, callableStatement_getBytes, callableStatement_getCharacterStream, callableStatement_getCharacterStream, callableStatement_getClob, callableStatement_getClob, callableStatement_getDate, callableStatement_getDate, callableStatement_getDate, callableStatement_getDate, callableStatement_getDouble, callableStatement_getDouble, callableStatement_getFloat, callableStatement_getFloat, callableStatement_getInt, callableStatement_getInt, callableStatement_getLong, callableStatement_getLong, callableStatement_getNCharacterStream, callableStatement_getNCharacterStream, callableStatement_getNClob, callableStatement_getNClob, callableStatement_getNString, callableStatement_getNString, callableStatement_getObject, callableStatement_getObject, callableStatement_getObject, callableStatement_getObject, callableStatement_getRef, callableStatement_getRef, callableStatement_getRowId, callableStatement_getRowId, callableStatement_getShort, callableStatement_getShort, callableStatement_getSQLXML, callableStatement_getSQLXML, callableStatement_getString, callableStatement_getString, callableStatement_getTime, callableStatement_getTime, callableStatement_getTime, callableStatement_getTime, callableStatement_getTimestamp, callableStatement_getTimestamp, callableStatement_getTimestamp, callableStatement_getTimestamp, callableStatement_getURL, callableStatement_getURL, callableStatement_registerOutParameter, callableStatement_registerOutParameter, callableStatement_registerOutParameter, callableStatement_registerOutParameter, callableStatement_registerOutParameter, callableStatement_registerOutParameter, callableStatement_setAsciiStream, callableStatement_setAsciiStream, callableStatement_setAsciiStream, callableStatement_setBigDecimal, callableStatement_setBinaryStream, callableStatement_setBinaryStream, callableStatement_setBinaryStream, callableStatement_setBlob, callableStatement_setBlob, callableStatement_setBlob, callableStatement_setBoolean, callableStatement_setByte, callableStatement_setBytes, callableStatement_setCharacterStream, callableStatement_setCharacterStream, callableStatement_setCharacterStream, callableStatement_setClob, callableStatement_setClob, callableStatement_setClob, callableStatement_setDate, callableStatement_setDate, callableStatement_setDouble, callableStatement_setFloat, callableStatement_setInt, callableStatement_setLong, callableStatement_setNCharacterStream, callableStatement_setNCharacterStream, callableStatement_setNClob, callableStatement_setNClob, callableStatement_setNClob, callableStatement_setNString, callableStatement_setNull, callableStatement_setNull, callableStatement_setObject, callableStatement_setObject, callableStatement_setObject, callableStatement_setRowId, callableStatement_setShort, callableStatement_setSQLXML, callableStatement_setString, callableStatement_setTime, callableStatement_setTime, callableStatement_setTimestamp, callableStatement_setTimestamp, callableStatement_setURL, callableStatement_wasNull, clob_free, clob_getAsciiStream, clob_getCharacterStream, clob_getCharacterStream, clob_getSubString, clob_length, clob_position, clob_position, clob_setAsciiStream, clob_setCharacterStream, clob_setString, clob_setString, clob_truncate, connection_abort, connection_clearWarnings, connection_close, connection_commit, connection_connect, connection_createArrayOf, connection_createBlob, connection_createClob, connection_createNClob, connection_createSQLXML, connection_createStatement, connection_createStatement, connection_createStatement, connection_createStruct, connection_getAutoCommit, connection_getCatalog, connection_getClientInfo, connection_getClientInfo, connection_getHoldability, connection_getNetworkTimeout, connection_getSchema, connection_getTransactionIsolation, connection_getTypeMap, connection_getWarnings, connection_isClosed, connection_isReadOnly, connection_isValid, connection_nativeSQL, connection_releaseSavepoint, connection_rollback, connection_rollback, connection_setAutoCommit, connection_setCatalog, connection_setClientInfo, connection_setClientInfo, connection_setHoldability, connection_setNetworkTimeout, connection_setReadOnly, connection_setSavepoint, connection_setSavepoint, connection_setSchema, connection_setTransactionIsolation, connection_setTypeMap, dataSource_getConnection, dataSource_releaseConnection, destroy, isWrapperFor, preparedStatement_clearParameters, preparedStatement_getMetaData, preparedStatement_getParameterMetaData, preparedStatement_setArray, preparedStatement_setAsciiStream, preparedStatement_setAsciiStream, preparedStatement_setAsciiStream, preparedStatement_setBigDecimal, preparedStatement_setBinaryStream, preparedStatement_setBinaryStream, preparedStatement_setBinaryStream, preparedStatement_setBlob, preparedStatement_setBlob, preparedStatement_setBlob, preparedStatement_setBoolean, preparedStatement_setByte, preparedStatement_setBytes, preparedStatement_setCharacterStream, preparedStatement_setCharacterStream, preparedStatement_setCharacterStream, preparedStatement_setClob, preparedStatement_setClob, preparedStatement_setClob, preparedStatement_setDate, preparedStatement_setDate, preparedStatement_setDouble, preparedStatement_setFloat, preparedStatement_setInt, preparedStatement_setLong, preparedStatement_setNCharacterStream, preparedStatement_setNCharacterStream, preparedStatement_setNClob, preparedStatement_setNClob, preparedStatement_setNClob, preparedStatement_setNString, preparedStatement_setNull, preparedStatement_setNull, preparedStatement_setObject, preparedStatement_setObject, preparedStatement_setObject, preparedStatement_setRef, preparedStatement_setRowId, preparedStatement_setShort, preparedStatement_setSQLXML, preparedStatement_setString, preparedStatement_setTime, preparedStatement_setTime, preparedStatement_setTimestamp, preparedStatement_setTimestamp, preparedStatement_setUnicodeStream, preparedStatement_setURL, resultSet_absolute, resultSet_afterLast, resultSet_beforeFirst, resultSet_cancelRowUpdates, resultSet_clearWarnings, resultSet_deleteRow, resultSet_first, resultSet_getArray, resultSet_getAsciiStream, resultSet_getBigDecimal, resultSet_getBigDecimal, resultSet_getBinaryStream, resultSet_getBlob, resultSet_getBoolean, resultSet_getByte, resultSet_getBytes, resultSet_getCharacterStream, resultSet_getClob, resultSet_getConcurrency, resultSet_getCursorName, resultSet_getDate, resultSet_getDate, resultSet_getDouble, resultSet_getFetchDirection, resultSet_getFetchSize, resultSet_getFloat, resultSet_getHoldability, resultSet_getInt, resultSet_getLong, resultSet_getMetaData, resultSet_getNCharacterStream, resultSet_getNClob, resultSet_getNString, resultSet_getObject, resultSet_getObject, resultSet_getObject, resultSet_getRef, resultSet_getRow, resultSet_getRowId, resultSet_getShort, resultSet_getSQLXML, resultSet_getStatement, resultSet_getString, resultSet_getTime, resultSet_getTime, resultSet_getTimestamp, resultSet_getTimestamp, resultSet_getType, resultSet_getUnicodeStream, resultSet_getURL, resultSet_getWarnings, resultSet_insertRow, resultSet_isAfterLast, resultSet_isBeforeFirst, resultSet_isClosed, resultSet_isFirst, resultSet_isLast, resultSet_last, resultSet_moveToCurrentRow, resultSet_moveToInsertRow, resultSet_previous, resultSet_refreshRow, resultSet_relative, resultSet_rowDeleted, resultSet_rowInserted, resultSet_rowUpdated, resultSet_setFetchDirection, resultSet_setFetchSize, resultSet_updateArray, resultSet_updateAsciiStream, resultSet_updateAsciiStream, resultSet_updateAsciiStream, resultSet_updateBigDecimal, resultSet_updateBinaryStream, resultSet_updateBinaryStream, resultSet_updateBinaryStream, resultSet_updateBlob, resultSet_updateBlob, resultSet_updateBlob, resultSet_updateBoolean, resultSet_updateByte, resultSet_updateBytes, resultSet_updateCharacterStream, resultSet_updateCharacterStream, resultSet_updateCharacterStream, resultSet_updateClob, resultSet_updateClob, resultSet_updateClob, resultSet_updateDate, resultSet_updateDouble, resultSet_updateFloat, resultSet_updateInt, resultSet_updateLong, resultSet_updateNCharacterStream, resultSet_updateNCharacterStream, resultSet_updateNClob, resultSet_updateNClob, resultSet_updateNClob, resultSet_updateNString, resultSet_updateNull, resultSet_updateObject, resultSet_updateObject, resultSet_updateRef, resultSet_updateRow, resultSet_updateRowId, resultSet_updateShort, resultSet_updateSQLXML, resultSet_updateString, resultSet_updateTime, resultSet_updateTimestamp, resultSet_wasNull, statement_cancel, statement_clearBatch, statement_clearWarnings, statement_close, statement_getConnection, statement_getFetchDirection, statement_getFetchSize, statement_getMaxFieldSize, statement_getMaxRows, statement_getMoreResults, statement_getMoreResults, statement_getQueryTimeout, statement_getResultSetConcurrency, statement_getResultSetHoldability, statement_getResultSetType, statement_getUpdateCount, statement_getWarnings, statement_isClosed, statement_isPoolable, statement_setCursorName, statement_setEscapeProcessing, statement_setFetchDirection, statement_setFetchSize, statement_setMaxFieldSize, statement_setMaxRows, statement_setPoolable, statement_setQueryTimeout, unwrap
-
字段详细资料
-
构造器详细资料
-
WallFilter
public WallFilter() -
WallFilter
-
-
方法详细资料
-
configFromProperties
- 指定者:
configFromProperties在接口中Filter- 覆盖:
configFromProperties在类中FilterAdapter
-
init
- 指定者:
init在接口中Filter- 覆盖:
init在类中FilterAdapter
-
initWallProvider
protected WallProvider initWallProvider(DataSourceProxy dataSource, String dbTypeName, WallConfig config) -
getDbType
- 指定者:
getDbType在接口中WallFilterMBean
-
setDbType
-
setDbType
-
isLogViolation
public boolean isLogViolation()- 指定者:
isLogViolation在接口中WallFilterMBean
-
setLogViolation
public void setLogViolation(boolean logViolation) - 指定者:
setLogViolation在接口中WallFilterMBean
-
isThrowException
public boolean isThrowException()- 指定者:
isThrowException在接口中WallFilterMBean
-
setThrowException
public void setThrowException(boolean throwException) - 指定者:
setThrowException在接口中WallFilterMBean
-
clearProviderCache
public void clearProviderCache()- 指定者:
clearProviderCache在接口中WallFilterMBean
-
getProviderWhiteList
- 指定者:
getProviderWhiteList在接口中WallFilterMBean
-
getProvider
-
getConfig
-
setConfig
-
setTenantColumn
-
getTenantColumn
-
isInited
public boolean isInited()- 指定者:
isInited在接口中WallFilterMBean
-
statement_addBatch
public void statement_addBatch(FilterChain chain, StatementProxy statement, String sql) throws SQLException - 指定者:
statement_addBatch在接口中Filter- 覆盖:
statement_addBatch在类中FilterAdapter- 抛出:
SQLException
-
preparedStatement_addBatch
public void preparedStatement_addBatch(FilterChain chain, PreparedStatementProxy statement) throws SQLException - 指定者:
preparedStatement_addBatch在接口中Filter- 覆盖:
preparedStatement_addBatch在类中FilterAdapter- 抛出:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException - 指定者:
connection_prepareStatement在接口中Filter- 覆盖:
connection_prepareStatement在类中FilterAdapter- 抛出:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys) throws SQLException - 指定者:
connection_prepareStatement在接口中Filter- 覆盖:
connection_prepareStatement在类中FilterAdapter- 抛出:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException - 指定者:
connection_prepareStatement在接口中Filter- 覆盖:
connection_prepareStatement在类中FilterAdapter- 抛出:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException - 指定者:
connection_prepareStatement在接口中Filter- 覆盖:
connection_prepareStatement在类中FilterAdapter- 抛出:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes) throws SQLException - 指定者:
connection_prepareStatement在接口中Filter- 覆盖:
connection_prepareStatement在类中FilterAdapter- 抛出:
SQLException
-
connection_prepareStatement
public PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames) throws SQLException - 指定者:
connection_prepareStatement在接口中Filter- 覆盖:
connection_prepareStatement在类中FilterAdapter- 抛出:
SQLException
-
connection_prepareCall
public CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql) throws SQLException - 指定者:
connection_prepareCall在接口中Filter- 覆盖:
connection_prepareCall在类中FilterAdapter- 抛出:
SQLException
-
connection_prepareCall
public CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException - 指定者:
connection_prepareCall在接口中Filter- 覆盖:
connection_prepareCall在类中FilterAdapter- 抛出:
SQLException
-
connection_prepareCall
public CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException - 指定者:
connection_prepareCall在接口中Filter- 覆盖:
connection_prepareCall在类中FilterAdapter- 抛出:
SQLException
-
statement_execute
public boolean statement_execute(FilterChain chain, StatementProxy statement, String sql) throws SQLException - 指定者:
statement_execute在接口中Filter- 覆盖:
statement_execute在类中FilterAdapter- 抛出:
SQLException
-
statement_execute
public boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException - 指定者:
statement_execute在接口中Filter- 覆盖:
statement_execute在类中FilterAdapter- 抛出:
SQLException
-
statement_execute
public boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) throws SQLException - 指定者:
statement_execute在接口中Filter- 覆盖:
statement_execute在类中FilterAdapter- 抛出:
SQLException
-
statement_execute
public boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) throws SQLException - 指定者:
statement_execute在接口中Filter- 覆盖:
statement_execute在类中FilterAdapter- 抛出:
SQLException
-
statement_executeBatch
public int[] statement_executeBatch(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_executeBatch在接口中Filter- 覆盖:
statement_executeBatch在类中FilterAdapter- 抛出:
SQLException
-
statement_executeQuery
public ResultSetProxy statement_executeQuery(FilterChain chain, StatementProxy statement, String sql) throws SQLException - 指定者:
statement_executeQuery在接口中Filter- 覆盖:
statement_executeQuery在类中FilterAdapter- 抛出:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql) throws SQLException - 指定者:
statement_executeUpdate在接口中Filter- 覆盖:
statement_executeUpdate在类中FilterAdapter- 抛出:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException - 指定者:
statement_executeUpdate在接口中Filter- 覆盖:
statement_executeUpdate在类中FilterAdapter- 抛出:
SQLException
-
statement_executeUpdate
public int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes) throws SQLException - 指定者:
statement_executeUpdate在接口中Filter- 覆盖:
statement_executeUpdate在类中FilterAdapter- 抛出:
SQLException
-
getDbType
-
statement_executeUpdate
public int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) throws SQLException - 指定者:
statement_executeUpdate在接口中Filter- 覆盖:
statement_executeUpdate在类中FilterAdapter- 抛出:
SQLException
-
preparedStatement_execute
public boolean preparedStatement_execute(FilterChain chain, PreparedStatementProxy statement) throws SQLException - 指定者:
preparedStatement_execute在接口中Filter- 覆盖:
preparedStatement_execute在类中FilterAdapter- 抛出:
SQLException
-
preparedStatement_executeQuery
public ResultSetProxy preparedStatement_executeQuery(FilterChain chain, PreparedStatementProxy statement) throws SQLException - 指定者:
preparedStatement_executeQuery在接口中Filter- 覆盖:
preparedStatement_executeQuery在类中FilterAdapter- 抛出:
SQLException
-
preparedStatement_executeUpdate
public int preparedStatement_executeUpdate(FilterChain chain, PreparedStatementProxy statement) throws SQLException - 指定者:
preparedStatement_executeUpdate在接口中Filter- 覆盖:
preparedStatement_executeUpdate在类中FilterAdapter- 抛出:
SQLException
-
statement_getResultSet
public ResultSetProxy statement_getResultSet(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getResultSet在接口中Filter- 覆盖:
statement_getResultSet在类中FilterAdapter- 抛出:
SQLException
-
statement_getGeneratedKeys
public ResultSetProxy statement_getGeneratedKeys(FilterChain chain, StatementProxy statement) throws SQLException - 指定者:
statement_getGeneratedKeys在接口中Filter- 覆盖:
statement_getGeneratedKeys在类中FilterAdapter- 抛出:
SQLException
-
setSqlStatAttribute
-
statExecuteUpdate
public void statExecuteUpdate(int updateCount) -
incrementExecuteErrorCount
-
incrementExecuteErrorCount
public void incrementExecuteErrorCount() -
check
- 指定者:
check在接口中WallFilterMBean- 抛出:
SQLException
-
isWrapperFor
- 指定者:
isWrapperFor在接口中Filter- 覆盖:
isWrapperFor在类中FilterAdapter- 抛出:
SQLException
-
unwrap
- 指定者:
unwrap在接口中Filter- 覆盖:
unwrap在类中FilterAdapter- 抛出:
SQLException
-
connection_getMetaData
public DatabaseMetaData connection_getMetaData(FilterChain chain, ConnectionProxy connection) throws SQLException - 指定者:
connection_getMetaData在接口中Filter- 覆盖:
connection_getMetaData在类中FilterAdapter- 抛出:
SQLException
-
resultSet_close
- 指定者:
resultSet_close在接口中Filter- 覆盖:
resultSet_close在类中FilterAdapter- 抛出:
SQLException
-
resultSet_findColumn
public int resultSet_findColumn(FilterChain chain, ResultSetProxy resultSet, String columnLabel) throws SQLException - 指定者:
resultSet_findColumn在接口中Filter- 覆盖:
resultSet_findColumn在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getArray
public Array resultSet_getArray(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getArray在接口中Filter- 覆盖:
resultSet_getArray在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getAsciiStream
public InputStream resultSet_getAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getAsciiStream在接口中Filter- 覆盖:
resultSet_getAsciiStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getBigDecimal在接口中Filter- 覆盖:
resultSet_getBigDecimal在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getBigDecimal
public BigDecimal resultSet_getBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex, int scale) throws SQLException - 指定者:
resultSet_getBigDecimal在接口中Filter- 覆盖:
resultSet_getBigDecimal在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getBinaryStream
public InputStream resultSet_getBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getBinaryStream在接口中Filter- 覆盖:
resultSet_getBinaryStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getBlob
public Blob resultSet_getBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getBlob在接口中Filter- 覆盖:
resultSet_getBlob在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getBoolean
public boolean resultSet_getBoolean(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getBoolean在接口中Filter- 覆盖:
resultSet_getBoolean在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getByte
public byte resultSet_getByte(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getByte在接口中Filter- 覆盖:
resultSet_getByte在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getBytes
public byte[] resultSet_getBytes(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getBytes在接口中Filter- 覆盖:
resultSet_getBytes在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getCharacterStream
public Reader resultSet_getCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getCharacterStream在接口中Filter- 覆盖:
resultSet_getCharacterStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getClob
public Clob resultSet_getClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getClob在接口中Filter- 覆盖:
resultSet_getClob在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getDate在接口中Filter- 覆盖:
resultSet_getDate在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getDate
public Date resultSet_getDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException - 指定者:
resultSet_getDate在接口中Filter- 覆盖:
resultSet_getDate在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getDouble
public double resultSet_getDouble(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getDouble在接口中Filter- 覆盖:
resultSet_getDouble在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getFloat
public float resultSet_getFloat(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getFloat在接口中Filter- 覆盖:
resultSet_getFloat在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getInt
public int resultSet_getInt(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getInt在接口中Filter- 覆盖:
resultSet_getInt在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getLong
public long resultSet_getLong(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getLong在接口中Filter- 覆盖:
resultSet_getLong在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getNCharacterStream
public Reader resultSet_getNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getNCharacterStream在接口中Filter- 覆盖:
resultSet_getNCharacterStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getNClob
public NClob resultSet_getNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getNClob在接口中Filter- 覆盖:
resultSet_getNClob在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getNString
public String resultSet_getNString(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getNString在接口中Filter- 覆盖:
resultSet_getNString在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getObject在接口中Filter- 覆盖:
resultSet_getObject在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getObject
public <T> T resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Class<T> type) throws SQLException - 指定者:
resultSet_getObject在接口中Filter- 覆盖:
resultSet_getObject在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getObject
public Object resultSet_getObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Map<String, Class<?>> map) throws SQLException- 指定者:
resultSet_getObject在接口中Filter- 覆盖:
resultSet_getObject在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getRef
public Ref resultSet_getRef(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getRef在接口中Filter- 覆盖:
resultSet_getRef在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getRowId
public RowId resultSet_getRowId(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getRowId在接口中Filter- 覆盖:
resultSet_getRowId在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getSQLXML
public SQLXML resultSet_getSQLXML(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getSQLXML在接口中Filter- 覆盖:
resultSet_getSQLXML在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getShort
public short resultSet_getShort(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getShort在接口中Filter- 覆盖:
resultSet_getShort在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getString
public String resultSet_getString(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getString在接口中Filter- 覆盖:
resultSet_getString在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getTime在接口中Filter- 覆盖:
resultSet_getTime在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getTime
public Time resultSet_getTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException - 指定者:
resultSet_getTime在接口中Filter- 覆盖:
resultSet_getTime在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getTimestamp在接口中Filter- 覆盖:
resultSet_getTimestamp在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getTimestamp
public Timestamp resultSet_getTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException - 指定者:
resultSet_getTimestamp在接口中Filter- 覆盖:
resultSet_getTimestamp在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getURL
public URL resultSet_getURL(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getURL在接口中Filter- 覆盖:
resultSet_getURL在类中FilterAdapter- 抛出:
SQLException
-
resultSet_getUnicodeStream
public InputStream resultSet_getUnicodeStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_getUnicodeStream在接口中Filter- 覆盖:
resultSet_getUnicodeStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateArray
public void resultSet_updateArray(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Array x) throws SQLException - 指定者:
resultSet_updateArray在接口中Filter- 覆盖:
resultSet_updateArray在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x) throws SQLException - 指定者:
resultSet_updateAsciiStream在接口中Filter- 覆盖:
resultSet_updateAsciiStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, int length) throws SQLException - 指定者:
resultSet_updateAsciiStream在接口中Filter- 覆盖:
resultSet_updateAsciiStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateAsciiStream
public void resultSet_updateAsciiStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, long length) throws SQLException - 指定者:
resultSet_updateAsciiStream在接口中Filter- 覆盖:
resultSet_updateAsciiStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateBigDecimal
public void resultSet_updateBigDecimal(FilterChain chain, ResultSetProxy resultSet, int columnIndex, BigDecimal x) throws SQLException - 指定者:
resultSet_updateBigDecimal在接口中Filter- 覆盖:
resultSet_updateBigDecimal在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x) throws SQLException - 指定者:
resultSet_updateBinaryStream在接口中Filter- 覆盖:
resultSet_updateBinaryStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, int length) throws SQLException - 指定者:
resultSet_updateBinaryStream在接口中Filter- 覆盖:
resultSet_updateBinaryStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateBinaryStream
public void resultSet_updateBinaryStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream x, long length) throws SQLException - 指定者:
resultSet_updateBinaryStream在接口中Filter- 覆盖:
resultSet_updateBinaryStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream inputStream) throws SQLException - 指定者:
resultSet_updateBlob在接口中Filter- 覆盖:
resultSet_updateBlob在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, InputStream inputStream, long length) throws SQLException - 指定者:
resultSet_updateBlob在接口中Filter- 覆盖:
resultSet_updateBlob在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateBlob
public void resultSet_updateBlob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Blob x) throws SQLException - 指定者:
resultSet_updateBlob在接口中Filter- 覆盖:
resultSet_updateBlob在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateBoolean
public void resultSet_updateBoolean(FilterChain chain, ResultSetProxy resultSet, int columnIndex, boolean x) throws SQLException - 指定者:
resultSet_updateBoolean在接口中Filter- 覆盖:
resultSet_updateBoolean在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateByte
public void resultSet_updateByte(FilterChain chain, ResultSetProxy resultSet, int columnIndex, byte x) throws SQLException - 指定者:
resultSet_updateByte在接口中Filter- 覆盖:
resultSet_updateByte在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateBytes
public void resultSet_updateBytes(FilterChain chain, ResultSetProxy resultSet, int columnIndex, byte[] x) throws SQLException - 指定者:
resultSet_updateBytes在接口中Filter- 覆盖:
resultSet_updateBytes在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x) throws SQLException - 指定者:
resultSet_updateCharacterStream在接口中Filter- 覆盖:
resultSet_updateCharacterStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, int length) throws SQLException - 指定者:
resultSet_updateCharacterStream在接口中Filter- 覆盖:
resultSet_updateCharacterStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateCharacterStream
public void resultSet_updateCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, long length) throws SQLException - 指定者:
resultSet_updateCharacterStream在接口中Filter- 覆盖:
resultSet_updateCharacterStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Clob x) throws SQLException - 指定者:
resultSet_updateClob在接口中Filter- 覆盖:
resultSet_updateClob在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader) throws SQLException - 指定者:
resultSet_updateClob在接口中Filter- 覆盖:
resultSet_updateClob在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateClob
public void resultSet_updateClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader, long length) throws SQLException - 指定者:
resultSet_updateClob在接口中Filter- 覆盖:
resultSet_updateClob在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateDate
public void resultSet_updateDate(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Date x) throws SQLException - 指定者:
resultSet_updateDate在接口中Filter- 覆盖:
resultSet_updateDate在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateDouble
public void resultSet_updateDouble(FilterChain chain, ResultSetProxy resultSet, int columnIndex, double x) throws SQLException - 指定者:
resultSet_updateDouble在接口中Filter- 覆盖:
resultSet_updateDouble在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateFloat
public void resultSet_updateFloat(FilterChain chain, ResultSetProxy resultSet, int columnIndex, float x) throws SQLException - 指定者:
resultSet_updateFloat在接口中Filter- 覆盖:
resultSet_updateFloat在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateInt
public void resultSet_updateInt(FilterChain chain, ResultSetProxy resultSet, int columnIndex, int x) throws SQLException - 指定者:
resultSet_updateInt在接口中Filter- 覆盖:
resultSet_updateInt在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateLong
public void resultSet_updateLong(FilterChain chain, ResultSetProxy resultSet, int columnIndex, long x) throws SQLException - 指定者:
resultSet_updateLong在接口中Filter- 覆盖:
resultSet_updateLong在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x) throws SQLException - 指定者:
resultSet_updateNCharacterStream在接口中Filter- 覆盖:
resultSet_updateNCharacterStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateNCharacterStream
public void resultSet_updateNCharacterStream(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader x, long length) throws SQLException - 指定者:
resultSet_updateNCharacterStream在接口中Filter- 覆盖:
resultSet_updateNCharacterStream在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, NClob nClob) throws SQLException - 指定者:
resultSet_updateNClob在接口中Filter- 覆盖:
resultSet_updateNClob在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader) throws SQLException - 指定者:
resultSet_updateNClob在接口中Filter- 覆盖:
resultSet_updateNClob在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateNClob
public void resultSet_updateNClob(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Reader reader, long length) throws SQLException - 指定者:
resultSet_updateNClob在接口中Filter- 覆盖:
resultSet_updateNClob在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateNString
public void resultSet_updateNString(FilterChain chain, ResultSetProxy resultSet, int columnIndex, String nString) throws SQLException - 指定者:
resultSet_updateNString在接口中Filter- 覆盖:
resultSet_updateNString在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateNull
public void resultSet_updateNull(FilterChain chain, ResultSetProxy resultSet, int columnIndex) throws SQLException - 指定者:
resultSet_updateNull在接口中Filter- 覆盖:
resultSet_updateNull在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Object x) throws SQLException - 指定者:
resultSet_updateObject在接口中Filter- 覆盖:
resultSet_updateObject在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateObject
public void resultSet_updateObject(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Object x, int scaleOrLength) throws SQLException - 指定者:
resultSet_updateObject在接口中Filter- 覆盖:
resultSet_updateObject在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateRef
public void resultSet_updateRef(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Ref x) throws SQLException - 指定者:
resultSet_updateRef在接口中Filter- 覆盖:
resultSet_updateRef在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateRowId
public void resultSet_updateRowId(FilterChain chain, ResultSetProxy resultSet, int columnIndex, RowId x) throws SQLException - 指定者:
resultSet_updateRowId在接口中Filter- 覆盖:
resultSet_updateRowId在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateShort
public void resultSet_updateShort(FilterChain chain, ResultSetProxy resultSet, int columnIndex, short x) throws SQLException - 指定者:
resultSet_updateShort在接口中Filter- 覆盖:
resultSet_updateShort在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateSQLXML
public void resultSet_updateSQLXML(FilterChain chain, ResultSetProxy resultSet, int columnIndex, SQLXML xmlObject) throws SQLException - 指定者:
resultSet_updateSQLXML在接口中Filter- 覆盖:
resultSet_updateSQLXML在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateString
public void resultSet_updateString(FilterChain chain, ResultSetProxy resultSet, int columnIndex, String x) throws SQLException - 指定者:
resultSet_updateString在接口中Filter- 覆盖:
resultSet_updateString在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateTime
public void resultSet_updateTime(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Time x) throws SQLException - 指定者:
resultSet_updateTime在接口中Filter- 覆盖:
resultSet_updateTime在类中FilterAdapter- 抛出:
SQLException
-
resultSet_updateTimestamp
public void resultSet_updateTimestamp(FilterChain chain, ResultSetProxy resultSet, int columnIndex, Timestamp x) throws SQLException - 指定者:
resultSet_updateTimestamp在接口中Filter- 覆盖:
resultSet_updateTimestamp在类中FilterAdapter- 抛出:
SQLException
-
resultSet_next
- 指定者:
resultSet_next在接口中Filter- 覆盖:
resultSet_next在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_getColumnCount
public int resultSetMetaData_getColumnCount(FilterChain chain, ResultSetMetaDataProxy metaData) throws SQLException - 指定者:
resultSetMetaData_getColumnCount在接口中Filter- 覆盖:
resultSetMetaData_getColumnCount在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_isAutoIncrement
public boolean resultSetMetaData_isAutoIncrement(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isAutoIncrement在接口中Filter- 覆盖:
resultSetMetaData_isAutoIncrement在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_isCaseSensitive
public boolean resultSetMetaData_isCaseSensitive(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isCaseSensitive在接口中Filter- 覆盖:
resultSetMetaData_isCaseSensitive在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_isSearchable
public boolean resultSetMetaData_isSearchable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isSearchable在接口中Filter- 覆盖:
resultSetMetaData_isSearchable在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_isCurrency
public boolean resultSetMetaData_isCurrency(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isCurrency在接口中Filter- 覆盖:
resultSetMetaData_isCurrency在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_isNullable
public int resultSetMetaData_isNullable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isNullable在接口中Filter- 覆盖:
resultSetMetaData_isNullable在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_isSigned
public boolean resultSetMetaData_isSigned(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isSigned在接口中Filter- 覆盖:
resultSetMetaData_isSigned在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_getColumnDisplaySize
public int resultSetMetaData_getColumnDisplaySize(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException -
resultSetMetaData_getColumnLabel
public String resultSetMetaData_getColumnLabel(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getColumnLabel在接口中Filter- 覆盖:
resultSetMetaData_getColumnLabel在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_getColumnName
public String resultSetMetaData_getColumnName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getColumnName在接口中Filter- 覆盖:
resultSetMetaData_getColumnName在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_getSchemaName
public String resultSetMetaData_getSchemaName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getSchemaName在接口中Filter- 覆盖:
resultSetMetaData_getSchemaName在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_getPrecision
public int resultSetMetaData_getPrecision(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getPrecision在接口中Filter- 覆盖:
resultSetMetaData_getPrecision在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_getScale
public int resultSetMetaData_getScale(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getScale在接口中Filter- 覆盖:
resultSetMetaData_getScale在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_getTableName
public String resultSetMetaData_getTableName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getTableName在接口中Filter- 覆盖:
resultSetMetaData_getTableName在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_getCatalogName
public String resultSetMetaData_getCatalogName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getCatalogName在接口中Filter- 覆盖:
resultSetMetaData_getCatalogName在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_getColumnType
public int resultSetMetaData_getColumnType(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getColumnType在接口中Filter- 覆盖:
resultSetMetaData_getColumnType在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_getColumnTypeName
public String resultSetMetaData_getColumnTypeName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getColumnTypeName在接口中Filter- 覆盖:
resultSetMetaData_getColumnTypeName在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_isReadOnly
public boolean resultSetMetaData_isReadOnly(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isReadOnly在接口中Filter- 覆盖:
resultSetMetaData_isReadOnly在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_isWritable
public boolean resultSetMetaData_isWritable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_isWritable在接口中Filter- 覆盖:
resultSetMetaData_isWritable在类中FilterAdapter- 抛出:
SQLException
-
resultSetMetaData_isDefinitelyWritable
public boolean resultSetMetaData_isDefinitelyWritable(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException -
resultSetMetaData_getColumnClassName
public String resultSetMetaData_getColumnClassName(FilterChain chain, ResultSetMetaDataProxy metaData, int column) throws SQLException - 指定者:
resultSetMetaData_getColumnClassName在接口中Filter- 覆盖:
resultSetMetaData_getColumnClassName在类中FilterAdapter- 抛出:
SQLException
-
getViolationCount
public long getViolationCount()- 指定者:
getViolationCount在接口中WallFilterMBean
-
resetViolationCount
public void resetViolationCount()- 指定者:
resetViolationCount在接口中WallFilterMBean
-
clearWhiteList
public void clearWhiteList()- 指定者:
clearWhiteList在接口中WallFilterMBean
-
checkValid
- 指定者:
checkValid在接口中WallFilterMBean
-