26 Column = (TableColumnNode) node;
28 return base.OnChildNode(node);
override ISqlNode OnChildNode(ISqlNode node)
During the initialization of the node from the parser, this method is called for every child node add...
Defines the contract for nodes in an AST model for a SQL grammar analysis and parsing.
The single COLUMN of a table in a database, handling the form of data that can be stored in a cell...
The default implementation of ISqlNode, that is a node in the text analysis parsing of SQL commands...