public interface HybrisDbScriptsExecutor
HybrisSchemaGenerator.| Modifier and Type | Method and Description |
|---|---|
void |
executeDDl(java.nio.file.Path scriptPath)
Executes DDL script from
Path against current database. |
void |
executeDDl(java.io.Reader scriptReader)
Executes DDL script from
Reader against current database. |
void |
executeDml(java.nio.file.Path scriptPath)
Executes DML script from
Path against current database. |
void |
executeDml(java.io.Reader scriptReader)
Executes DML script from
Reader against current database. |
void |
executeDropDdl(java.nio.file.Path scriptPath)
Executes DDL Drop script from
Path against current database. |
void |
executeDropDdl(java.io.Reader scriptReader)
Executes DDL Drop script from
Reader against current database. |
void executeDDl(java.nio.file.Path scriptPath)
Path against current database.void executeDDl(java.io.Reader scriptReader)
Reader against current database.void executeDropDdl(java.nio.file.Path scriptPath)
Path against current database.void executeDropDdl(java.io.Reader scriptReader)
Reader against current database.void executeDml(java.nio.file.Path scriptPath)
Path against current database.void executeDml(java.io.Reader scriptReader)
Reader against current database.Copyright © 2018 SAP SE. All Rights Reserved.