Table of Contents

Class TAlterIndexSqlNode

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

alter index parse tree node

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

Properties

AlterIndexOption

public virtual EAlterIndexOption AlterIndexOption { get; set; }

Property Value

EAlterIndexOption

IndexName

public virtual TObjectName IndexName { get; set; }

Property Value

TObjectName

IndexProperties

public virtual List<THiveKeyValueProperty> IndexProperties { get; set; }

Property Value

List<THiveKeyValueProperty>

OnIndexName

public virtual TObjectName OnIndexName { get; set; }

Property Value

TObjectName

PartitionSpec

public virtual TPartitionExtensionClause PartitionSpec { get; set; }

Property Value

TPartitionExtensionClause

Methods

init(object)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object

init(object, object)

public override void init(object arg1, object arg2)

Parameters

arg1 object
arg2 object

init(object, object, object)

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

Parameters

arg1 object
arg2 object
arg3 object

init(object, object, object, object)

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

Parameters

arg1 object
arg2 object
arg3 object
arg4 object

init(object, object, object, object, object)

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

Parameters

arg1 object
arg2 object
arg3 object
arg4 object
arg5 object