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

使用 StatementProxy 的软件包
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.filterStatementProxy 的使用
 

返回 StatementProxycom.alibaba.druid.filter 中的方法
 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)
           
 StatementProxy FilterChainImpl.wrap(ConnectionProxy connection, Statement statement)
           
 

参数类型为 StatementProxycom.alibaba.druid.filter 中的方法
 void FilterAdapter.statement_addBatch(FilterChain chain, StatementProxy statement, String sql)
           
 void Filter.statement_addBatch(FilterChain chain, StatementProxy statement, String sql)
           
 void FilterChainImpl.statement_addBatch(StatementProxy statement, String sql)
           
 void FilterChain.statement_addBatch(StatementProxy statement, String sql)
           
 void FilterAdapter.statement_cancel(FilterChain chain, StatementProxy statement)
           
 void Filter.statement_cancel(FilterChain chain, StatementProxy statement)
           
 void FilterChainImpl.statement_cancel(StatementProxy statement)
           
 void FilterChain.statement_cancel(StatementProxy statement)
           
 void FilterAdapter.statement_clearBatch(FilterChain chain, StatementProxy statement)
           
 void Filter.statement_clearBatch(FilterChain chain, StatementProxy statement)
           
 void FilterChainImpl.statement_clearBatch(StatementProxy statement)
           
 void FilterChain.statement_clearBatch(StatementProxy statement)
           
 void FilterAdapter.statement_clearWarnings(FilterChain chain, StatementProxy statement)
           
 void Filter.statement_clearWarnings(FilterChain chain, StatementProxy statement)
           
 void FilterChainImpl.statement_clearWarnings(StatementProxy statement)
           
 void FilterChain.statement_clearWarnings(StatementProxy statement)
           
 void FilterAdapter.statement_close(FilterChain chain, StatementProxy statement)
           
 void Filter.statement_close(FilterChain chain, StatementProxy statement)
           
 void FilterChainImpl.statement_close(StatementProxy statement)
           
 void FilterChain.statement_close(StatementProxy statement)
           
 boolean FilterEventAdapter.statement_execute(FilterChain chain, StatementProxy statement, String sql)
           
 boolean FilterAdapter.statement_execute(FilterChain chain, StatementProxy statement, String sql)
           
 boolean Filter.statement_execute(FilterChain chain, StatementProxy statement, String sql)
           
 boolean FilterEventAdapter.statement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)
           
 boolean FilterAdapter.statement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)
           
 boolean Filter.statement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)
           
 boolean FilterEventAdapter.statement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)
           
 boolean FilterAdapter.statement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)
           
 boolean Filter.statement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)
           
 boolean FilterEventAdapter.statement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames)
           
 boolean FilterAdapter.statement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames)
           
 boolean Filter.statement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames)
           
 boolean FilterChainImpl.statement_execute(StatementProxy statement, String sql)
           
 boolean FilterChain.statement_execute(StatementProxy statement, String sql)
           
 boolean FilterChainImpl.statement_execute(StatementProxy statement, String sql, int autoGeneratedKeys)
           
 boolean FilterChain.statement_execute(StatementProxy statement, String sql, int autoGeneratedKeys)
           
 boolean FilterChainImpl.statement_execute(StatementProxy statement, String sql, int[] columnIndexes)
           
 boolean FilterChain.statement_execute(StatementProxy statement, String sql, int[] columnIndexes)
           
 boolean FilterChainImpl.statement_execute(StatementProxy statement, String sql, String[] columnNames)
           
 boolean FilterChain.statement_execute(StatementProxy statement, String sql, String[] columnNames)
           
 int[] FilterEventAdapter.statement_executeBatch(FilterChain chain, StatementProxy statement)
           
 int[] FilterAdapter.statement_executeBatch(FilterChain chain, StatementProxy statement)
           
 int[] Filter.statement_executeBatch(FilterChain chain, StatementProxy statement)
           
 int[] FilterChainImpl.statement_executeBatch(StatementProxy statement)
           
 int[] FilterChain.statement_executeBatch(StatementProxy statement)
           
 ResultSetProxy FilterEventAdapter.statement_executeQuery(FilterChain chain, StatementProxy statement, String sql)
           
 ResultSetProxy FilterAdapter.statement_executeQuery(FilterChain chain, StatementProxy statement, String sql)
           
 ResultSetProxy Filter.statement_executeQuery(FilterChain chain, StatementProxy statement, String sql)
           
 ResultSetProxy FilterChainImpl.statement_executeQuery(StatementProxy statement, String sql)
           
 ResultSetProxy FilterChain.statement_executeQuery(StatementProxy statement, String sql)
           
 int FilterEventAdapter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql)
           
 int FilterAdapter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql)
           
 int Filter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql)
           
 int FilterEventAdapter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)
           
 int FilterAdapter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)
           
 int Filter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)
           
 int FilterEventAdapter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)
           
 int FilterAdapter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)
           
 int Filter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)
           
 int FilterEventAdapter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames)
           
 int FilterAdapter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames)
           
 int Filter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames)
           
 int FilterChainImpl.statement_executeUpdate(StatementProxy statement, String sql)
           
 int FilterChain.statement_executeUpdate(StatementProxy statement, String sql)
           
 int FilterChainImpl.statement_executeUpdate(StatementProxy statement, String sql, int autoGeneratedKeys)
           
 int FilterChain.statement_executeUpdate(StatementProxy statement, String sql, int autoGeneratedKeys)
           
 int FilterChainImpl.statement_executeUpdate(StatementProxy statement, String sql, int[] columnIndexes)
           
 int FilterChain.statement_executeUpdate(StatementProxy statement, String sql, int[] columnIndexes)
           
 int FilterChainImpl.statement_executeUpdate(StatementProxy statement, String sql, String[] columnNames)
           
 int FilterChain.statement_executeUpdate(StatementProxy statement, String sql, String[] columnNames)
           
 Connection FilterAdapter.statement_getConnection(FilterChain chain, StatementProxy statement)
           
 Connection Filter.statement_getConnection(FilterChain chain, StatementProxy statement)
           
 Connection FilterChainImpl.statement_getConnection(StatementProxy statement)
           
 Connection FilterChain.statement_getConnection(StatementProxy statement)
           
 int FilterAdapter.statement_getFetchDirection(FilterChain chain, StatementProxy statement)
           
 int Filter.statement_getFetchDirection(FilterChain chain, StatementProxy statement)
           
 int FilterChainImpl.statement_getFetchDirection(StatementProxy statement)
           
 int FilterChain.statement_getFetchDirection(StatementProxy statement)
           
 int FilterAdapter.statement_getFetchSize(FilterChain chain, StatementProxy statement)
           
 int Filter.statement_getFetchSize(FilterChain chain, StatementProxy statement)
           
 int FilterChainImpl.statement_getFetchSize(StatementProxy statement)
           
 int FilterChain.statement_getFetchSize(StatementProxy statement)
           
 ResultSetProxy FilterEventAdapter.statement_getGeneratedKeys(FilterChain chain, StatementProxy statement)
           
 ResultSetProxy FilterAdapter.statement_getGeneratedKeys(FilterChain chain, StatementProxy statement)
           
 ResultSetProxy Filter.statement_getGeneratedKeys(FilterChain chain, StatementProxy statement)
           
 ResultSetProxy FilterChainImpl.statement_getGeneratedKeys(StatementProxy statement)
           
 ResultSetProxy FilterChain.statement_getGeneratedKeys(StatementProxy statement)
           
 int FilterAdapter.statement_getMaxFieldSize(FilterChain chain, StatementProxy statement)
           
 int Filter.statement_getMaxFieldSize(FilterChain chain, StatementProxy statement)
           
 int FilterChainImpl.statement_getMaxFieldSize(StatementProxy statement)
           
 int FilterChain.statement_getMaxFieldSize(StatementProxy statement)
           
 int FilterAdapter.statement_getMaxRows(FilterChain chain, StatementProxy statement)
           
 int Filter.statement_getMaxRows(FilterChain chain, StatementProxy statement)
           
 int FilterChainImpl.statement_getMaxRows(StatementProxy statement)
           
 int FilterChain.statement_getMaxRows(StatementProxy statement)
           
 boolean FilterAdapter.statement_getMoreResults(FilterChain chain, StatementProxy statement)
           
 boolean Filter.statement_getMoreResults(FilterChain chain, StatementProxy statement)
           
 boolean FilterAdapter.statement_getMoreResults(FilterChain chain, StatementProxy statement, int current)
           
 boolean Filter.statement_getMoreResults(FilterChain chain, StatementProxy statement, int current)
           
 boolean FilterChainImpl.statement_getMoreResults(StatementProxy statement)
           
 boolean FilterChain.statement_getMoreResults(StatementProxy statement)
           
 boolean FilterChainImpl.statement_getMoreResults(StatementProxy statement, int current)
           
 boolean FilterChain.statement_getMoreResults(StatementProxy statement, int current)
           
 int FilterAdapter.statement_getQueryTimeout(FilterChain chain, StatementProxy statement)
           
 int Filter.statement_getQueryTimeout(FilterChain chain, StatementProxy statement)
           
 int FilterChainImpl.statement_getQueryTimeout(StatementProxy statement)
           
 int FilterChain.statement_getQueryTimeout(StatementProxy statement)
           
 ResultSetProxy FilterEventAdapter.statement_getResultSet(FilterChain chain, StatementProxy statement)
           
 ResultSetProxy FilterAdapter.statement_getResultSet(FilterChain chain, StatementProxy statement)
           
 ResultSetProxy Filter.statement_getResultSet(FilterChain chain, StatementProxy statement)
           
 ResultSetProxy FilterChainImpl.statement_getResultSet(StatementProxy statement)
           
 ResultSetProxy FilterChain.statement_getResultSet(StatementProxy statement)
           
 int FilterAdapter.statement_getResultSetConcurrency(FilterChain chain, StatementProxy statement)
           
 int Filter.statement_getResultSetConcurrency(FilterChain chain, StatementProxy statement)
           
 int FilterChainImpl.statement_getResultSetConcurrency(StatementProxy statement)
           
 int FilterChain.statement_getResultSetConcurrency(StatementProxy statement)
           
 int FilterAdapter.statement_getResultSetHoldability(FilterChain chain, StatementProxy statement)
           
 int Filter.statement_getResultSetHoldability(FilterChain chain, StatementProxy statement)
           
 int FilterChainImpl.statement_getResultSetHoldability(StatementProxy statement)
           
 int FilterChain.statement_getResultSetHoldability(StatementProxy statement)
           
 int FilterAdapter.statement_getResultSetType(FilterChain chain, StatementProxy statement)
           
 int Filter.statement_getResultSetType(FilterChain chain, StatementProxy statement)
           
 int FilterChainImpl.statement_getResultSetType(StatementProxy statement)
           
 int FilterChain.statement_getResultSetType(StatementProxy statement)
           
 int FilterAdapter.statement_getUpdateCount(FilterChain chain, StatementProxy statement)
           
 int Filter.statement_getUpdateCount(FilterChain chain, StatementProxy statement)
           
 int FilterChainImpl.statement_getUpdateCount(StatementProxy statement)
           
 int FilterChain.statement_getUpdateCount(StatementProxy statement)
           
 SQLWarning FilterAdapter.statement_getWarnings(FilterChain chain, StatementProxy statement)
           
 SQLWarning Filter.statement_getWarnings(FilterChain chain, StatementProxy statement)
           
 SQLWarning FilterChainImpl.statement_getWarnings(StatementProxy statement)
           
 SQLWarning FilterChain.statement_getWarnings(StatementProxy statement)
           
 boolean FilterAdapter.statement_isClosed(FilterChain chain, StatementProxy statement)
           
 boolean Filter.statement_isClosed(FilterChain chain, StatementProxy statement)
           
 boolean FilterChainImpl.statement_isClosed(StatementProxy statement)
           
 boolean FilterChain.statement_isClosed(StatementProxy statement)
           
 boolean FilterAdapter.statement_isPoolable(FilterChain chain, StatementProxy statement)
           
 boolean Filter.statement_isPoolable(FilterChain chain, StatementProxy statement)
           
 boolean FilterChainImpl.statement_isPoolable(StatementProxy statement)
           
 boolean FilterChain.statement_isPoolable(StatementProxy statement)
           
 void FilterAdapter.statement_setCursorName(FilterChain chain, StatementProxy statement, String name)
           
 void Filter.statement_setCursorName(FilterChain chain, StatementProxy statement, String name)
           
 void FilterChainImpl.statement_setCursorName(StatementProxy statement, String name)
           
 void FilterChain.statement_setCursorName(StatementProxy statement, String name)
           
 void FilterAdapter.statement_setEscapeProcessing(FilterChain chain, StatementProxy statement, boolean enable)
           
 void Filter.statement_setEscapeProcessing(FilterChain chain, StatementProxy statement, boolean enable)
           
 void FilterChainImpl.statement_setEscapeProcessing(StatementProxy statement, boolean enable)
           
 void FilterChain.statement_setEscapeProcessing(StatementProxy statement, boolean enable)
           
 void FilterAdapter.statement_setFetchDirection(FilterChain chain, StatementProxy statement, int direction)
           
 void Filter.statement_setFetchDirection(FilterChain chain, StatementProxy statement, int direction)
           
 void FilterChainImpl.statement_setFetchDirection(StatementProxy statement, int direction)
           
 void FilterChain.statement_setFetchDirection(StatementProxy statement, int direction)
           
 void FilterAdapter.statement_setFetchSize(FilterChain chain, StatementProxy statement, int rows)
           
 void Filter.statement_setFetchSize(FilterChain chain, StatementProxy statement, int rows)
           
 void FilterChainImpl.statement_setFetchSize(StatementProxy statement, int rows)
           
 void FilterChain.statement_setFetchSize(StatementProxy statement, int rows)
           
 void FilterAdapter.statement_setMaxFieldSize(FilterChain chain, StatementProxy statement, int max)
           
 void Filter.statement_setMaxFieldSize(FilterChain chain, StatementProxy statement, int max)
           
 void FilterChainImpl.statement_setMaxFieldSize(StatementProxy statement, int max)
           
 void FilterChain.statement_setMaxFieldSize(StatementProxy statement, int max)
           
 void FilterAdapter.statement_setMaxRows(FilterChain chain, StatementProxy statement, int max)
           
 void Filter.statement_setMaxRows(FilterChain chain, StatementProxy statement, int max)
           
 void FilterChainImpl.statement_setMaxRows(StatementProxy statement, int max)
           
 void FilterChain.statement_setMaxRows(StatementProxy statement, int max)
           
 void FilterAdapter.statement_setPoolable(FilterChain chain, StatementProxy statement, boolean poolable)
           
 void Filter.statement_setPoolable(FilterChain chain, StatementProxy statement, boolean poolable)
           
 void FilterChainImpl.statement_setPoolable(StatementProxy statement, boolean poolable)
           
 void FilterChain.statement_setPoolable(StatementProxy statement, boolean poolable)
           
 void FilterAdapter.statement_setQueryTimeout(FilterChain chain, StatementProxy statement, int seconds)
           
 void Filter.statement_setQueryTimeout(FilterChain chain, StatementProxy statement, int seconds)
           
 void FilterChainImpl.statement_setQueryTimeout(StatementProxy statement, int seconds)
           
 void FilterChain.statement_setQueryTimeout(StatementProxy statement, int seconds)
           
 ClobProxy FilterChainImpl.wrap(StatementProxy stmt, Clob clob)
           
 NClobProxy FilterChainImpl.wrap(StatementProxy stmt, NClob nclob)
           
 ResultSetProxy FilterChainImpl.wrap(StatementProxy statement, ResultSet resultSet)
           
 

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

