public class InsertStatementGenerator extends ServiceBase
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
specialHandlingForEmptyInsertFlag |
et, factorySvc, log| Constructor and Description |
|---|
InsertStatementGenerator(FactoryService factorySvc,
DTypeRegistry registry,
SqlNameFormatter nameFormatter) |
| Modifier and Type | Method and Description |
|---|---|
SqlStatement |
generateInsert(DValue dval,
List<TableInfo> tblInfoL) |
String |
generateUpdateBody(StrCreator sc,
DValue dval,
Map<String,DRelation> map,
SqlStatement statement) |
public InsertStatementGenerator(FactoryService factorySvc, DTypeRegistry registry, SqlNameFormatter nameFormatter)
public SqlStatement generateInsert(DValue dval, List<TableInfo> tblInfoL)
public String generateUpdateBody(StrCreator sc, DValue dval, Map<String,DRelation> map, SqlStatement statement)
Copyright © 2020. All rights reserved.