public class TableStmt extends Pattern
Modifier and Type | Field and Description |
---|---|
static Token[] |
tableStmt
table statement as table(name,[oqn1, oqn2, ...])., where oqn is optionally quoted name
|
toBeParsed
Constructor and Description |
---|
TableStmt()
Standard constructor
|
TableStmt(LineToParse l)
Standard constructor with line to parse
|
canParse, consumeToken, getEmsg, klone, parse
setLineToParse
public static Token[] tableStmt
public TableStmt()
public TableStmt(LineToParse l)
l
- -- LineToPars