DataSource classes

These classes are all related to Derby's implementation of javax.sql.DataSource and related APIs. For more information, see JDBC reference, "Classes that pertain to resource managers" in the Derby Developer's Guide, and "Accessing the Network Server by using a DataSource object" in the Derby Server and Administration Guide.

Embedded environment, for applications running on JDK 5 or higher and using JDBC 3 and JDBC 4.0 methods:

Embedded environment, for applications running on JDK 6 or higher and using methods specific to JDBC 4.1 or JDBC 4.2:

Embedded environment, for applications using Java SE 8 Compact Profile 2 or 3:

Client-server environment, for applications running on JDK 5 or higher and using JDBC 3 and JDBC 4.0 methods:

Client-server environment, for applications running on JDK 6 or higher and using methods specific to JDBC 4.1 or JDBC 4.2:

Client-server environment, for applications using Java SE 8 Compact Profile 2 or 3:

Related reference
JDBC driver