com.alibaba.druid.filter.encoding
类 EncodingConvertFilter

java.lang.Object
  继承者 javax.management.NotificationBroadcasterSupport
      继承者 com.alibaba.druid.filter.FilterAdapter
          继承者 com.alibaba.druid.filter.encoding.EncodingConvertFilter
所有已实现的接口:
Filter, Wrapper, NotificationBroadcaster, NotificationEmitter

public class EncodingConvertFilter
extends FilterAdapter

作者:
wenshao

字段摘要
static String ATTR_CHARSET_CONVERTER
           
static String ATTR_CHARSET_PARAMETER
           
 
构造方法摘要
EncodingConvertFilter()
           
 
方法摘要
 Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex)
           
 Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Map<String,Class<?>> map)
           
 Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName)
           
 Object callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Map<String,Class<?>> map)
           
 String callableStatement_getString(FilterChain chain, CallableStatementProxy statement, int parameterIndex)
           
 String callableStatement_getString(FilterChain chain, CallableStatementProxy statement, String parameterName)
           
 void callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader)
           
 void callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, int length)
           
 void callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length)
           
 void callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x)
           
 void callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType)
           
 void callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType, int scale)
           
 void callableStatement_setString(FilterChain chain, CallableStatementProxy statement, String parameterName, String x)
           
 Reader clob_getCharacterStream(FilterChain chain, ClobProxy wrapper)
           
 Reader clob_getCharacterStream(FilterChain chain, ClobProxy wrapper, long pos, long length)
           
 String clob_getSubString(FilterChain chain, ClobProxy wrapper, long pos, int length)
           
 long clob_position(FilterChain chain, ClobProxy wrapper, String searchstr, long start)
           
 int clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str)
           
 int clob_setString(FilterChain chain, ClobProxy wrapper, long pos, String str, int offset, int len)
           
 ConnectionProxy connection_connect(FilterChain chain, Properties info)
           
 String connection_nativeSQL(FilterChain chain, ConnectionProxy connection, String sql)
           
 CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql)
           
 CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 CallableStatementProxy connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql)
           
 PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames)
           
 String decode(ConnectionProxy connection, String s)
           
 Object decodeObject(CallableStatementProxy stmt, Object object)
           
 Object decodeObject(ConnectionProxy connection, Object object)
           
 String encode(ConnectionProxy connection, String s)
           
 void preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, int length)
           
 void preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x)
           
 void preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType)
           
 void preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength)
           
 void preparedStatement_setString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String x)
           
 Object resultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex)
           
 Object resultSet_getObject(FilterChain chain, ResultSetProxy result, int columnIndex, Map<String,Class<?>> map)
           
 Object resultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel)
           
 Object resultSet_getObject(FilterChain chain, ResultSetProxy result, String columnLabel, Map<String,Class<?>> map)
           
 String resultSet_getString(FilterChain chain, ResultSetProxy result, int columnIndex)
           
 String resultSet_getString(FilterChain chain, ResultSetProxy result, String columnLabel)
           
 void statement_addBatch(FilterChain chain, StatementProxy statement, String sql)
           
 boolean statement_execute(FilterChain chain, StatementProxy statement, String sql)
           
 boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)
           
 boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)
           
 boolean statement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames)
           
 ResultSetProxy statement_executeQuery(FilterChain chain, StatementProxy statement, String sql)
           
 int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql)
           
 int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)
           
 int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)
           
 int statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames)
           
 
