Class ij


  • public class ij
    extends Object
    ij is Derby's interactive JDBC scripting tool. It is a simple utility for running scripts against a Derby database. You can also use it interactively to run ad hoc queries. ij provides several commands for ease in accessing a variety of JDBC features.

    To run from the command line enter the following:

    java [options] org.apache.derby.tools.ij [arguments]

    ij is can also be used with any database server that supports a JDBC driver.