Table of Contents

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

TNodeFactory

rootNode

public TParseTreeNode rootNode

Field Value

TParseTreeNode

sourcetokenlist

public TSourceTokenList sourcetokenlist

Field Value

TSourceTokenList

sql

public TCustomSqlStatement sql

Field Value

TCustomSqlStatement

Properties

NodeFactory

public virtual TNodeFactory NodeFactory { get; }

Property Value

TNodeFactory

Methods

yyparse()

public virtual int yyparse()

Returns

int