从类 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_getRef, callableStatement_getRef, callableStatement_getRowId, callableStatement_getRowId, callableStatement_getShort, callableStatement_getShort, callableStatement_getSQLXML, callableStatement_getSQLXML, 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_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_setRowId, callableStatement_setShort, callableStatement_setSQLXML, callableStatement_setTime, callableStatement_setTime, callableStatement_setTimestamp, callableStatement_setTimestamp, callableStatement_setURL, callableStatement_wasNull, clob_free, clob_getAsciiStream, clob_length, clob_position, clob_setAsciiStream, clob_setCharacterStream, clob_truncate, configFromProperties, connection_clearWarnings, connection_close, connection_commit, 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_getMetaData, connection_getTransactionIsolation, connection_getTypeMap, connection_getWarnings, connection_isClosed, connection_isReadOnly, connection_isValid, connection_releaseSavepoint, connection_rollback, connection_rollback, connection_setAutoCommit, connection_setCatalog, connection_setClientInfo, connection_setClientInfo, connection_setHoldability, connection_setReadOnly, connection_setSavepoint, connection_setSavepoint, connection_setTransactionIsolation, connection_setTypeMap, dataSource_getConnection, dataSource_releaseConnection, destroy, init, isWrapperFor, isWrapperFor, preparedStatement_addBatch, preparedStatement_clearParameters, preparedStatement_execute, preparedStatement_executeQuery, preparedStatement_executeUpdate, 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_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_setRef, preparedStatement_setRowId, preparedStatement_setShort, preparedStatement_setSQLXML, preparedStatement_setTime, preparedStatement_setTime, preparedStatement_setTimestamp, preparedStatement_setTimestamp, preparedStatement_setUnicodeStream, preparedStatement_setURL, resultSet_absolute, resultSet_afterLast, resultSet_beforeFirst, resultSet_cancelRowUpdates, resultSet_clearWarnings, resultSet_close, resultSet_deleteRow, resultSet_findColumn, resultSet_first, resultSet_getArray, resultSet_getArray, resultSet_getAsciiStream, resultSet_getAsciiStream, resultSet_getBigDecimal, resultSet_getBigDecimal, resultSet_getBigDecimal, resultSet_getBigDecimal, resultSet_getBinaryStream, resultSet_getBinaryStream, resultSet_getBlob, resultSet_getBlob, resultSet_getBoolean, resultSet_getBoolean, resultSet_getByte, resultSet_getByte, resultSet_getBytes, resultSet_getBytes, resultSet_getCharacterStream, resultSet_getCharacterStream, resultSet_getClob, resultSet_getClob, resultSet_getConcurrency, resultSet_getCursorName, resultSet_getDate, resultSet_getDate, resultSet_getDate, resultSet_getDate, resultSet_getDouble, resultSet_getDouble, resultSet_getFetchDirection, resultSet_getFetchSize, resultSet_getFloat, resultSet_getFloat, resultSet_getHoldability, resultSet_getInt, resultSet_getInt, resultSet_getLong, resultSet_getLong, resultSet_getMetaData, resultSet_getNCharacterStream, resultSet_getNCharacterStream, resultSet_getNClob, resultSet_getNClob, resultSet_getNString, resultSet_getNString, resultSet_getRef, resultSet_getRef, resultSet_getRow, resultSet_getRowId, resultSet_getRowId, resultSet_getShort, resultSet_getShort, resultSet_getSQLXML, resultSet_getSQLXML, resultSet_getStatement, resultSet_getTime, resultSet_getTime, resultSet_getTime, resultSet_getTime, resultSet_getTimestamp, resultSet_getTimestamp, resultSet_getTimestamp, resultSet_getTimestamp, resultSet_getType, resultSet_getUnicodeStream, resultSet_getUnicodeStream, resultSet_getURL, resultSet_getURL, resultSet_getWarnings, resultSet_insertRow, resultSet_isAfterLast, resultSet_isBeforeFirst, resultSet_isClosed, resultSet_isFirst, resultSet_isLast, resultSet_last, resultSet_moveToCurrentRow, resultSet_moveToInsertRow, resultSet_next, resultSet_previous, resultSet_refreshRow, resultSet_relative, resultSet_rowDeleted, resultSet_rowInserted, resultSet_rowUpdated, resultSet_setFetchDirection, resultSet_setFetchSize, resultSet_updateArray, resultSet_updateArray, resultSet_updateAsciiStream, resultSet_updateAsciiStream, resultSet_updateAsciiStream, resultSet_updateAsciiStream, resultSet_updateAsciiStream, resultSet_updateAsciiStream, resultSet_updateBigDecimal, resultSet_updateBigDecimal, resultSet_updateBinaryStream, resultSet_updateBinaryStream, resultSet_updateBinaryStream, resultSet_updateBinaryStream, resultSet_updateBinaryStream, resultSet_updateBinaryStream, resultSet_updateBlob, resultSet_updateBlob, resultSet_updateBlob, resultSet_updateBlob, resultSet_updateBlob, resultSet_updateBlob, resultSet_updateBoolean, resultSet_updateBoolean, resultSet_updateByte, resultSet_updateByte, resultSet_updateBytes, resultSet_updateBytes, resultSet_updateCharacterStream, resultSet_updateCharacterStream, resultSet_updateCharacterStream, resultSet_updateCharacterStream, resultSet_updateCharacterStream, resultSet_updateCharacterStream, resultSet_updateClob, resultSet_updateClob, resultSet_updateClob, resultSet_updateClob, resultSet_updateClob, resultSet_updateClob, resultSet_updateDate, resultSet_updateDate, resultSet_updateDouble, resultSet_updateDouble, resultSet_updateFloat, resultSet_updateFloat, resultSet_updateInt, resultSet_updateInt, resultSet_updateLong, resultSet_updateLong, resultSet_updateNCharacterStream, resultSet_updateNCharacterStream, resultSet_updateNCharacterStream, resultSet_updateNCharacterStream, resultSet_updateNClob, resultSet_updateNClob, resultSet_updateNClob, resultSet_updateNClob, resultSet_updateNClob, resultSet_updateNClob, resultSet_updateNString, resultSet_updateNString, resultSet_updateNull, resultSet_updateNull, resultSet_updateObject, resultSet_updateObject, resultSet_updateObject, resultSet_updateObject, resultSet_updateRef, resultSet_updateRef, resultSet_updateRow, resultSet_updateRowId, resultSet_updateRowId, resultSet_updateShort, resultSet_updateShort, resultSet_updateSQLXML, resultSet_updateSQLXML, resultSet_updateString, resultSet_updateString, resultSet_updateTime, resultSet_updateTime, resultSet_updateTimestamp, resultSet_updateTimestamp, resultSet_wasNull, resultSetMetaData_getCatalogName, resultSetMetaData_getColumnClassName, resultSetMetaData_getColumnCount, resultSetMetaData_getColumnDisplaySize, resultSetMetaData_getColumnLabel, resultSetMetaData_getColumnName, resultSetMetaData_getColumnType, resultSetMetaData_getColumnTypeName, resultSetMetaData_getPrecision, resultSetMetaData_getScale, resultSetMetaData_getSchemaName, resultSetMetaData_getTableName, resultSetMetaData_isAutoIncrement, resultSetMetaData_isCaseSensitive, resultSetMetaData_isCurrency, resultSetMetaData_isDefinitelyWritable, resultSetMetaData_isNullable, resultSetMetaData_isReadOnly, resultSetMetaData_isSearchable, resultSetMetaData_isSigned, resultSetMetaData_isWritable, statement_cancel, statement_clearBatch, statement_clearWarnings, statement_close, statement_executeBatch, statement_getConnection, statement_getFetchDirection, statement_getFetchSize, statement_getGeneratedKeys, statement_getMaxFieldSize, statement_getMaxRows, statement_getMoreResults, statement_getMoreResults, statement_getQueryTimeout, statement_getResultSet, 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, unwrap
 
