net.ontopia.persistence.rdbms
Class DDLExecuter

java.lang.Object
  extended by net.ontopia.persistence.rdbms.DDLExecuter

public class DDLExecuter
extends java.lang.Object

INTERNAL: Command line tool for creating and dropping database schemas directly in a database.


Constructor Summary
DDLExecuter()
           
 
Method Summary
static GenericSQLProducer getSQLProducer(Project project, java.lang.String platform)
           
static GenericSQLProducer getSQLProducer(Project project, java.lang.String[] platforms)
           
static void main(java.lang.String[] argv)
           
protected static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLExecuter

public DDLExecuter()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
Throws:
java.lang.Exception

usage

protected static void usage()

getSQLProducer

public static GenericSQLProducer getSQLProducer(Project project,
                                                java.lang.String[] platforms)

getSQLProducer

public static GenericSQLProducer getSQLProducer(Project project,
                                                java.lang.String platform)


Copyright © 2000-2012 Ontopia.