net.sf.farrago.ddl
Class DdlGrantRoleStmt
java.lang.Object
net.sf.farrago.ddl.DdlStmt
net.sf.farrago.ddl.DdlGrantStmt
net.sf.farrago.ddl.DdlGrantRoleStmt
- All Implemented Interfaces:
- FarragoSessionDdlStmt
public class DdlGrantRoleStmt
- extends DdlGrantStmt
DdlGrantRoleStmt represents a DDL GRANT ROLE statement.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/ddl/DdlGrantRoleStmt.java#11 $
- Author:
- Quoc Tai Tran
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
roleList
protected List<SqlIdentifier> roleList
DdlGrantRoleStmt
public DdlGrantRoleStmt()
- Constructs a new DdlGrantRoleStmt.
visit
public void visit(DdlVisitor visitor)
- Description copied from class:
DdlStmt
- Invokes a visitor on this statement.
- Overrides:
visit
in class DdlGrantStmt
- 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
setRoleList
public void setRoleList(List<SqlIdentifier> roleList)