@FunctionalInterface
protected static interface Importer.FieldMaker
| Modifier and Type | Method and Description |
|---|---|
void |
addField(TempTableBuilder ttb,
java.lang.String name,
java.lang.Object val)
Add field to the temp-table.
|
void addField(TempTableBuilder ttb, java.lang.String name, java.lang.Object val) throws PersistenceException
ttb - The temp-table builder.name - The name of the field to be created.val - The field value used to infer the field type.PersistenceException - on invalid value