从类 javax.management.NotificationBroadcasterSupport 继承的方法
addNotificationListener, getNotificationInfo, removeNotificationListener, removeNotificationListener, sendNotification
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

ATTR_CHARSET_PARAMETER

public static final String ATTR_CHARSET_PARAMETER
另请参见:
常量字段值

ATTR_CHARSET_CONVERTER

public static final String ATTR_CHARSET_CONVERTER
另请参见:
常量字段值
构造方法详细信息

EncodingConvertFilter

public EncodingConvertFilter()
方法详细信息

connection_connect

public ConnectionProxy connection_connect(FilterChain chain,
                                          Properties info)
                                   throws SQLException
指定者:
接口 Filter 中的 connection_connect
覆盖:
FilterAdapter 中的 connection_connect
抛出:
SQLException

resultSet_getString

public String resultSet_getString(FilterChain chain,
                                  ResultSetProxy result,
                                  int columnIndex)
                           throws SQLException
指定者:
接口 Filter 中的 resultSet_getString
覆盖:
FilterAdapter 中的 resultSet_getString
抛出:
SQLException

resultSet_getString

public String resultSet_getString(FilterChain chain,
                                  ResultSetProxy result,
                                  String columnLabel)
                           throws SQLException
指定者:
接口 Filter 中的 resultSet_getString
覆盖:
FilterAdapter 中的 resultSet_getString
抛出:
SQLException

