com.darwinsys.sql
Class SQLRunnerCLI

java.lang.Object
  extended by com.darwinsys.sql.SQLRunnerCLI

public class SQLRunnerCLI
extends java.lang.Object

CLI front-end for SQL Runner

Author:
Ian Darwin, http://www.darwinsys.com/

Constructor Summary
SQLRunnerCLI()
           
 
Method Summary
static void main(java.lang.String[] args)
          main - parse arguments, construct SQLRunner object, open file(s), run scripts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLRunnerCLI

public SQLRunnerCLI()
Method Detail

main

public static void main(java.lang.String[] args)
main - parse arguments, construct SQLRunner object, open file(s), run scripts.

Throws:
java.lang.ClassNotFoundException
java.sql.SQLException - if anything goes wrong.
DatabaseException - if anything goes wrong.


Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.