-
-
Notifications
You must be signed in to change notification settings - Fork 23
Supported specifications
Jaybird 4 supports the following specifications
Driver implements all JDBC 4.3 methods added to existing interfaces that are also compatible with Java 8.
Driver implements all JDBC 4.2 methods added to existing interfaces. The driver explicitly supports the new java.time.LocalTime
, java.time.LocalDateTime
, and - for Firebird 4 WITH TIME ZONE
types - java.time.OffsetTime
and java.time.OffsetDateTime
types.
Driver implements all JDBC 4.1 methods added to existing interfaces. The driver explicitly supports closeOnCompletion
, most other JDBC 4.1 specific methods throw SQLFeatureNotSupportedException
.
Jaybird provides implementation of javax.resource.spi.ManagedConnectionFactory
and related interfaces. CCI interfaces are not supported.
Although Jaybird depends on the JCA 1.5 classes, JCA 1.5 (and higher) compatibility is currently not guaranteed.
NOTE: JCA support will be dropped in Jaybird 5.
Driver provides implementation of javax.transaction.xa.XAResource
interface via JCA framework and javax.sql.XADataSource
implementation.