resultSet_getObject

public Object resultSet_getObject(FilterChain chain,
                                  ResultSetProxy result,
                                  int columnIndex)
                           throws SQLException
指定者:
接口 Filter 中的 resultSet_getObject
覆盖:
FilterAdapter 中的 resultSet_getObject
抛出:
SQLException

resultSet_getObject

public Object resultSet_getObject(FilterChain chain,
                                  ResultSetProxy result,
                                  int columnIndex,
                                  Map<String,Class<?>> map)
                           throws SQLException
指定者:
接口 Filter 中的 resultSet_getObject
覆盖:
FilterAdapter 中的 resultSet_getObject
抛出:
SQLException

resultSet_getObject

public Object resultSet_getObject(FilterChain chain,
                                  ResultSetProxy result,
                                  String columnLabel)
                           throws SQLException
指定者:
接口 Filter 中的 resultSet_getObject
覆盖:
FilterAdapter 中的 resultSet_getObject
抛出:
SQLException

resultSet_getObject

public Object resultSet_getObject(FilterChain chain,
                                  ResultSetProxy result,
                                  String columnLabel,
                                  Map<String,Class<?>> map)
                           throws SQLException
指定者:
接口 Filter 中的 resultSet_getObject
覆盖:
FilterAdapter 中的 resultSet_getObject
抛出:
SQLException

decodeObject

public Object decodeObject(ConnectionProxy connection,
                           Object object)
                    throws SQLException
抛出:
SQLException

decodeObject

public Object decodeObject(CallableStatementProxy stmt,
                           Object object)
                    throws SQLException
抛出:
SQLException

encode

public String encode(ConnectionProxy connection,
                     String s)
              throws SQLException
抛出:
SQLException

decode

public String decode(ConnectionProxy connection,
                     String s)
              throws SQLException
抛出:
SQLException

connection_prepareStatement

public PreparedStatementProxy connection_prepareStatement(FilterChain chain,
                                                          ConnectionProxy connection,
                                                          String sql)
                                                   throws SQLException
指定者:
接口 Filter 中的 connection_prepareStatement
覆盖:
FilterAdapter 中的 connection_prepareStatement
抛出:
SQLException

connection_prepareStatement

public PreparedStatementProxy connection_prepareStatement(FilterChain chain,
                                                          ConnectionProxy connection,
                                                          String sql,
                                                          int autoGeneratedKeys)
                                                   throws SQLException
指定者:
接口 Filter 中的 connection_prepareStatement
覆盖:
FilterAdapter 中的 connection_prepareStatement
抛出:
SQLException

connection_prepareStatement

