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
-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