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

Inheritance: IDdlStatement
Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
Résultat void

DdlDropTableStatement() public méthode

public DdlDropTableStatement ( IList tableNames, bool temp, bool ifExists ) : System.Collections.Generic
tableNames IList
temp bool
ifExists bool
Résultat System.Collections.Generic

DdlDropTableStatement() public méthode

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