public PreparedStatementProxy connection_prepareStatement(FilterChain chain,
                                                          ConnectionProxy connection,
                                                          String sql,
                                                          int resultSetType,
                                                          int resultSetConcurrency)
                                                   throws SQLException
指定者:
接口 Filter 中的 connection_prepareStatement
覆盖:
FilterAdapter 中的 connection_prepareStatement
抛出:
SQLException

connection_prepareStatement

public PreparedStatementProxy connection_prepareStatement(FilterChain chain,
                                                          ConnectionProxy connection,
                                                          String sql,
                                                          int resultSetType,
                                                          int resultSetConcurrency,
                                                          int resultSetHoldability)
                                                   throws SQLException
指定者:
接口 Filter 中的 connection_prepareStatement
覆盖:
FilterAdapter 中的 connection_prepareStatement
抛出:
SQLException

connection_prepareStatement

public PreparedStatementProxy connection_prepareStatement(FilterChain chain,
                                                          ConnectionProxy connection,
                                                          String sql,
                                                          int[] columnIndexes)
                                                   throws SQLException
指定者:
接口 Filter 中的 connection_prepareStatement
覆盖:
FilterAdapter 中的 connection_prepareStatement
抛出:
SQLException

connection_prepareStatement

public PreparedStatementProxy connection_prepareStatement(FilterChain chain,
                                                          ConnectionProxy connection,
                                                          String sql,
                                                          String[] columnNames)
                                                   throws SQLException
指定者:
接口 Filter 中的 connection_prepareStatement
覆盖:
FilterAdapter 中的 connection_prepareStatement
抛出:
SQLException

connection_prepareCall

public CallableStatementProxy connection_prepareCall(FilterChain chain,
                                                     ConnectionProxy connection,
                                                     String sql)
                                              throws SQLException
指定者:
接口 Filter 中的 connection_prepareCall
覆盖:
FilterAdapter 中的 connection_prepareCall
抛出:
SQLException

connection_prepareCall

public CallableStatementProxy connection_prepareCall(FilterChain chain,
                                                     ConnectionProxy connection,
                                                     String sql,
                                                     int resultSetType,
                                                     int resultSetConcurrency)
                                              throws SQLException
指定者:
接口 Filter 中的 connection_prepareCall
覆盖:
FilterAdapter 中的 connection_prepareCall
抛出:
SQLException

connection_prepareCall

public CallableStatementProxy connection_prepareCall(FilterChain chain,
                                                     ConnectionProxy connection,
                                                     String sql,
                                                     int resultSetType,
                                                     int resultSetConcurrency,
                                                     int resultSetHoldability)
                                              throws SQLException
指定者:
接口 Filter 中的 connection_prepareCall
覆盖:
FilterAdapter 中的 connection_prepareCall
抛出:
SQLException

connection_nativeSQL

public String connection_nativeSQL(FilterChain chain,
                                   ConnectionProxy connection,
                                   String sql)
                            throws SQLException
指定者:
接口 Filter 中的 connection_nativeSQL
覆盖:
FilterAdapter 中的 connection_nativeSQL
抛出:
SQLException

statement_addBatch

public void statement_addBatch(FilterChain chain,
                               StatementProxy statement,
                               String sql)
                        throws SQLException
指定者:
接口 Filter 中的 statement_addBatch
覆盖:
FilterAdapter 中的 statement_addBatch
抛出:
SQLException

statement_execute

public boolean statement_execute(FilterChain chain,
                                 StatementProxy statement,
                                 String sql)
                          throws SQLException
指定者:
接口 Filter 中的 statement_execute
覆盖:
FilterAdapter 中的 statement_execute
抛出:
SQLException

statement_execute

public boolean statement_execute(FilterChain chain,
                                 StatementProxy statement,
                                 String sql,
                                 int autoGeneratedKeys)
                          throws SQLException
指定者:
接口 Filter 中的 statement_execute
覆盖:
FilterAdapter 中的 statement_execute
抛出:
SQLException

