public final class Use extends Statement
| Constructor and Description |
|---|
Use(NodeLocation location,
Optional<Identifier> catalog,
Identifier schema) |
Use(Optional<Identifier> catalog,
Identifier schema) |
| 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 o) |
Optional<Identifier> |
getCatalog() |
List<Node> |
getChildren() |
Identifier |
getSchema() |
int |
hashCode() |
String |
toString() |
getLocationpublic Use(Optional<Identifier> catalog, Identifier schema)
public Use(NodeLocation location, Optional<Identifier> catalog, Identifier schema)
public Optional<Identifier> getCatalog()
public Identifier getSchema()
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.