C# Class Tup.Cobar4Net.Parser.Ast.Stmt.Ddl.DdlDropTableStatement

Inheritance: IDdlStatement
Datei anzeigen Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
DdlDropTableStatement ( IList tableNames, bool temp, bool ifExists ) : System.Collections.Generic
DdlDropTableStatement ( IList tableNames, bool temp, bool ifExists, DropTableMode dropTableMode ) : System.Collections.Generic

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

DdlDropTableStatement() public method

public DdlDropTableStatement ( IList tableNames, bool temp, bool ifExists ) : System.Collections.Generic
tableNames IList
temp bool
ifExists bool
return System.Collections.Generic

DdlDropTableStatement() public method

public DdlDropTableStatement ( IList tableNames, bool temp, bool ifExists, DropTableMode dropTableMode ) : System.Collections.Generic
tableNames IList
temp bool
ifExists bool
dropTableMode DropTableMode
return System.Collections.Generic