statement_execute

public boolean statement_execute(FilterChain chain,
                                 StatementProxy statement,
                                 String sql,
                                 int[] columnIndexes)
                          throws SQLException
指定者:
接口 Filter 中的 statement_execute
覆盖:
FilterAdapter 中的 statement_execute
抛出:
SQLException

statement_execute

public boolean statement_execute(FilterChain chain,
                                 StatementProxy statement,
                                 String sql,
                                 String[] columnNames)
                          throws SQLException
指定者:
接口 Filter 中的 statement_execute
覆盖:
FilterAdapter 中的 statement_execute
抛出:
SQLException

statement_executeQuery

public ResultSetProxy statement_executeQuery(FilterChain chain,
                                             StatementProxy statement,
                                             String sql)
                                      throws SQLException
指定者:
接口 Filter 中的 statement_executeQuery
覆盖:
FilterAdapter 中的 statement_executeQuery
抛出:
SQLException

statement_executeUpdate

public int statement_executeUpdate(FilterChain chain,
                                   StatementProxy statement,
                                   String sql)
                            throws SQLException
指定者:
接口 Filter 中的 statement_executeUpdate
覆盖:
FilterAdapter 中的 statement_executeUpdate
抛出:
SQLException

statement_executeUpdate

public int statement_executeUpdate(FilterChain chain,
                                   StatementProxy statement,
                                   String sql,
                                   int autoGeneratedKeys)
                            throws SQLException
指定者:
接口 Filter 中的 statement_executeUpdate
覆盖:
FilterAdapter 中的 statement_executeUpdate
抛出:
SQLException

statement_executeUpdate

public int statement_executeUpdate(FilterChain chain,
                                   StatementProxy statement,
                                   String sql,
                                   int[] columnIndexes)
                            throws SQLException
指定者:
接口 Filter 中的 statement_executeUpdate
覆盖:
FilterAdapter 中的 statement_executeUpdate
抛出:
SQLException

statement_executeUpdate

public int statement_executeUpdate(FilterChain chain,
                                   StatementProxy statement,
                                   String sql,
                                   String[] columnNames)
                            throws SQLException
指定者:
接口 Filter 中的 statement_executeUpdate
覆盖:
FilterAdapter 中的 statement_executeUpdate
抛出:
SQLException

preparedStatement_setString

public void preparedStatement_setString(FilterChain chain,
                                        PreparedStatementProxy statement,
                                        int parameterIndex,
                                        String x)
                                 throws SQLException
指定者:
接口 Filter 中的 preparedStatement_setString
覆盖:
FilterAdapter 中的 preparedStatement_setString
抛出:
SQLException

preparedStatement_setCharacterStream

public void preparedStatement_setCharacterStream(FilterChain chain,
                                                 PreparedStatementProxy statement,
                                                 int parameterIndex,
                                                 Reader reader)
                                          throws SQLException
指定者:
接口 Filter 中的 preparedStatement_setCharacterStream
覆盖:
FilterAdapter 中的 preparedStatement_setCharacterStream
抛出:
SQLException

preparedStatement_setCharacterStream

public void preparedStatement_setCharacterStream(FilterChain chain,
                                                 PreparedStatementProxy statement,
                                                 int parameterIndex,
                                                 Reader reader,
                                                 int length)
                                          throws SQLException
指定者:
接口 Filter 中的 preparedStatement_setCharacterStream
覆盖:
FilterAdapter 中的 preparedStatement_setCharacterStream
抛出:
SQLException

preparedStatement_setCharacterStream

public void preparedStatement_setCharacterStream(FilterChain chain,
                                                 PreparedStatementProxy statement,
                                                 int parameterIndex,
                                                 Reader reader,
                                                 long length)
                                          throws SQLException
指定者:
接口 Filter 中的 preparedStatement_setCharacterStream
覆盖:
FilterAdapter 中的 preparedStatement_setCharacterStream
抛出:
SQLException

