Table of Contents

Class TIndirection

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

Postgresql, redshift

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

Properties

Indices

public virtual List<TIndices> Indices { get; set; }

Property Value

List<TIndices>

RealIndices

public virtual bool RealIndices { get; }

Property Value

bool

Methods

getEndToken()

public override TSourceToken getEndToken()

Returns

TSourceToken

the last token in this node

getStartToken()

public override TSourceToken getStartToken()

Returns

TSourceToken

init(object)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object