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
dbvendorEDbVendor
Properties
DropIndexItemList
Used in sql server drop index statement @return
public virtual TDropIndexItemList DropIndexItemList { get; set; }
Property Value
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
Methods
accept(TParseTreeVisitor)
public override void accept(TParseTreeVisitor v)
Parameters
acceptChildren(TParseTreeVisitor)
public override void acceptChildren(TParseTreeVisitor v)
Parameters
doParseStatement(TCustomSqlStatement)
analyze SQL
public override int doParseStatement(TCustomSqlStatement psql)
Parameters
psqlTCustomSqlStatement