net.sf.farrago.ddl
Class DdlReplaceCatalogStmt
java.lang.Object
net.sf.farrago.ddl.DdlStmt
net.sf.farrago.ddl.DdlReplaceCatalogStmt
- All Implemented Interfaces:
- FarragoSessionDdlStmt
public class DdlReplaceCatalogStmt
- extends DdlStmt
DdlReplaceCatalogStmt represents an ALTER SYSTEM REPLACE CATALOG statement.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/ddl/DdlReplaceCatalogStmt.java#5 $
- Author:
- John V. Sichi
Method Summary |
void |
visit(DdlVisitor visitor)
Invokes a visitor on this statement. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DdlReplaceCatalogStmt
public DdlReplaceCatalogStmt()
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