preparedStatement_setObject

public void preparedStatement_setObject(FilterChain chain,
                                        PreparedStatementProxy statement,
                                        int parameterIndex,
                                        Object x)
                                 throws SQLException
指定者:
接口 Filter 中的 preparedStatement_setObject
覆盖:
FilterAdapter 中的 preparedStatement_setObject
抛出:
SQLException

preparedStatement_setObject

public void preparedStatement_setObject(FilterChain chain,
                                        PreparedStatementProxy statement,
                                        int parameterIndex,
                                        Object x,
                                        int targetSqlType)
                                 throws SQLException
指定者:
接口 Filter 中的 preparedStatement_setObject
覆盖:
FilterAdapter 中的 preparedStatement_setObject
抛出:
SQLException

preparedStatement_setObject

public void preparedStatement_setObject(FilterChain chain,
                                        PreparedStatementProxy statement,
                                        int parameterIndex,
                                        Object x,
                                        int targetSqlType,
                                        int scaleOrLength)
                                 throws SQLException
指定者:
接口 Filter 中的 preparedStatement_setObject
覆盖:
FilterAdapter 中的 preparedStatement_setObject
抛出:
SQLException

clob_position

public long clob_position(FilterChain chain,
                          ClobProxy wrapper,
                          String searchstr,
                          long start)
                   throws SQLException
指定者:
接口 Filter 中的 clob_position
覆盖:
FilterAdapter 中的 clob_position
抛出:
SQLException

clob_getSubString

public String clob_getSubString(FilterChain chain,
                                ClobProxy wrapper,
                                long pos,
                                int length)
                         throws SQLException
指定者:
接口 Filter 中的 clob_getSubString
覆盖:
FilterAdapter 中的 clob_getSubString
抛出:
SQLException

clob_getCharacterStream

public Reader clob_getCharacterStream(FilterChain chain,
                                      ClobProxy wrapper)
                               throws SQLException
指定者:
接口 Filter 中的 clob_getCharacterStream
覆盖:
FilterAdapter 中的 clob_getCharacterStream
抛出:
SQLException

clob_getCharacterStream

public Reader clob_getCharacterStream(FilterChain chain,
                                      ClobProxy wrapper,
                                      long pos,
                                      long length)
                               throws SQLException
指定者:
接口 Filter 中的 clob_getCharacterStream
覆盖:
FilterAdapter 中的 clob_getCharacterStream
抛出:
SQLException

clob_setString

public int clob_setString(FilterChain chain,
                          ClobProxy wrapper,
                          long pos,
                          String str)
                   throws SQLException
指定者:
接口 Filter 中的 clob_setString
覆盖:
FilterAdapter 中的 clob_setString
抛出:
SQLException

clob_setString

public int clob_setString(FilterChain chain,
                          ClobProxy wrapper,
                          long pos,
                          String str,
                          int offset,
                          int len)
                   throws SQLException
指定者:
接口 Filter 中的 clob_setString
覆盖:
FilterAdapter 中的 clob_setString
抛出:
SQLException

callableStatement_setCharacterStream

public void callableStatement_setCharacterStream(FilterChain chain,
                                                 CallableStatementProxy statement,
                                                 String parameterName,
                                                 Reader reader)
                                          throws SQLException
指定者:
接口 Filter 中的 callableStatement_setCharacterStream
覆盖:
FilterAdapter 中的 callableStatement_setCharacterStream
抛出:
SQLException

callableStatement_setCharacterStream

public void callableStatement_setCharacterStream(FilterChain chain,
                                                 CallableStatementProxy statement,
                                                 String parameterName,
                                                 Reader reader,
                                                 int length)
                                          throws SQLException
指定者:
接口 Filter 中的 callableStatement_setCharacterStream
覆盖:
FilterAdapter 中的 callableStatement_setCharacterStream
抛出:
SQLException

callableStatement_setCharacterStream

