public final class DropSchema extends Statement
| Constructor and Description |
|---|
DropSchema(NodeLocation location,
QualifiedName schemaName,
boolean exists,
boolean cascade) |
DropSchema(QualifiedName schemaName,
boolean exists,
boolean cascade) |
| 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() |
QualifiedName |
getSchemaName() |
int |
hashCode() |
boolean |
isCascade() |
boolean |
isExists() |
String |
toString() |
getLocationpublic DropSchema(QualifiedName schemaName, boolean exists, boolean cascade)
public DropSchema(NodeLocation location, QualifiedName schemaName, boolean exists, boolean cascade)
public QualifiedName getSchemaName()
public boolean isExists()
public boolean isCascade()
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.