net.sf.farrago.ddl
Class DdlDeallocateOldStmt

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

public class DdlDeallocateOldStmt
extends DdlStmt

DdlDeallocateOldStmt represents an ALTER SYSTEM DEALLOCATE OLD statement.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/ddl/DdlDeallocateOldStmt.java#5 $
Author:
Zelaine Fong

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

Constructor Detail

DdlDeallocateOldStmt

public DdlDeallocateOldStmt()
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