public void callableStatement_setCharacterStream(FilterChain chain,
                                                 CallableStatementProxy statement,
                                                 String parameterName,
                                                 Reader reader,
                                                 long length)
                                          throws SQLException
指定者:
接口 Filter 中的 callableStatement_setCharacterStream
覆盖:
FilterAdapter 中的 callableStatement_setCharacterStream
抛出:
SQLException

callableStatement_setString

public void callableStatement_setString(FilterChain chain,
                                        CallableStatementProxy statement,
                                        String parameterName,
                                        String x)
                                 throws SQLException
指定者:
接口 Filter 中的 callableStatement_setString
覆盖:
FilterAdapter 中的 callableStatement_setString
抛出:
SQLException

callableStatement_setObject

public void callableStatement_setObject(FilterChain chain,
                                        CallableStatementProxy statement,
                                        String parameterName,
                                        Object x)
                                 throws SQLException
指定者:
接口 Filter 中的 callableStatement_setObject
覆盖:
FilterAdapter 中的 callableStatement_setObject
抛出:
SQLException

callableStatement_setObject

public void callableStatement_setObject(FilterChain chain,
                                        CallableStatementProxy statement,
                                        String parameterName,
                                        Object x,
                                        int targetSqlType)
                                 throws SQLException
指定者:
接口 Filter 中的 callableStatement_setObject
覆盖:
FilterAdapter 中的 callableStatement_setObject
抛出:
SQLException

callableStatement_setObject

public void callableStatement_setObject(FilterChain chain,
                                        CallableStatementProxy statement,
                                        String parameterName,
                                        Object x,
                                        int targetSqlType,
                                        int scale)
                                 throws SQLException
指定者:
接口 Filter 中的 callableStatement_setObject
覆盖:
FilterAdapter 中的 callableStatement_setObject
抛出:
SQLException

callableStatement_getString

public String callableStatement_getString(FilterChain chain,
                                          CallableStatementProxy statement,
                                          int parameterIndex)
                                   throws SQLException
指定者:
接口 Filter 中的 callableStatement_getString
覆盖:
FilterAdapter 中的 callableStatement_getString
抛出:
SQLException

callableStatement_getString

public String callableStatement_getString(FilterChain chain,
                                          CallableStatementProxy statement,
                                          String parameterName)
                                   throws SQLException
指定者:
接口 Filter 中的 callableStatement_getString
覆盖:
FilterAdapter 中的 callableStatement_getString
抛出:
SQLException

callableStatement_getObject

public Object callableStatement_getObject(FilterChain chain,
                                          CallableStatementProxy statement,
                                          int parameterIndex)
                                   throws SQLException
指定者:
接口 Filter 中的 callableStatement_getObject
覆盖:
FilterAdapter 中的 callableStatement_getObject
抛出:
SQLException

callableStatement_getObject

public Object callableStatement_getObject(FilterChain chain,
                                          CallableStatementProxy statement,
                                          int parameterIndex,
                                          Map<String,Class<?>> map)
                                   throws SQLException
指定者:
接口 Filter 中的 callableStatement_getObject
覆盖:
FilterAdapter 中的 callableStatement_getObject
抛出:
SQLException

callableStatement_getObject

public Object callableStatement_getObject(FilterChain chain,
                                          CallableStatementProxy statement,
                                          String parameterName)
                                   throws SQLException
指定者:
接口 Filter 中的 callableStatement_getObject
覆盖:
FilterAdapter 中的 callableStatement_getObject
抛出:
SQLException

callableStatement_getObject

public Object callableStatement_getObject(FilterChain chain,
                                          CallableStatementProxy statement,
                                          String parameterName,
                                          Map<String,Class<?>> map)
                                   throws SQLException
指定者:
接口 Filter 中的 callableStatement_getObject
覆盖:
FilterAdapter 中的 callableStatement_getObject
抛出:
SQLException


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.