接口 com.alibaba.druid.proxy.jdbc.ConnectionProxy
的使用

使用 ConnectionProxy 的软件包
com.alibaba.druid.filter   
com.alibaba.druid.filter.encoding   
com.alibaba.druid.filter.logging   
com.alibaba.druid.filter.stat   
com.alibaba.druid.proxy.jdbc   
com.alibaba.druid.wall   
 

com.alibaba.druid.filterConnectionProxy 的使用
 

返回 ConnectionProxycom.alibaba.druid.filter 中的方法
 ConnectionProxy FilterEventAdapter.connection_connect(FilterChain chain, Properties info)
           
 ConnectionProxy FilterAdapter.connection_connect(FilterChain chain, Properties info)
           
 ConnectionProxy Filter.connection_connect(FilterChain chain, Properties info)
           
 ConnectionProxy FilterChainImpl.connection_connect(Properties info)
           
 ConnectionProxy FilterChain.connection_connect(Properties info)
           
 ConnectionProxy FilterChainImpl.wrap(Connection connection, Properties info)
           
 

参数类型为 ConnectionProxycom.alibaba.druid.filter 中的方法
 void FilterChainImpl.connection_clearWarnings(ConnectionProxy connection)
           
 void FilterChain.connection_clearWarnings(ConnectionProxy connection)
           
 void FilterAdapter.connection_clearWarnings(FilterChain chain, ConnectionProxy connection)
           
 void Filter.connection_clearWarnings(FilterChain chain, ConnectionProxy connection)
           
 void FilterChainImpl.connection_close(ConnectionProxy connection)
           
 void FilterChain.connection_close(ConnectionProxy connection)
           
 void FilterAdapter.connection_close(FilterChain chain, ConnectionProxy connection)
           
 void Filter.connection_close(FilterChain chain, ConnectionProxy connection)
           
 void FilterChainImpl.connection_commit(ConnectionProxy connection)
           
 void FilterChain.connection_commit(ConnectionProxy connection)
           
 void FilterAdapter.connection_commit(FilterChain chain, ConnectionProxy connection)
           
 void Filter.connection_commit(FilterChain chain, ConnectionProxy connection)
           
 void FilterEventAdapter.connection_connectAfter(ConnectionProxy connection)
           
 Array FilterChainImpl.connection_createArrayOf(ConnectionProxy connection, String typeName, Object[] elements)
           
 Array FilterChain.connection_createArrayOf(ConnectionProxy connection, String typeName, Object[] elements)
           
 Array FilterAdapter.connection_createArrayOf(FilterChain chain, ConnectionProxy connection, String typeName, Object[] elements)
           
 Array Filter.connection_createArrayOf(FilterChain chain, ConnectionProxy connection, String typeName, Object[] elements)
           
 Blob FilterChainImpl.connection_createBlob(ConnectionProxy connection)
           
 Blob FilterChain.connection_createBlob(ConnectionProxy connection)
           
 Blob FilterAdapter.connection_createBlob(FilterChain chain, ConnectionProxy connection)
           
 Blob Filter.connection_createBlob(FilterChain chain, ConnectionProxy connection)
           
 Clob FilterChainImpl.connection_createClob(ConnectionProxy connection)
           
 Clob FilterChain.connection_createClob(ConnectionProxy connection)
           
 Clob FilterAdapter.connection_createClob(FilterChain chain, ConnectionProxy connection)
           
 Clob Filter.connection_createClob(FilterChain chain, ConnectionProxy connection)
           
 NClob FilterChainImpl.connection_createNClob(ConnectionProxy connection)
           
 NClob FilterChain.connection_createNClob(ConnectionProxy connection)
           
 NClob FilterAdapter.connection_createNClob(FilterChain chain, ConnectionProxy connection)
           
 NClob Filter.connection_createNClob(FilterChain chain, ConnectionProxy connection)
           
 SQLXML FilterChainImpl.connection_createSQLXML(ConnectionProxy connection)
           
 SQLXML FilterChain.connection_createSQLXML(ConnectionProxy connection)
           
 SQLXML FilterAdapter.connection_createSQLXML(FilterChain chain, ConnectionProxy connection)
           
 SQLXML Filter.connection_createSQLXML(FilterChain chain, ConnectionProxy connection)
           
 StatementProxy FilterChainImpl.connection_createStatement(ConnectionProxy connection)
           
 StatementProxy FilterChain.connection_createStatement(ConnectionProxy connection)
           
 StatementProxy FilterChainImpl.connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency)
           
 StatementProxy FilterChain.connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency)
           
 StatementProxy FilterChainImpl.connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 StatementProxy FilterChain.connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 StatementProxy FilterEventAdapter.connection_createStatement(FilterChain chain, ConnectionProxy connection)
           
 StatementProxy FilterAdapter.connection_createStatement(FilterChain chain, ConnectionProxy connection)
           
 StatementProxy Filter.connection_createStatement(FilterChain chain, ConnectionProxy connection)
           
 StatementProxy FilterEventAdapter.connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency)
           
 StatementProxy FilterAdapter.connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency)
           
 StatementProxy Filter.connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency)
           
 StatementProxy FilterEventAdapter.connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 StatementProxy FilterAdapter.connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 StatementProxy Filter.connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 Struct FilterChainImpl.connection_createStruct(ConnectionProxy connection, String typeName, Object[] attributes)
           
 Struct FilterChain.connection_createStruct(ConnectionProxy connection, String typeName, Object[] attributes)
           
 Struct FilterAdapter.connection_createStruct(FilterChain chain, ConnectionProxy connection, String typeName, Object[] attributes)
           
 Struct Filter.connection_createStruct(FilterChain chain, ConnectionProxy connection, String typeName, Object[] attributes)
           
 boolean FilterChainImpl.connection_getAutoCommit(ConnectionProxy connection)
           
 boolean FilterChain.connection_getAutoCommit(ConnectionProxy connection)
           
 boolean FilterAdapter.connection_getAutoCommit(FilterChain chain, ConnectionProxy connection)
           
 boolean Filter.connection_getAutoCommit(FilterChain chain, ConnectionProxy connection)
           
 String FilterChainImpl.connection_getCatalog(ConnectionProxy connection)
           
 String FilterChain.connection_getCatalog(ConnectionProxy connection)
           
 String FilterAdapter.connection_getCatalog(FilterChain chain, ConnectionProxy connection)
           
 String Filter.connection_getCatalog(FilterChain chain, ConnectionProxy connection)
           
 Properties FilterChainImpl.connection_getClientInfo(ConnectionProxy connection)
           
 Properties FilterChain.connection_getClientInfo(ConnectionProxy connection)
           
 String FilterChainImpl.connection_getClientInfo(ConnectionProxy connection, String name)
           
 String FilterChain.connection_getClientInfo(ConnectionProxy connection, String name)
           
 Properties FilterAdapter.connection_getClientInfo(FilterChain chain, ConnectionProxy connection)
           
 Properties Filter.connection_getClientInfo(FilterChain chain, ConnectionProxy connection)
           
 String FilterAdapter.connection_getClientInfo(FilterChain chain, ConnectionProxy connection, String name)
           
 String Filter.connection_getClientInfo(FilterChain chain, ConnectionProxy connection, String name)
           
 int FilterChainImpl.connection_getHoldability(ConnectionProxy connection)
           
 int FilterChain.connection_getHoldability(ConnectionProxy connection)
           
 int FilterAdapter.connection_getHoldability(FilterChain chain, ConnectionProxy connection)
           
 int Filter.connection_getHoldability(FilterChain chain, ConnectionProxy connection)
           
 DatabaseMetaData FilterChainImpl.connection_getMetaData(ConnectionProxy connection)
           
 DatabaseMetaData FilterChain.connection_getMetaData(ConnectionProxy connection)
           
 DatabaseMetaData FilterAdapter.connection_getMetaData(FilterChain chain, ConnectionProxy connection)
           
 DatabaseMetaData Filter.connection_getMetaData(FilterChain chain, ConnectionProxy connection)
           
 int FilterChainImpl.connection_getTransactionIsolation(ConnectionProxy connection)
           
 int FilterChain.connection_getTransactionIsolation(ConnectionProxy connection)
           
 int FilterAdapter.connection_getTransactionIsolation(FilterChain chain, ConnectionProxy connection)
           
 int Filter.connection_getTransactionIsolation(FilterChain chain, ConnectionProxy connection)
           
 Map<String,Class<?>> FilterChainImpl.connection_getTypeMap(ConnectionProxy connection)
           
 Map<String,Class<?>> FilterChain.connection_getTypeMap(ConnectionProxy connection)
           
 Map<String,Class<?>> FilterAdapter.connection_getTypeMap(FilterChain chain, ConnectionProxy connection)
           
 Map<String,Class<?>> Filter.connection_getTypeMap(FilterChain chain, ConnectionProxy connection)
           
 SQLWarning FilterChainImpl.connection_getWarnings(ConnectionProxy connection)
           
 SQLWarning FilterChain.connection_getWarnings(ConnectionProxy connection)
           
 SQLWarning FilterAdapter.connection_getWarnings(FilterChain chain, ConnectionProxy connection)
           
 SQLWarning Filter.connection_getWarnings(FilterChain chain, ConnectionProxy connection)
           
 boolean FilterChainImpl.connection_isClosed(ConnectionProxy connection)
           
 boolean FilterChain.connection_isClosed(ConnectionProxy connection)
           
 boolean FilterAdapter.connection_isClosed(FilterChain chain, ConnectionProxy connection)
           
 boolean Filter.connection_isClosed(FilterChain chain, ConnectionProxy connection)
           
 boolean FilterChainImpl.connection_isReadOnly(ConnectionProxy connection)
           
 boolean FilterChain.connection_isReadOnly(ConnectionProxy connection)
           
 boolean FilterAdapter.connection_isReadOnly(FilterChain chain, ConnectionProxy connection)
           
 boolean Filter.connection_isReadOnly(FilterChain chain, ConnectionProxy connection)
           
 boolean FilterChainImpl.connection_isValid(ConnectionProxy connection, int timeout)
           
 boolean FilterChain.connection_isValid(ConnectionProxy connection, int timeout)
           
 boolean FilterAdapter.connection_isValid(FilterChain chain, ConnectionProxy connection, int timeout)
           
 boolean Filter.connection_isValid(FilterChain chain, ConnectionProxy connection, int timeout)
           
 String FilterChainImpl.connection_nativeSQL(ConnectionProxy connection, String sql)
           
 String FilterChain.connection_nativeSQL(ConnectionProxy connection, String sql)
           
 String FilterAdapter.connection_nativeSQL(FilterChain chain, ConnectionProxy connection, String sql)
           
 String Filter.connection_nativeSQL(FilterChain chain, ConnectionProxy connection, String sql)
           
 CallableStatementProxy FilterChainImpl.connection_prepareCall(ConnectionProxy connection, String sql)
           
 CallableStatementProxy FilterChain.connection_prepareCall(ConnectionProxy connection, String sql)
           
 CallableStatementProxy FilterChainImpl.connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 CallableStatementProxy FilterChain.connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 CallableStatementProxy FilterChainImpl.connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 CallableStatementProxy FilterChain.connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 CallableStatementProxy FilterEventAdapter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql)
           
 CallableStatementProxy FilterAdapter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql)
           
 CallableStatementProxy Filter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql)
           
 CallableStatementProxy FilterEventAdapter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 CallableStatementProxy FilterAdapter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 CallableStatementProxy Filter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 CallableStatementProxy FilterEventAdapter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 CallableStatementProxy FilterAdapter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 CallableStatementProxy Filter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy FilterChainImpl.connection_prepareStatement(ConnectionProxy connection, String sql)
           
 PreparedStatementProxy FilterChain.connection_prepareStatement(ConnectionProxy connection, String sql)
           
 PreparedStatementProxy FilterChainImpl.connection_prepareStatement(ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy FilterChain.connection_prepareStatement(ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy FilterChainImpl.connection_prepareStatement(ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy FilterChain.connection_prepareStatement(ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy FilterChainImpl.connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy FilterChain.connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy FilterChainImpl.connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy FilterChain.connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy FilterChainImpl.connection_prepareStatement(ConnectionProxy connection, String sql, String[] columnNames)
           
 PreparedStatementProxy FilterChain.connection_prepareStatement(ConnectionProxy connection, String sql, String[] columnNames)
           
 PreparedStatementProxy FilterEventAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql)
           
 PreparedStatementProxy FilterAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql)
           
 PreparedStatementProxy Filter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql)
           
 PreparedStatementProxy FilterEventAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy FilterAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy Filter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy FilterEventAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy FilterAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy Filter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy FilterEventAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy FilterAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy Filter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy FilterEventAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy FilterAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy Filter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy FilterEventAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames)
           
 PreparedStatementProxy FilterAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames)
           
 PreparedStatementProxy Filter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames)
           
 void FilterChainImpl.connection_releaseSavepoint(ConnectionProxy connection, Savepoint savepoint)
           
 void FilterChain.connection_releaseSavepoint(ConnectionProxy connection, Savepoint savepoint)
           
 void FilterAdapter.connection_releaseSavepoint(FilterChain chain, ConnectionProxy connection, Savepoint savepoint)
           
 void Filter.connection_releaseSavepoint(FilterChain chain, ConnectionProxy connection, Savepoint savepoint)
           
 void FilterChainImpl.connection_rollback(ConnectionProxy connection)
           
 void FilterChain.connection_rollback(ConnectionProxy connection)
           
 void FilterChainImpl.connection_rollback(ConnectionProxy connection, Savepoint savepoint)
           
 void FilterChain.connection_rollback(ConnectionProxy connection, Savepoint savepoint)
           
 void FilterAdapter.connection_rollback(FilterChain chain, ConnectionProxy connection)
           
 void Filter.connection_rollback(FilterChain chain, ConnectionProxy connection)
           
 void FilterAdapter.connection_rollback(FilterChain chain, ConnectionProxy connection, Savepoint savepoint)
           
 void Filter.connection_rollback(FilterChain chain, ConnectionProxy connection, Savepoint savepoint)
           
 void FilterChainImpl.connection_setAutoCommit(ConnectionProxy connection, boolean autoCommit)
           
 void FilterChain.connection_setAutoCommit(ConnectionProxy connection, boolean autoCommit)
           
 void FilterAdapter.connection_setAutoCommit(FilterChain chain, ConnectionProxy connection, boolean autoCommit)
           
 void Filter.connection_setAutoCommit(FilterChain chain, ConnectionProxy connection, boolean autoCommit)
           
 void FilterChainImpl.connection_setCatalog(ConnectionProxy connection, String catalog)
           
 void FilterChain.connection_setCatalog(ConnectionProxy connection, String catalog)
           
 void FilterAdapter.connection_setCatalog(FilterChain chain, ConnectionProxy connection, String catalog)
           
 void Filter.connection_setCatalog(FilterChain chain, ConnectionProxy connection, String catalog)
           
 void FilterChainImpl.connection_setClientInfo(ConnectionProxy connection, Properties properties)
           
 void FilterChain.connection_setClientInfo(ConnectionProxy connection, Properties properties)
           
 void FilterChainImpl.connection_setClientInfo(ConnectionProxy connection, String name, String value)
           
 void FilterChain.connection_setClientInfo(ConnectionProxy connection, String name, String value)
           
 void FilterAdapter.connection_setClientInfo(FilterChain chain, ConnectionProxy connection, Properties properties)
           
 void Filter.connection_setClientInfo(FilterChain chain, ConnectionProxy connection, Properties properties)
           
 void FilterAdapter.connection_setClientInfo(FilterChain chain, ConnectionProxy connection, String name, String value)
           
 void Filter.connection_setClientInfo(FilterChain chain, ConnectionProxy connection, String name, String value)
           
 void FilterChainImpl.connection_setHoldability(ConnectionProxy connection, int holdability)
           
 void FilterChain.connection_setHoldability(ConnectionProxy connection, int holdability)
           
 void FilterAdapter.connection_setHoldability(FilterChain chain, ConnectionProxy connection, int holdability)
           
 void Filter.connection_setHoldability(FilterChain chain, ConnectionProxy connection, int holdability)
           
 void FilterChainImpl.connection_setReadOnly(ConnectionProxy connection, boolean readOnly)
           
 void FilterChain.connection_setReadOnly(ConnectionProxy connection, boolean readOnly)
           
 void FilterAdapter.connection_setReadOnly(FilterChain chain, ConnectionProxy connection, boolean readOnly)
           
 void Filter.connection_setReadOnly(FilterChain chain, ConnectionProxy connection, boolean readOnly)
           
 Savepoint FilterChainImpl.connection_setSavepoint(ConnectionProxy connection)
           
 Savepoint FilterChain.connection_setSavepoint(ConnectionProxy connection)
           
 Savepoint FilterChainImpl.connection_setSavepoint(ConnectionProxy connection, String name)
           
 Savepoint FilterChain.connection_setSavepoint(ConnectionProxy connection, String name)
           
 Savepoint FilterAdapter.connection_setSavepoint(FilterChain chain, ConnectionProxy connection)
           
 Savepoint Filter.connection_setSavepoint(FilterChain chain, ConnectionProxy connection)
           
 Savepoint FilterAdapter.connection_setSavepoint(FilterChain chain, ConnectionProxy connection, String name)
           
 Savepoint Filter.connection_setSavepoint(FilterChain chain, ConnectionProxy connection, String name)
           
 void FilterChainImpl.connection_setTransactionIsolation(ConnectionProxy connection, int level)
           
 void FilterChain.connection_setTransactionIsolation(ConnectionProxy connection, int level)
           
 void FilterAdapter.connection_setTransactionIsolation(FilterChain chain, ConnectionProxy connection, int level)
           
 void Filter.connection_setTransactionIsolation(FilterChain chain, ConnectionProxy connection, int level)
           
 void FilterChainImpl.connection_setTypeMap(ConnectionProxy connection, Map<String,Class<?>> map)
           
 void FilterChain.connection_setTypeMap(ConnectionProxy connection, Map<String,Class<?>> map)
           
 void FilterAdapter.connection_setTypeMap(FilterChain chain, ConnectionProxy connection, Map<String,Class<?>> map)
           
 void Filter.connection_setTypeMap(FilterChain chain, ConnectionProxy connection, Map<String,Class<?>> map)
           
 CallableStatementProxy FilterChainImpl.wrap(ConnectionProxy connection, CallableStatement statement, String sql)
           
 ClobProxy FilterChainImpl.wrap(ConnectionProxy conn, Clob clob)
           
 NClobProxy FilterChainImpl.wrap(ConnectionProxy conn, NClob clob)
           
 PreparedStatementProxy FilterChainImpl.wrap(ConnectionProxy connection, PreparedStatement statement, String sql)
           
 StatementProxy FilterChainImpl.wrap(ConnectionProxy connection, Statement statement)
           
 

