20 namespace Deveel.Data.Sql.Parser {
50 var aliasNode = this.FindByName(
"select_as_opt");
51 if (aliasNode != null)
This is a simple identifier within a SQL grammar.
Represents a composed name for an object within the system.
override void OnNodeInit()
After the initialization of the node from the parser, this method is invoked to let the specific init...
A single item selected within a query node tree.
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...