18 using System.Collections.Generic;
21 namespace Deveel.Data.Sql.Parser {
23 public IEnumerable<InsertValueNode> Values {
get;
private set; }
26 if (node.
NodeName.Equals(
"insert_tuple")) {
Defines the contract for nodes in an AST model for a SQL grammar analysis and parsing.
virtual ISqlNode OnChildNode(ISqlNode node)
During the initialization of the node from the parser, this method is called for every child node add...
string NodeName
Gets the name of the node analyzed from the parser.
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...