Package | Description |
---|---|
Parsing.DBPrimitives |
Class and Description |
---|
ColumnDecl
ColumnDecl is Name (, Name)*
|
Comma
a Comma is a "," token
|
DBase
DBase is "dbase" token
|
Dot
a Dot is "." token
|
LeftBracket
left bracket '[' token
|
LeftParen
LeftParen '(' token
|
NameList
a NameList is Name(,Name)*
|
RightBracket
RightBracket is "]"
|
RightParen
RightParen is ")"
|
SubTaBle
subtable token "subtable"
|
TaBle
table token "table"
|
TupleValues
TupleValues is a sequence of I(,I)*, where I = single-quoted-string | name | number ;
|