Package | Description |
---|---|
Parsing.LineParsers | |
PrologDB |
Modifier and Type | Method and Description |
---|---|
static OOSchema |
DBLineParsers.parseOODBLine(java.lang.String line,
int lineno,
java.util.List<java.lang.String> tableNames)
a oodbase declaration is on a single line.
|
Modifier and Type | Method and Description |
---|---|
OOSchema |
OOSchema.copy()
copyFrom an oodb schema.
|
static OOSchema |
OOSchema.read(java.io.File schemafile)
another version of readSchema
|
static OOSchema |
OOSchema.read(java.lang.String schemafile)
reads .ooschema; throws Error when an error is encountered.
|
static OOSchema |
OOSchema.read(java.lang.String nameOfSchema,
java.lang.String stringDefOfSchema)
used when it is easier to pass in a string declaration of a DBSchema
rather than building it programmatically
|