| Class | Description |
|---|---|
| ColumnDecl |
ColumnDecl is Name (, Name)*
|
| Comma |
a Comma is a "," token
|
| DBase |
DBase is "dbase" token
|
| DBaseStmt |
dbase statement: dbase(name,[name1,name2...]).
|
| 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"
|
| SubTableStmt |
subtable statement: subtable(name,[ name1,name2...
|
| TaBle |
table token "table"
|
| TableStmt |
table Statement : table( Name, [ columnDecl }).
|
| TupleStmt |
tuple statement : name( TupleValues ).
|
| TupleValues |
TupleValues is a sequence of I(,I)*, where I = single-quoted-string | name | number ;
|