19 namespace Deveel.Data.Sql.Parser {
21 public string Text {
get;
private set; }
25 Text = ((IdentifierNode) node).Text;
27 return base.OnChildNode(node);
override ISqlNode OnChildNode(ISqlNode node)
During the initialization of the node from the parser, this method is called for every child node add...
This is a simple identifier within a SQL grammar.
Defines the contract for nodes in an AST model for a SQL grammar analysis and parsing.
The default implementation of ISqlNode, that is a node in the text analysis parsing of SQL commands...