Package com.exasol.sql.ddl.create
Interface CreateSchemaVisitor
-
- All Known Implementing Classes:
CreateSchemaRenderer
public interface CreateSchemaVisitorVisitor forCREATE SCHEMAstatements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(CreateSchema createSchema)Visit aCREATE SCHEMAstatement.voidvisit(Schema schema)Visit the schema to be created.
-
-
-
Method Detail
-
visit
void visit(CreateSchema createSchema)
Visit aCREATE SCHEMAstatement.- Parameters:
createSchema-CREATE SCHEMAstatement to visit
-
visit
void visit(Schema schema)
Visit the schema to be created.- Parameters:
schema- schema to visit
-
-