19 namespace Deveel.Data.Sql.Parser {
40 public string Name {
get;
private set; }
47 Name = String.Format(
"{0}.{1}", Name, idNode.Text);
52 return base.OnChildNode(node);
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.
Represents a composed name for an object within the system.
override ISqlNode OnChildNode(ISqlNode node)
During the initialization of the node from the parser, this method is called for every child node add...
The default implementation of ISqlNode, that is a node in the text analysis parsing of SQL commands...