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