| Constructor and Description |
|---|
CreateSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StatementVisitor statementVisitor) |
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() |
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 pathCopyright © 2004–2020 JSQLParser. All rights reserved.