com.alibaba.druid.filter.encodingConnectionProxy 的使用
 

返回 ConnectionProxycom.alibaba.druid.filter.encoding 中的方法
 ConnectionProxy EncodingConvertFilter.connection_connect(FilterChain chain, Properties info)
           
 

参数类型为 ConnectionProxycom.alibaba.druid.filter.encoding 中的方法
 String EncodingConvertFilter.connection_nativeSQL(FilterChain chain, ConnectionProxy connection, String sql)
           
 CallableStatementProxy EncodingConvertFilter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql)
           
 CallableStatementProxy EncodingConvertFilter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 CallableStatementProxy EncodingConvertFilter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy EncodingConvertFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql)
           
 PreparedStatementProxy EncodingConvertFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy EncodingConvertFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy EncodingConvertFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy EncodingConvertFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy EncodingConvertFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames)
           
 String EncodingConvertFilter.decode(ConnectionProxy connection, String s)
           
 Object EncodingConvertFilter.decodeObject(ConnectionProxy connection, Object object)
           
 String EncodingConvertFilter.encode(ConnectionProxy connection, String s)
           
 

com.alibaba.druid.filter.loggingConnectionProxy 的使用
 

参数类型为 ConnectionProxycom.alibaba.druid.filter.logging 中的方法
 void LogFilter.connection_close(FilterChain chain, ConnectionProxy connection)
           
 void LogFilter.connection_commit(FilterChain chain, ConnectionProxy connection)
           
 void LogFilter.connection_connectAfter(ConnectionProxy connection)
           
 void LogFilter.connection_rollback(FilterChain chain, ConnectionProxy connection)
           
 void LogFilter.connection_rollback(FilterChain chain, ConnectionProxy connection, Savepoint savePoint)
           
 void LogFilter.connection_setAutoCommit(FilterChain chain, ConnectionProxy connection, boolean autoCommit)
           
 Savepoint LogFilter.connection_setSavepoint(FilterChain chain, ConnectionProxy connection)
           
 Savepoint LogFilter.connection_setSavepoint(FilterChain chain, ConnectionProxy connection, String name)
           
 

