C# Class Tup.Cobar4Net.Parser.Ast.Stmt.Dal.ShowCreate

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

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
ShowCreate ( CreateType type, Identifier id ) : Tup.Cobar4Net.Parser.Ast.Expression.Primary

Method Details

Accept() public méthode

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

ShowCreate() public méthode

public ShowCreate ( CreateType type, Identifier id ) : Tup.Cobar4Net.Parser.Ast.Expression.Primary
type CreateType
id Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
Résultat Tup.Cobar4Net.Parser.Ast.Expression.Primary