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(java.io.Writer writer,
java.util.Collection<YRecord> yRecords) |
void |
generateDDL(java.io.Writer writer) |
void |
generateDropDDL(java.io.Writer writer) |
void generateDDL(java.io.Writer writer)
throws java.io.IOException
java.io.IOExceptionvoid generateDropDDL(java.io.Writer writer)
throws java.io.IOException
java.io.IOExceptionvoid createInserts(java.io.Writer writer,
java.util.Collection<YRecord> yRecords)
throws DdlUtilsException,
java.io.IOException
DdlUtilsExceptionjava.io.IOExceptionCopyright © 2018 SAP SE. All Rights Reserved.