net.sf.farrago.ddl
Class DdlCreateStmt
java.lang.Object
net.sf.farrago.ddl.DdlStmt
net.sf.farrago.ddl.DdlCreateStmt
- All Implemented Interfaces:
- FarragoSessionDdlStmt
public class DdlCreateStmt
- extends DdlStmt
DdlCreateStmt represents a DDL CREATE statement of any kind.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/ddl/DdlCreateStmt.java#17 $
- Author:
- John V. Sichi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
replaceOptions
DdlReplaceOptions replaceOptions
DdlCreateStmt
public DdlCreateStmt(CwmModelElement createdElement,
DdlReplaceOptions replaceOptions)
- Constructs a new DdlCreateStmt.
- Parameters:
createdElement
- top-level element created by this stmt
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
getReplaceOptions
public DdlReplaceOptions getReplaceOptions()
postCommit
public void postCommit(FarragoSessionDdlValidator ddlValidator)
- Description copied from interface:
FarragoSessionDdlStmt
- Called after execution, after committing the repository transaction.
- Specified by:
postCommit
in interface FarragoSessionDdlStmt
- Overrides:
postCommit
in class DdlStmt
- Parameters:
ddlValidator
- the object validating this stmt