Date Posted: June 8, 2004
Tab navigation
1. Will the JDBC 2.0 interface implemented?
Future efforts need to improve and complete the current JDBC 1.0 implementation. A small set of methods similar to those of JDBC 2.0 is available through the IOptimizedResultSet interface.
2. Is all of the SQL 92 standard supported?
No, it is not. Constraints and cursers are currently not supported. The expressions could not been tested and implemented in their full representation.
3. Where is the optimization process documented?
The interfaces are not being published with the first release of the framework. It is recommended that you become familiar with the framework before modifying the data access plan. If it is really necessary for you, then please use the discussion forum to contact the technology author.
