All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.pics.db.SimpleJDBC

java.lang.Object
   |
   +----w3c.pics.db.SimpleJDBC

public class SimpleJDBC
extends Object
A database implementation. It uses JDBC and the JDBC-ODBC bridge to communicate with a SQL server.


Constructor Index

 o SimpleJDBC()

Method Index

 o main(String[])
Creates and runs a SimpleJDBC database.

Constructors

 o SimpleJDBC
 public SimpleJDBC()

Methods

 o main
 public static void main(String args[])
Creates and runs a SimpleJDBC database. It takes the following command-line arguments: Once the program has started it will build a database and, depending on the command-line arguments, run it against an initial label set. After this, the command prompt will appear. The following commands are available (this information is identical to what appears when the help command is issued):


All Packages  Class Hierarchy  This Package  Previous  Next  Index