Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-2304

Support Connection.prepareStatement(sql, resultSetType, resultSetConcurrency) in prepared statement cache

XMLWordPrintable

    • 0
    • 0% 0%

      The prepared statement cache only supports
      Connection.prepareStatement(String sql)
      it should also support the
      Connection.prepareStatement(String sql, int resultSetType, int resultSetConcurrency)
      by "partitioning" the cache.

        1. BaseWrapperManagedConnection.java
          16 kB
        2. patch
          9 kB
        3. PreparedStatementCache.java
          4 kB
        4. WrappedConnection.java
          16 kB

            adrian.brock Adrian Brock (Inactive)
            adrian.brock Adrian Brock (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: