How much of JDBC 2.0 is supported by JayBird?
JayBird complies with the JDBC 2.0 core with some features and methods not implemented. Some of the unimplemented items are required by the specification and some are optional. Implemented features: Most useful JDBC functionality (“useful” in the opinion of the developers). Complete JCA API support: may be used directly in JCA-supporting application servers such as JBoss and WebLogic. XA transactions with true two phase commit when used as a JCA resource adapter in a managed environment (with a TransactionManager and JCA deployment support). Includes optional internal connection pooling for standalone use and use in non-JCA environments such as Tomcat 4. ObjectFactory implementation for use in environments with JNDI but no TransactionManager such as Tomcat 4. DataSource implementations with or without pooling. Driver implementation for use in legacy applications. Complete access to all Firebird database parameter block and transaction parameter block settings. Optional integrated loggi