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