net.sf.farrago.ddl
Class DdlExtendCatalogStmt
java.lang.Object
net.sf.farrago.ddl.DdlStmt
net.sf.farrago.ddl.DdlExtendCatalogStmt
- All Implemented Interfaces:
- FarragoSessionDdlStmt
public class DdlExtendCatalogStmt
- extends DdlStmt
DdlExtendCatalogStmt represents an ALTER SYSTEM ADD CATALOG JAR statement.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/ddl/DdlExtendCatalogStmt.java#11 $
- Author:
- John V. Sichi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jarName
private final SqlIdentifier jarName
repos
private FarragoRepos repos
sessionFactory
private FarragoSessionFactory sessionFactory
femJar
private FemJar femJar
jarUrlUnexpanded
private String jarUrlUnexpanded
DdlExtendCatalogStmt
public DdlExtendCatalogStmt(SqlIdentifier jarName)
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
preValidate
public void preValidate(FarragoSessionDdlValidator ddlValidator)
- Description copied from interface:
FarragoSessionDdlStmt
- Called before generic validation.
- Specified by:
preValidate
in interface FarragoSessionDdlStmt
- Overrides:
preValidate
in class DdlStmt
- Parameters:
ddlValidator
- the object validating this stmt
preExecute
public void preExecute()
- Description copied from interface:
FarragoSessionDdlStmt
- Called before generic execution.
- Specified by:
preExecute
in interface FarragoSessionDdlStmt
- Overrides:
preExecute
in class DdlStmt
getJarUrl
public String getJarUrl()