public class DropFunction extends Statement
| Constructor and Description |
|---|
DropFunction(NodeLocation location,
QualifiedName functionName,
Optional<List<String>> parameterTypes,
boolean temporary,
boolean exists) |
DropFunction(QualifiedName functionName,
Optional<List<String>> parameterTypes,
boolean temporary,
boolean exists) |
| 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 |
getFunctionName() |
Optional<List<String>> |
getParameterTypes() |
int |
hashCode() |
boolean |
isExists() |
boolean |
isTemporary() |
String |
toString() |
getLocationpublic DropFunction(QualifiedName functionName, Optional<List<String>> parameterTypes, boolean temporary, boolean exists)
public DropFunction(NodeLocation location, QualifiedName functionName, Optional<List<String>> parameterTypes, boolean temporary, boolean exists)
public QualifiedName getFunctionName()
public boolean isTemporary()
public boolean isExists()
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.