basic
Class UniversityDatabaseIntegration
java.lang.Object
basic.UniversityDatabaseIntegration
public class UniversityDatabaseIntegration
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
username
static java.lang.String username
password
static java.lang.String password
driver
static java.lang.String driver
urlbase
static java.lang.String urlbase
sql92
static Model sql92
table
static Construct table
column
static Construct column
pk
static Construct pk
fk
static Construct fk
wf
static SQLModelDef wf
extra
static boolean extra
schemaChoice
static java.lang.String schemaChoice
cfgFile
static java.lang.String cfgFile
gs
private static Schema gs
UniversityDatabaseIntegration
public UniversityDatabaseIntegration()
transforms1Tosg
public static Schema transforms1Tosg(Schema s1)
throws NotFoundException,
TypeMismatchException,
IntegrityException
- Throws:
NotFoundException
TypeMismatchException
IntegrityException
transforms2Tosg
public static Schema transforms2Tosg(Schema s2)
throws NotFoundException,
TypeMismatchException,
IntegrityException
- Throws:
NotFoundException
TypeMismatchException
IntegrityException
transforms3Tosg
public static Schema transforms3Tosg(Schema s3)
throws NotFoundException,
TypeMismatchException,
IntegrityException
- Throws:
NotFoundException
TypeMismatchException
IntegrityException
printHelp
static void printHelp()
readArgs
public static void readArgs(java.lang.String[] args)
setConstructs
private static void setConstructs(java.lang.String source)
throws java.lang.Exception
- Throws:
java.lang.Exception
close
private static void close()
mergeToGlobal
private static void mergeToGlobal(Schema s)
throws AutoMedException
- Throws:
AutoMedException
main
public static void main(java.lang.String[] args)