Table of Contents

Class TTableElement

Namespace
gudusoft.gsqlparser.nodes
Assembly
gudusoft.gsqlparser.dll
public class TTableElement : TParseTreeNode, Visitable
Inheritance
TTableElement
Implements
Inherited Members

Fields

type_column_def

public const int type_column_def = 1

Field Value

int

type_supplemental_logging

public const int type_supplemental_logging = 4

Field Value

int

type_table_constraint

public const int type_table_constraint = 2

Field Value

int

type_table_like

public const int type_table_like = 3

Field Value

int

Properties

ColumnDefinition

public virtual TColumnDefinition ColumnDefinition { get; set; }

Property Value

TColumnDefinition

Constraint

public virtual TConstraint Constraint { get; set; }

Property Value

TConstraint

ParentTable

public virtual TObjectName ParentTable { get; set; }

Property Value

TObjectName

SupplementalLogging

public virtual TSupplementalLogging SupplementalLogging { set; }

Property Value

TSupplementalLogging

Type

public virtual int Type { get; set; }

Property Value

int

Methods

accept(TParseTreeVisitor)

public override void accept(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

acceptChildren(TParseTreeVisitor)

public override void acceptChildren(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

doParse(TCustomSqlStatement, ESqlClause)

analyze this node

public override void doParse(TCustomSqlStatement psql, ESqlClause plocation)

Parameters

psql TCustomSqlStatement
plocation ESqlClause

init(object)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object