net.sf.farrago.ddl
Class DdlSetSessionImplementationStmt
java.lang.Object
net.sf.farrago.ddl.DdlStmt
net.sf.farrago.ddl.DdlSetSessionImplementationStmt
- All Implemented Interfaces:
- FarragoSessionDdlStmt
public class DdlSetSessionImplementationStmt
- extends DdlStmt
DdlSetSessionImplementationStmt represents an ALTER SESSION {SET|ADD}
IMPLEMENTATION LIBRARY statement.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/ddl/DdlSetSessionImplementationStmt.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
add
private final boolean add
femJar
private FemJar femJar
DdlSetSessionImplementationStmt
public DdlSetSessionImplementationStmt(SqlIdentifier jarName,
boolean add)
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
newPersonality
public FarragoSessionPersonality newPersonality(FarragoSession session,
FarragoSessionPersonality defaultPersonality)