domingo, 1 de febrero de 2009

HSQLDB - Running Tools

Running Tools

All tools can be run in the standard way for archived Java classes. In the following example the AWT version of the Database Manager, the hsqldb.jar is located in the directory ../lib relative to the current directory.

java -cp ../lib/hsqldb.jar org.hsqldb.util.DatabaseManager

If hsqldb.jar is in the current directory, the command would change to:

java -cp hsqldb.jar org.hsqldb.util.DatabaseManager

Main classes for the Hsqldb tools

*

org.hsqldb.util.DatabaseManager
*

org.hsqldb.util.DatabaseManagerSwing
*

org.hsqldb.util.Transfer
*

org.hsqldb.util.QueryTool
*

org.hsqldb.util.SqlTool

http://hsqldb.org/doc/guide/ch01.html

No hay comentarios.:

Publicar un comentario