net.sf.farrago.ddl
Class DdlCommitStmt

java.lang.Object
  extended by net.sf.farrago.ddl.DdlStmt
      extended by net.sf.farrago.ddl.DdlTxnStmt
          extended by net.sf.farrago.ddl.DdlCommitStmt
All Implemented Interfaces:
FarragoSessionDdlStmt

public class DdlCommitStmt
extends DdlTxnStmt

DdlCommitStmt represents a COMMIT statement.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/ddl/DdlCommitStmt.java#13 $
Author:
John V. Sichi

Constructor Summary
DdlCommitStmt()
          Constructs a new DdlCommitStmt.
 
Method Summary
 void visit(DdlVisitor visitor)
          Invokes a visitor on this statement.
 
Methods inherited from class net.sf.farrago.ddl.DdlTxnStmt
requiresCommit
 
Methods inherited from class net.sf.farrago.ddl.DdlStmt
getModelElement, isDropRestricted, postCommit, postExecute, preExecute, preValidate, runsAsDml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DdlCommitStmt

public DdlCommitStmt()
Constructs a new DdlCommitStmt.

Method Detail

visit

public void visit(DdlVisitor visitor)
Description copied from class: DdlStmt
Invokes a visitor on this statement.

Specified by:
visit in class DdlStmt
Parameters:
visitor - DdlVisitor to invoke