Package | Description |
---|---|
PrologParser |
Modifier and Type | Method and Description |
---|---|
static TableSchema |
Parser.parseTableDecl(java.lang.String line,
int lineno)
a table declaration is on a single line.
|
static void |
Parser.parseTableDecl(java.lang.String line,
int lineno,
DBSchema dbs)
a table declaration is on a single line.
|