Table of Contents

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

dbvendor EDbVendor

Properties

PlanName

public virtual TObjectName PlanName { 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