19 namespace Deveel.Data.Sql.Parser {
35 Variable = ((IdentifierNode) node).Text;
38 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.
SqlVariableRefExpressionNode()
A single variable within a query context or in the system global context.
References a variable within a SQL execution context.
This interface acts like a marker that indicates if a ISqlNode represents a SQL expression.
The default implementation of ISqlNode, that is a node in the text analysis parsing of SQL commands...
override ISqlNode OnChildNode(ISqlNode node)
During the initialization of the node from the parser, this method is called for every child node add...