public class SQLUpdateGenerator extends Object
Constructor and Description |
---|
SQLUpdateGenerator() |
Modifier and Type | Method and Description |
---|---|
static void |
generateDoc(String location)
outputs all of the SQL needed to create the database, including CREATE,
ALTER, VIEW, AND INSERT statements.
|
static List<String> |
GetSQLCreate() |
static List<String> |
GetUpdateStatements(GenericWrapperElement e) |
static void |
main(String[] args) |
public static void generateDoc(String location) throws Exception
location
- The location where the SQL should be placed.Exception
- When an exception is encountered.public static List<String> GetUpdateStatements(GenericWrapperElement e)
public static void main(String[] args)
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.