DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Represents a keyword found during the compilation of a source text. More...
Package Functions | |
SqlKeyNode (Token token) | |
Properties | |
string ISqlNode. | NodeName [get] |
ISqlNode ISqlNode. | Parent [get] |
IEnumerable< ISqlNode > ISqlNode. | ChildNodes [get] |
IEnumerable< Token > ISqlNode. | Tokens [get] |
string | Text [get, private set] |
Gets the source text of the keyword. More... | |
Properties inherited from Deveel.Data.Sql.Parser.ISqlNode | |
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... | |
Private Member Functions | |
void ISqlChildNode. | SetParent (ISqlNode node) |
Private Attributes | |
readonly Token | token |
ISqlNode | parent |
Additional Inherited Members |
Represents a keyword found during the compilation of a source text.
Definition at line 25 of file SqlKeyNode.cs.
|
inlinepackage |
Definition at line 26 of file SqlKeyNode.cs.
|
inlineprivate |
|
private |
Definition at line 32 of file SqlKeyNode.cs.
|
private |
Definition at line 31 of file SqlKeyNode.cs.
|
getprivate |
Definition at line 42 of file SqlKeyNode.cs.
|
getprivate |
Definition at line 34 of file SqlKeyNode.cs.
|
getprivate |
Definition at line 38 of file SqlKeyNode.cs.
|
getprivate set |
Gets the source text of the keyword.
Definition at line 57 of file SqlKeyNode.cs.
|
getprivate |
Definition at line 46 of file SqlKeyNode.cs.