All Packages Class Hierarchy This Package Previous Next Index
Class w3c.pics.db.TestJDBC
java.lang.Object
|
+----w3c.pics.db.TestJDBC
- public class TestJDBC
- extends Object
TestJDBC provides a command-line interface with the SQL server used with
SimpleJDBC as well as shortcuts for some frequently used commands.
- See Also:
- SimpleJDBC
-
TestJDBC()
-
-
main(String[])
- Runs the TestJDBC program.
TestJDBC
public TestJDBC()
main
public static void main(String args[])
- Runs the TestJDBC program.
The following commands are available (this information is identical to
what appears when the help command is issued).
- clear: Deletes all rows from all main tables
- delete: Deletes all rows from a particular table
- drop: Drops a particular table
- getuser: Returns a list of URLs that matched a particular user's
profile
- list tables: Lists the names of all the tables in the database
- query: Type an SQL command directly
- quit: Quits the program
- removetables: Removes all the FilterTables in a specified range
- select: Returns all rows from a particular table
All Packages Class Hierarchy This Package Previous Next Index