Class PreparedStatementCache.Key

    • Field Detail

      • PREPARED_STATEMENT

        public static final int PREPARED_STATEMENT
        Prepared statement cache
        See Also:
        Constant Field Values
      • CALLABLE_STATEMENT

        public static final int CALLABLE_STATEMENT
        Callable statement cache
        See Also:
        Constant Field Values
    • Constructor Detail

      • Key

        public Key​(String sql,
                   int type,
                   int resultSetType,
                   int resultSetConcurrency)
        Constructor
        Parameters:
        sql - The SQL string
        type - The type
        resultSetType - The result set type
        resultSetConcurrency - The result set concurrency