18 using System.Collections.Generic;
21 namespace Deveel.Data.Sql.Parser {
23 public IEnumerable<InsertSetNode> Assignments {
get;
private set; }
26 Assignments = this.FindNodes<InsertSetNode>();
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...