21 namespace Deveel.Data.Sql.Parser {
23 public string ExceptionName {
get;
private set; }
26 if (node.
NodeName.Equals(
"exception_name_opt"))
29 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.
string NodeName
Gets the name of the node analyzed from the parser.
ICollection< IStatement > Statements
string Text
Gets the textual content of the identifier.
override void BuildStatement(StatementBuilder builder)
override ISqlNode OnChildNode(ISqlNode node)
During the initialization of the node from the parser, this method is called for every child node add...