Embedded Derby JDBC driver

The Derby driver class name for the embedded environment is org.apache.derby.jdbc.EmbeddedDriver. In a Java application, you typically load the driver with the static Class.forName method or with the jdbc.drivers system property. For more information, see "Starting Derby as an Embedded Database".

For detailed information about loading the Derby JDBC driver, see "java.sql.Driver" in the Derby Reference Manual.

Related concepts
Getting a nested connection
Related tasks
Starting Derby as an embedded database
Related reference
Embedded Derby JDBC database connection URL