public interface DatabaseStatementGenerator
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatabaseStatementGenerator.InitializingDatabaseStatementGenerator |
static class |
DatabaseStatementGenerator.UpdatingDatabaseStatementGenerator |
| Modifier and Type | Method and Description |
|---|---|
void |
createInserts(Writer writer,
Collection<YRecord> yRecords) |
void |
generateDDL(Writer writer) |
void |
generateDropDDL(Writer writer) |
void generateDDL(Writer writer) throws IOException
IOExceptionvoid generateDropDDL(Writer writer) throws IOException
IOExceptionvoid createInserts(Writer writer, Collection<YRecord> yRecords) throws DdlUtilsException, IOException
DdlUtilsExceptionIOExceptionCopyright © 2017 SAP SE. All Rights Reserved.