public class ShowRoles extends Statement
| Constructor and Description |
|---|
ShowRoles(NodeLocation location,
Optional<Identifier> catalog,
boolean current) |
ShowRoles(Optional<Identifier> catalog,
boolean current) |
ShowRoles(Optional<NodeLocation> location,
Optional<Identifier> catalog,
boolean current) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object obj) |
Optional<Identifier> |
getCatalog() |
List<Node> |
getChildren() |
int |
hashCode() |
boolean |
isCurrent() |
String |
toString() |
getLocationpublic ShowRoles(Optional<Identifier> catalog, boolean current)
public ShowRoles(NodeLocation location, Optional<Identifier> catalog, boolean current)
public ShowRoles(Optional<NodeLocation> location, Optional<Identifier> catalog, boolean current)
public Optional<Identifier> getCatalog()
public boolean isCurrent()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
NodeAstVisitor, use AstVisitor.process(Node, Object) instead.public List<Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.