com.alibaba.druid.filter.statConnectionProxy 的使用
 

返回 ConnectionProxycom.alibaba.druid.filter.stat 中的方法
 ConnectionProxy StatFilter.connection_connect(FilterChain chain, Properties info)
           
 

参数类型为 ConnectionProxycom.alibaba.druid.filter.stat 中的方法
 void StatFilter.connection_close(FilterChain chain, ConnectionProxy connection)
           
 void StatFilter.connection_commit(FilterChain chain, ConnectionProxy connection)
           
 void StatFilter.connection_rollback(FilterChain chain, ConnectionProxy connection)
           
 void StatFilter.connection_rollback(FilterChain chain, ConnectionProxy connection, Savepoint savepoint)
           
 JdbcConnectionStat.Entry StatFilter.getConnectionInfo(ConnectionProxy connection)
           
 

com.alibaba.druid.proxy.jdbcConnectionProxy 的使用
 

实现 ConnectionProxycom.alibaba.druid.proxy.jdbc 中的类
 class ConnectionProxyImpl
           
 

返回 ConnectionProxycom.alibaba.druid.proxy.jdbc 中的方法
 ConnectionProxy DataSourceProxyImpl.connect(Properties info)
           
 ConnectionProxy StatementProxyImpl.getConnectionProxy()
           
 ConnectionProxy StatementProxy.getConnectionProxy()
           
 ConnectionProxy ClobProxyImpl.getConnectionWrapper()
           
 ConnectionProxy ClobProxy.getConnectionWrapper()
           
 

参数类型为 ConnectionProxycom.alibaba.druid.proxy.jdbc 中的构造方法
CallableStatementProxyImpl(ConnectionProxy connection, CallableStatement statement, String sql, long id)
           
ClobProxyImpl(DataSourceProxy dataSource, ConnectionProxy connection, Clob clob)
           
NClobProxyImpl(DataSourceProxy dataSource, ConnectionProxy connection, NClob clob)
           
PreparedStatementProxyImpl(ConnectionProxy connection, PreparedStatement statement, String sql, long id)
           
StatementProxyImpl(ConnectionProxy connection, Statement statement, long id)
           
 

com.alibaba.druid.wallConnectionProxy 的使用
 

参数类型为 ConnectionProxycom.alibaba.druid.wall 中的方法
 DatabaseMetaData WallFilter.connection_getMetaData(FilterChain chain, ConnectionProxy connection)
           
 CallableStatementProxy WallFilter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql)
           
 CallableStatementProxy WallFilter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 CallableStatementProxy WallFilter.connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy WallFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql)
           
 PreparedStatementProxy WallFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy WallFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy WallFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy WallFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy WallFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames)
           
 



Copyright © 2013 Alibaba Group. All Rights Reserved.