DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Defines the contract for nodes in an AST model for a SQL grammar analysis and parsing. More...
Properties | |
string | NodeName [get] |
Gets the name of the node analyzed from the parser. More... | |
ISqlNode | Parent [get] |
Gets a reference to the parent ISqlNode, if any. More... | |
IEnumerable< ISqlNode > | ChildNodes [get] |
Gets a read-only enumeration of the children nodes, if any. More... | |
IEnumerable< Token > | Tokens [get] |
Gets an enumeration of the tokens composing the this node. More... | |
Defines the contract for nodes in an AST model for a SQL grammar analysis and parsing.
Definition at line 25 of file ISqlNode.cs.
|
get |
Gets a read-only enumeration of the children nodes, if any.
Definition at line 39 of file ISqlNode.cs.
|
get |
Gets the name of the node analyzed from the parser.
Definition at line 29 of file ISqlNode.cs.
|
get |
Gets a reference to the parent ISqlNode, if any.
Definition at line 34 of file ISqlNode.cs.
|
get |
Gets an enumeration of the tokens composing the this node.
Definition at line 45 of file ISqlNode.cs.