18 using System.Collections.Generic;
20 namespace Deveel.Data.Sql.Parser {
22 public IEnumerable<IExpressionNode> Groups {
get;
private set; }
25 Groups = this.FindNodes<IExpressionNode>();
override void OnNodeInit()
After the initialization of the node from the parser, this method is invoked to let the specific init...
The default implementation of ISqlNode, that is a node in the text analysis parsing of SQL commands...