Specifies the default protocol and subprotocol
portions of the database connection URL for connections. The Derby protocol
is:
jdbc:derby:
Allows you to use a short form of a database name in a connection
URL.
Syntaxij.protocol=protocolForEnvironmentExampleD:>java -Dij.protocol=jdbc:derby:
org.apache.derby.tools.ij
ij version
ij> Connect 'newDB;create=true';
ij>See also