Syntax of database connection URLs for applications with embedded databases

For applications with embedded databases, the syntax of the database connection URL is as follows.

jdbc:derby:[subsubprotocol:][databaseName][;attributes]*

This syntax has the following components.

Related concepts
Additional SQL syntax
Related reference
Derby database connection URL syntax
Attributes of the Derby database connection URL