Class TCustomParser
- Namespace
- gudusoft.gsqlparser
- Assembly
- gudusoft.gsqlparser.dll
Base parser of all databases.
public class TCustomParser
- Inheritance
-
TCustomParser
- Inherited Members
Fields
nf
public TNodeFactory nf
Field Value
rootNode
public TParseTreeNode rootNode
Field Value
sourcetokenlist
public TSourceTokenList sourcetokenlist
Field Value
sql
public TCustomSqlStatement sql
Field Value
Properties
NodeFactory
public virtual TNodeFactory NodeFactory { get; }
Property Value
Methods
yyparse()
public virtual int yyparse()