| Constructor and Description |
|---|
CreateSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StatementVisitor statementVisitor) |
CreateSchema |
addSchemaPath(Collection<String> schemaPath) |
CreateSchema |
addSchemaPath(String... schemaPath) |
boolean |
addStatement(Statement statement)
Add a statement to the schema definition
|
String |
getAuthorization()
The owner of the schema.
|
String |
getSchemaName()
The name of the schema
|
List<String> |
getSchemaPath()
The path of the schema
|
List<Statement> |
getStatements()
The statements executed as part of the schema creation
|
void |
setAuthorization(String authorization)
The owner of the schems.
|
void |
setSchemaName(String schemaName)
Set the name of the schema
|
void |
setSchemaPath(List<String> schemaPath)
Set the path of the schema
|
String |
toString() |
CreateSchema |
withAuthorization(String authorization) |
CreateSchema |
withSchemaName(String schemaName) |
CreateSchema |
withSchemaPath(List<String> schemaPath) |
public void accept(StatementVisitor statementVisitor)
public boolean addStatement(Statement statement)
statement - The statement to be addedpublic String getAuthorization()
public String getSchemaName()
public List<Statement> getStatements()
public void setAuthorization(String authorization)
authorization - Owner namepublic void setSchemaName(String schemaName)
schemaName - Schema namepublic void setSchemaPath(List<String> schemaPath)
schemaPath - Schema pathpublic CreateSchema withAuthorization(String authorization)
public CreateSchema withSchemaName(String schemaName)
public CreateSchema withSchemaPath(List<String> schemaPath)
public CreateSchema addSchemaPath(String... schemaPath)
public CreateSchema addSchemaPath(Collection<String> schemaPath)
Copyright © 2004–2021 JSQLParser. All rights reserved.