public class DMLStatementsGenerator
extends java.lang.Object
| Constructor and Description |
|---|
DMLStatementsGenerator(DbTypeSystem dbTypeSystem,
Database modelDatabase,
Platform platform,
java.lang.String tablePrefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateStatementsFor(java.util.Collection<YRecord> records,
java.io.Writer writer) |
static java.lang.String |
removeTablePrefix(java.lang.String tableName,
java.lang.String tablePrefix) |
public DMLStatementsGenerator(DbTypeSystem dbTypeSystem, Database modelDatabase, Platform platform, java.lang.String tablePrefix)
public void generateStatementsFor(java.util.Collection<YRecord> records, java.io.Writer writer) throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String removeTablePrefix(java.lang.String tableName,
java.lang.String tablePrefix)
Copyright © 2018 SAP SE. All Rights Reserved.