Base class for all nodes in a parsed script tree.
Script parser, for custom parsers.
string NextToken()
Returns the next token to be parsed, and moves the position forward correspondingly....
int Length
Length of script parsed
int Start
Start position in expression
Expression Expression
Expression being parsed.
Executes an DROP INDEX ... ON ... statement against the object database.
Executes an DROP INDEX ... ON ... statement against the object database.
string[] Aliases
Keyword aliases, if available, null if none.
DropParser()
Parses a DROP statement
string KeyWord
Keyword associated with custom parser.
bool TryParse(ScriptParser Parser, out ScriptNode Result)
Tries to parse a script node.
string[] InternalKeywords
Any keywords used internally by the custom parser.
Parses a SELECT statement
Abstract base class for source definitions
Interface for keywords with custom parsing.