ij.protocol property The ij.protocol property specifies the default protocol and subprotocol portions of the database connection URL for connections. ij.protocol property

The protocol is:

jdbc:derby:

The property allows you to use a short form of a database name in a connection URL.

Syntax ij.protocol=protocolForEnvironment Example java -Dij.protocol=jdbc:derby: org.apache.derby.tools.ij ij version ij> Connect 'newDB;create=true'; ij>
See also