Uses of Interface
com.alibaba.druid.proxy.jdbc.CallableStatementProxy
-
-
Uses of CallableStatementProxy in com.alibaba.druid.filter
Methods in com.alibaba.druid.filter that return CallableStatementProxy Modifier and Type Method Description CallableStatementProxyFilter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql)CallableStatementProxyFilter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)CallableStatementProxyFilter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)CallableStatementProxyFilterAdapter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql)CallableStatementProxyFilterAdapter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)CallableStatementProxyFilterAdapter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)CallableStatementProxyFilterChain. connection_prepareCall(ConnectionProxy connection, String sql)CallableStatementProxyFilterChain. connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)CallableStatementProxyFilterChain. connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)CallableStatementProxyFilterChainImpl. connection_prepareCall(ConnectionProxy connection, String sql)CallableStatementProxyFilterChainImpl. connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)CallableStatementProxyFilterChainImpl. connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)CallableStatementProxyFilterEventAdapter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql)CallableStatementProxyFilterEventAdapter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)CallableStatementProxyFilterEventAdapter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) -
Uses of CallableStatementProxy in com.alibaba.druid.filter.encoding
Methods in com.alibaba.druid.filter.encoding that return CallableStatementProxy Modifier and Type Method Description CallableStatementProxyEncodingConvertFilter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql)CallableStatementProxyEncodingConvertFilter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)CallableStatementProxyEncodingConvertFilter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)Methods in com.alibaba.druid.filter.encoding with parameters of type CallableStatementProxy Modifier and Type Method Description ObjectEncodingConvertFilter. callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex)ObjectEncodingConvertFilter. callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Map<String,Class<?>> map)ObjectEncodingConvertFilter. callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName)ObjectEncodingConvertFilter. callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Map<String,Class<?>> map)StringEncodingConvertFilter. callableStatement_getString(FilterChain chain, CallableStatementProxy statement, int parameterIndex)StringEncodingConvertFilter. callableStatement_getString(FilterChain chain, CallableStatementProxy statement, String parameterName)voidEncodingConvertFilter. callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader)voidEncodingConvertFilter. callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, int length)voidEncodingConvertFilter. callableStatement_setCharacterStream(FilterChain chain, CallableStatementProxy statement, String parameterName, Reader reader, long length)voidEncodingConvertFilter. callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x)voidEncodingConvertFilter. callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType)voidEncodingConvertFilter. callableStatement_setObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Object x, int targetSqlType, int scale)voidEncodingConvertFilter. callableStatement_setString(FilterChain chain, CallableStatementProxy statement, String parameterName, String x)ObjectEncodingConvertFilter. decodeObject(CallableStatementProxy stmt, Object object) -
Uses of CallableStatementProxy in com.alibaba.druid.filter.logging
Methods in com.alibaba.druid.filter.logging with parameters of type CallableStatementProxy Modifier and Type Method Description ObjectLogFilter. callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex)ObjectLogFilter. callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, int parameterIndex, Map<String,Class<?>> map)ObjectLogFilter. callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName)ObjectLogFilter. callableStatement_getObject(FilterChain chain, CallableStatementProxy statement, String parameterName, Map<String,Class<?>> map)protected voidLogFilter. statementPrepareCallAfter(CallableStatementProxy statement) -
Uses of CallableStatementProxy in com.alibaba.druid.filter.stat
-
Uses of CallableStatementProxy in com.alibaba.druid.proxy.jdbc
Classes in com.alibaba.druid.proxy.jdbc that implement CallableStatementProxy Modifier and Type Class Description classCallableStatementProxyImpl -
Uses of CallableStatementProxy in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall that return CallableStatementProxy Modifier and Type Method Description CallableStatementProxyWallFilter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql)CallableStatementProxyWallFilter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)CallableStatementProxyWallFilter. connection_prepareCall(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
-