public class ShowGrants extends Statement
| Constructor and Description |
|---|
ShowGrants(boolean table,
Optional<QualifiedName> tableName) |
ShowGrants(NodeLocation location,
boolean table,
Optional<QualifiedName> tableName) |
ShowGrants(Optional<NodeLocation> location,
boolean table,
Optional<QualifiedName> tableName) |
| 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) |
List<Node> |
getChildren() |
boolean |
getTable() |
Optional<QualifiedName> |
getTableName() |
int |
hashCode() |
String |
toString() |
getLocationpublic ShowGrants(boolean table,
Optional<QualifiedName> tableName)
public ShowGrants(NodeLocation location, boolean table, Optional<QualifiedName> tableName)
public ShowGrants(Optional<NodeLocation> location, boolean table, Optional<QualifiedName> tableName)
public boolean getTable()
public Optional<QualifiedName> getTableName()
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.