org.axiondb.tools
Class Console
java.lang.Object
org.axiondb.tools.Console
public class Console
- extends Object
Simple console-based Axion client application.
Invoke via java org.axiondb.tools.Console dbname
[location]
.
- Version:
- $Revision: 1.16 $ $Date: 2006/01/10 21:02:37 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Console
public Console(String dbName,
PrintWriter writer)
throws SQLException
- Throws:
SQLException
Console
public Console(String dbName,
String dbLoc,
PrintWriter writer)
throws SQLException
- Throws:
SQLException
getConnection
public Connection getConnection()
execute
public void execute(String input)
throws SQLException
- Throws:
SQLException
cleanUp
public void cleanUp()
main
public static void main(String[] args)