Exit command The Exit command causes the ij application to complete and processing to halt. Exit command Shutdownautomatic with ij Exit command in embedded system

Issuing this command from within a file started with the Run command or on the command line causes the outermost input loop to halt.

ij automatically shuts down a database running in an embedded environment (that is, it issues a Connect 'jdbc:derby:;shutdown=true' request) on exit.

ij exits when the Exit command is entered or, if given a command file on the Java invocation line, when the end of the command file is reached.

Syntax EXIT Example ij> disconnect; ij> exit;