Table of Contents

Class TDropIndexSqlNode

Namespace
gudusoft.gsqlparser.nodes
Assembly
gudusoft.gsqlparser.dll
public class TDropIndexSqlNode : TParseTreeNode, Visitable
Inheritance
TDropIndexSqlNode
Implements
Inherited Members

Properties

DropIndexItemList

public virtual TDropIndexItemList DropIndexItemList { get; }

Property Value

TDropIndexItemList

IndexName

public virtual TObjectName IndexName { get; }

Property Value

TObjectName

TableName

public virtual TObjectName TableName { get; }

Property Value

TObjectName

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