Table of Contents

Class TIndices

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

Postgresql;

used in subscript:

'[' expr ']'

'[' expr ':' expr ']'

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

Properties

AttributeName

If this attribute name was set, then this is a fake Indices

public virtual TObjectName AttributeName { get; set; }

Property Value

TObjectName

object name

LowerSubscript

public virtual TExpression LowerSubscript { get; set; }

Property Value

TExpression

RealIndices

public virtual bool RealIndices { get; }

Property Value

bool

UpperSubscript

public virtual TExpression UpperSubscript { get; set; }

Property Value

TExpression

Methods

init(object, object, object)

public override void init(object arg1, object arg2, object arg3)

Parameters

arg1 object
arg2 object
arg3 object