apache > db
Apache DB Project
 
Font size:      

Embedded Derby JDBC Driver

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.


Previous Page
Next Page
Table of Contents
Index