18 using System.Collections.Generic;
20 namespace Deveel.Data.Sql.Parser {
22 public IEnumerable<IExpressionNode> Values {
get;
private set;}
25 Values = 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...