Table of Contents

Class TDropIndexSqlStatement

Namespace
gudusoft.gsqlparser.stmt
Assembly
gudusoft.gsqlparser.dll

remove an index or domain index from the database.

public class TDropIndexSqlStatement : TCustomSqlStatement, Visitable
Inheritance
TDropIndexSqlStatement
Implements
Inherited Members

Constructors

TDropIndexSqlStatement(EDbVendor)

public TDropIndexSqlStatement(EDbVendor dbvendor)

Parameters

dbvendor EDbVendor

Properties

DropIndexItemList

Used in sql server drop index statement @return

public virtual TDropIndexItemList DropIndexItemList { get; set; }

Property Value

TDropIndexItemList

IndexName

Please use getDropIndexItemList() instead if it's a sql server drop index statement.

public virtual TObjectName IndexName { get; set; }

Property Value

TObjectName

the name of the index to be dropped.

TableName

public virtual TObjectName TableName { get; set; }

Property Value

TObjectName

Methods

accept(TParseTreeVisitor)

public override void accept(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

acceptChildren(TParseTreeVisitor)

public override void acceptChildren(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

doParseStatement(TCustomSqlStatement)

analyze SQL

public override int doParseStatement(TCustomSqlStatement psql)

Parameters

psql TCustomSqlStatement

Returns

int