Class TRedshiftUnload
- Namespace
- gudusoft.gsqlparser.stmt.redshift
- Assembly
- gudusoft.gsqlparser.dll
public class TRedshiftUnload : TCustomSqlStatement, Visitable
- Inheritance
-
TRedshiftUnload
- Implements
- Inherited Members
Constructors
TRedshiftUnload(EDbVendor)
public TRedshiftUnload(EDbVendor dbvendor)
Parameters
dbvendorEDbVendor
Properties
Credentials
public virtual string Credentials { get; set; }
Property Value
S3
public virtual string S3 { get; set; }
Property Value
SelectStmt
public virtual string SelectStmt { 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