Uses of Interface
com.alibaba.druid.proxy.jdbc.StatementProxy
-
-
Uses of StatementProxy in com.alibaba.druid.filter
Methods in com.alibaba.druid.filter that return StatementProxy Modifier and Type Method Description StatementProxyFilter. connection_createStatement(FilterChain chain, ConnectionProxy connection)StatementProxyFilter. connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency)StatementProxyFilter. connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability)StatementProxyFilterAdapter. connection_createStatement(FilterChain chain, ConnectionProxy connection)StatementProxyFilterAdapter. connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency)StatementProxyFilterAdapter. connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability)StatementProxyFilterChain. connection_createStatement(ConnectionProxy connection)StatementProxyFilterChain. connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency)StatementProxyFilterChain. connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability)StatementProxyFilterChainImpl. connection_createStatement(ConnectionProxy connection)StatementProxyFilterChainImpl. connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency)StatementProxyFilterChainImpl. connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability)StatementProxyFilterEventAdapter. connection_createStatement(FilterChain chain, ConnectionProxy connection)StatementProxyFilterEventAdapter. connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency)StatementProxyFilterEventAdapter. connection_createStatement(FilterChain chain, ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability) -
Uses of StatementProxy in com.alibaba.druid.filter.encoding
Methods in com.alibaba.druid.filter.encoding with parameters of type StatementProxy Modifier and Type Method Description voidEncodingConvertFilter. statement_addBatch(FilterChain chain, StatementProxy statement, String sql)booleanEncodingConvertFilter. statement_execute(FilterChain chain, StatementProxy statement, String sql)booleanEncodingConvertFilter. statement_execute(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)booleanEncodingConvertFilter. statement_execute(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)booleanEncodingConvertFilter. statement_execute(FilterChain chain, StatementProxy statement, String sql, String[] columnNames)ResultSetProxyEncodingConvertFilter. statement_executeQuery(FilterChain chain, StatementProxy statement, String sql)intEncodingConvertFilter. statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql)intEncodingConvertFilter. statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int autoGeneratedKeys)intEncodingConvertFilter. statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, int[] columnIndexes)intEncodingConvertFilter. statement_executeUpdate(FilterChain chain, StatementProxy statement, String sql, String[] columnNames) -
Uses of StatementProxy in com.alibaba.druid.filter.logging
Methods in com.alibaba.druid.filter.logging with parameters of type StatementProxy Modifier and Type Method Description voidLogFilter. statement_clearBatch(FilterChain chain, StatementProxy statement)voidLogFilter. statement_close(FilterChain chain, StatementProxy statement)protected voidLogFilter. statement_executeErrorAfter(StatementProxy statement, String sql, Throwable error)protected voidLogFilter. statementCreateAfter(StatementProxy statement)protected voidLogFilter. statementExecuteAfter(StatementProxy statement, String sql, boolean firstResult)protected voidLogFilter. statementExecuteBatchAfter(StatementProxy statement, int[] result)protected voidLogFilter. statementExecuteBatchBefore(StatementProxy statement)protected voidLogFilter. statementExecuteBefore(StatementProxy statement, String sql)protected voidLogFilter. statementExecuteQueryAfter(StatementProxy statement, String sql, ResultSetProxy resultSet)protected voidLogFilter. statementExecuteQueryBefore(StatementProxy statement, String sql)protected voidLogFilter. statementExecuteUpdateAfter(StatementProxy statement, String sql, int updateCount)protected voidLogFilter. statementExecuteUpdateBefore(StatementProxy statement, String sql) -
Uses of StatementProxy in com.alibaba.druid.filter.stat
Methods in com.alibaba.druid.filter.stat with parameters of type StatementProxy Modifier and Type Method Description protected StringStatFilter. buildSlowParameters(StatementProxy statement)JdbcSqlStatStatFilter. createSqlStat(StatementProxy statement, String sql)protected voidStatFilter. handleSlowSql(StatementProxy statementProxy)voidStatFilter. statement_close(FilterChain chain, StatementProxy statement)protected voidStatFilter. statement_executeErrorAfter(StatementProxy statement, String sql, Throwable error)voidStatFilter. statementCreateAfter(StatementProxy statement)protected voidStatFilter. statementExecuteAfter(StatementProxy statement, String sql, boolean firstResult)protected voidStatFilter. statementExecuteBatchAfter(StatementProxy statement, int[] result)protected voidStatFilter. statementExecuteBatchBefore(StatementProxy statement)protected voidStatFilter. statementExecuteBefore(StatementProxy statement, String sql)protected voidStatFilter. statementExecuteQueryAfter(StatementProxy statement, String sql, ResultSetProxy resultSet)protected voidStatFilter. statementExecuteQueryBefore(StatementProxy statement, String sql)protected voidStatFilter. statementExecuteUpdateAfter(StatementProxy statement, String sql, int updateCount)protected voidStatFilter. statementExecuteUpdateBefore(StatementProxy statement, String sql) -
Uses of StatementProxy in com.alibaba.druid.pool.ha.selector
Methods in com.alibaba.druid.pool.ha.selector with parameters of type StatementProxy Modifier and Type Method Description protected voidRandomDataSourceValidateFilter. statementExecuteAfter(StatementProxy statement, String sql, boolean result)protected voidRandomDataSourceValidateFilter. statementExecuteBatchAfter(StatementProxy statement, int[] result)protected voidRandomDataSourceValidateFilter. statementExecuteQueryAfter(StatementProxy statement, String sql, ResultSetProxy resultSet)protected voidRandomDataSourceValidateFilter. statementExecuteUpdateAfter(StatementProxy statement, String sql, int updateCount) -
Uses of StatementProxy in com.alibaba.druid.proxy.jdbc
Subinterfaces of StatementProxy in com.alibaba.druid.proxy.jdbc Modifier and Type Interface Description interfaceCallableStatementProxyinterfacePreparedStatementProxyClasses in com.alibaba.druid.proxy.jdbc that implement StatementProxy Modifier and Type Class Description classCallableStatementProxyImplclassPreparedStatementProxyImplclassStatementProxyImplMethods in com.alibaba.druid.proxy.jdbc that return StatementProxy Modifier and Type Method Description StatementProxyResultSetProxy. getStatementProxy()StatementProxyResultSetProxyImpl. getStatementProxy()Constructors in com.alibaba.druid.proxy.jdbc with parameters of type StatementProxy Constructor Description ResultSetProxyImpl(StatementProxy statement, ResultSet resultSet, long id, String sql) -
Uses of StatementProxy in com.alibaba.druid.wall
-