ij.protocol property ij.protocol property
Function

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.

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