![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
An implementation of ISqlNode that accepts visits from a ISqlNodeVisitor More...
Public Member Functions | |
| void | Accept (ISqlNodeVisitor visitor) |
| Called by an implementation of ISqlNodeVisitor during the tree-node evaluation. More... | |
Additional Inherited Members | |
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... | |
An implementation of ISqlNode that accepts visits from a ISqlNodeVisitor
Definition at line 24 of file ISqlVisitableNode.cs.
| void Deveel.Data.Sql.Parser.ISqlVisitableNode.Accept | ( | ISqlNodeVisitor | visitor | ) |
Called by an implementation of ISqlNodeVisitor during the tree-node evaluation.
| visitor | The visitor object that calls this method. |
Implemented in Deveel.Data.Sql.Parser.SqlStatementNode.
1.8.10