参数类型为 StatementProxycom.alibaba.druid.filter.encoding 中的方法
 void EncodingConvertFilter.statement_addBatch(FilterChain chain, StatementProxy statement, String sql)
           
 boolean EncodingConvertFilter.statement_execute(FilterChain chain, StatementProxy statement, String sql)
           
 boolean EncodingConvertFilter.statement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)
           
 boolean EncodingConvertFilter.statement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)
           
 boolean EncodingConvertFilter.statement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames)
           
 ResultSetProxy EncodingConvertFilter.statement_executeQuery(FilterChain chain, StatementProxy statement, String sql)
           
 int EncodingConvertFilter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql)
           
 int EncodingConvertFilter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)
           
 int EncodingConvertFilter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)
           
 int EncodingConvertFilter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames)
           
 

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

参数类型为 StatementProxycom.alibaba.druid.filter.logging 中的方法
 void LogFilter.statement_close(FilterChain chain, StatementProxy statement)
           
 

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

参数类型为 StatementProxycom.alibaba.druid.filter.stat 中的方法
 JdbcSqlStat StatFilter.createSqlStat(StatementProxy statement, String sql)
           
 void StatFilter.statement_close(FilterChain chain, StatementProxy statement)
           
 void StatFilter.statementCreateAfter(StatementProxy statement)
           
 

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

