C# Class Tup.Cobar4Net.Parser.Ast.Stmt.Mts.MTSRollbackStatement

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

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
MTSRollbackStatement ( CompleteType completeType ) : System
MTSRollbackStatement ( Identifier savepoint ) : System

Method Details

Accept() public méthode

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

MTSRollbackStatement() public méthode

public MTSRollbackStatement ( CompleteType completeType ) : System
completeType CompleteType
Résultat System

MTSRollbackStatement() public méthode

public MTSRollbackStatement ( Identifier savepoint ) : System
savepoint Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
Résultat System