Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6194405

EOD BaseQuery should be added as a basis for all SQL statement interfaces

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 6
    • core-libs
    • None
    • b50
    • generic
    • solaris_8

      Adding javax.sql.eod.BaseQuery interface to the API with two base methods

      -setConnection and setDataSource

      This permits a connection or a dataset to be quickly set on a SQL interface contain as set of @Query or @Update annotations.

      Auto-Commit:

      This will be settable on a Connection object as defined by the current API.

      Isolation:

      This will be settable on a Connecttion object as defined by the current API, but
      may which to use the IsolationLevel enumerated data type.

      Concurrency:

      This will be set at the @Query or @Update annotation level using a specialized annotations facets defined on these annotations. It's value will defined using the standard ResultSet.CONCUR_UPDATABLE/CONCUR_READ_ONLY values.
      ###@###.### 2004-11-12 00:47:53 GMT

            skaushiksunw Shreyas Kaushik (Inactive)
            jbrucesunw Jonathan Bruce (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: