com.sri.emo.commandline
Class Import

java.lang.Object
  extended by com.sri.emo.commandline.AbstractEmoUtility
      extended by com.sri.emo.commandline.Import

public class Import
extends AbstractEmoUtility

Allows import of a file of sql statements to be dropped into a database.

Author:
Michael Rimov
To Do:
If this turns out to be useful, add --no-drop arg to skip the drop/create steps.

Constructor Summary
Import()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class com.sri.emo.commandline.AbstractEmoUtility
checkArgs, setupExpresso
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Import

public Import()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Parameters:
args -
Throws:
Exception


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.