Package net.ontopia.persistence.rdbms
Class DDLExecuter
- java.lang.Object
-
- net.ontopia.persistence.rdbms.DDLExecuter
-
public class DDLExecuter extends Object
INTERNAL: Command line tool for creating and dropping database schemas directly in a database.
-
-
Constructor Summary
Constructors Constructor Description DDLExecuter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GenericSQLProducer
getSQLProducer(Project project, String platform)
static GenericSQLProducer
getSQLProducer(Project project, String[] platforms)
static void
main(String[] argv)
protected static void
usage()
-
-
-
Method Detail
-
usage
protected static void usage()
-
getSQLProducer
public static GenericSQLProducer getSQLProducer(Project project, String[] platforms)
-
getSQLProducer
public static GenericSQLProducer getSQLProducer(Project project, String platform)
-
-