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
RealIndices
public virtual bool RealIndices { get; }
Property Value
UpperSubscript
public virtual TExpression UpperSubscript { get; set; }
Property Value
Methods
init(object, object, object)
public override void init(object arg1, object arg2, object arg3)