Table of Contents

Class TRelationExpr

Namespace
gudusoft.gsqlparser.nodes
Assembly
gudusoft.gsqlparser.dll

Postgresql Relation expr parse tree node

public class TRelationExpr : TParseTreeNode, Visitable
Inheritance
TRelationExpr
Implements
Inherited Members

Properties

Only

public virtual TSourceToken Only { get; set; }

Property Value

TSourceToken

RelationName

public virtual TObjectName RelationName { get; set; }

Property Value

TObjectName

Methods

init(object)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object

setOnly(TSourceToken)

public void setOnly(TSourceToken st)

Parameters

st TSourceToken