Schema

Schema

To view the schema of a database in:

C:\temp\continuum\database\

cygwin

Setup the classpath:

CLASSPATH="C:\tools\db-derby-10.1.2.1-bin\lib\derby.jar;C:\tools\db-derby-10.1.2.1-bin\lib\derbytools.jar"
export CLASSPATH

Check

Make sure everything is working:

java org.apache.derby.tools.sysinfo

Display

Display the schema:

java org.apache.derby.tools.dblook -d jdbc:derby:/temp/continuum/database