Example usage for org.apache.commons.dbcp DelegatingPreparedStatement subclass-usage

List of usage examples for org.apache.commons.dbcp DelegatingPreparedStatement subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.dbcp DelegatingPreparedStatement subclass-usage.

Usage

From source file com.zimbra.cs.db.DebugPreparedStatement.java

class DebugPreparedStatement extends DelegatingPreparedStatement {

    private static final int MAX_STRING_LENGTH = 1024;
    private static long sSlowSqlThreshold = Long.MAX_VALUE;

    private final PreparedStatement mStmt;