com.alibaba.druid.proxy.jdbcStatementProxy 的子接口
 interface CallableStatementProxy
           
 interface PreparedStatementProxy
           
 

实现 StatementProxycom.alibaba.druid.proxy.jdbc 中的类
 class CallableStatementProxyImpl
           
 class PreparedStatementProxyImpl
           
 class StatementProxyImpl
           
 

返回 StatementProxycom.alibaba.druid.proxy.jdbc 中的方法
 StatementProxy ResultSetProxy.getStatementProxy()
           
 StatementProxy ResultSetProxyImpl.getStatementProxy()
           
 

参数类型为 StatementProxycom.alibaba.druid.proxy.jdbc 中的构造方法
ResultSetProxyImpl(StatementProxy statement, ResultSet resultSet, long id, String sql)
           
 

com.alibaba.druid.wallStatementProxy 的使用
 

参数类型为 StatementProxycom.alibaba.druid.wall 中的方法
 String WallFilter.getDbType(StatementProxy statement)
           
 void WallFilter.setSqlStatAttribute(StatementProxy stmt)
           
 void WallFilter.statement_addBatch(FilterChain chain, StatementProxy statement, String sql)
           
 boolean WallFilter.statement_execute(FilterChain chain, StatementProxy statement, String sql)
           
 boolean WallFilter.statement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)
           
 boolean WallFilter.statement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)
           
 boolean WallFilter.statement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames)
           
 int[] WallFilter.statement_executeBatch(FilterChain chain, StatementProxy statement)
           
 ResultSetProxy WallFilter.statement_executeQuery(FilterChain chain, StatementProxy statement, String sql)
           
 int WallFilter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql)
           
 int WallFilter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)
           
 int WallFilter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)
           
 int WallFilter.statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames)
           
 



Copyright © 2013 Alibaba Group. All Rights Reserved.