public class CreateSchema extends Statement
| Constructor and Description |
|---|
CreateSchema(NodeLocation location,
QualifiedName schemaName,
boolean notExists,
List<Property> properties) |
CreateSchema(QualifiedName schemaName,
boolean notExists,
List<Property> properties) |
| 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<Property> |
getChildren() |
List<Property> |
getProperties() |
QualifiedName |
getSchemaName() |
int |
hashCode() |
boolean |
isNotExists() |
String |
toString() |
getLocationpublic CreateSchema(QualifiedName schemaName, boolean notExists, List<Property> properties)
public CreateSchema(NodeLocation location, QualifiedName schemaName, boolean notExists, List<Property> properties)
public QualifiedName getSchemaName()
public boolean isNotExists()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
NodeAstVisitor, use AstVisitor.process(Node, Object) instead.public List<Property> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.