19 namespace Deveel.Data.Sql.Parser {
41 public bool IsAll {
get;
private set; }
56 return base.OnChildNode(node);
Defines the contract for nodes in an AST model for a SQL grammar analysis and parsing.
Represents a keyword found during the compilation of a source text.
The root node of an expression used to select a set of items from a set of sources defined...
CompositeFunction
The kind of composite function in a CompositeTable.
Composes two queries to obtain a set that is the result of a given composition function.
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...