Class TRedshiftDeallocate
- Namespace
- gudusoft.gsqlparser.stmt.redshift
- Assembly
- gudusoft.gsqlparser.dll
public class TRedshiftDeallocate : TCustomSqlStatement, Visitable
- Inheritance
-
TRedshiftDeallocate
- Implements
- Inherited Members
Constructors
TRedshiftDeallocate(EDbVendor)
public TRedshiftDeallocate(EDbVendor dbvendor)
Parameters
dbvendorEDbVendor
Properties
PlanName
public virtual TObjectName PlanName { 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