Package | Description |
---|---|
com.espertech.esperio.db.core |
DB adapter core classes.
|
Constructor and Description |
---|
DMLStatement(StoreExceptionHandler storeExceptionHandler,
String dmlSQL,
Map<Integer,BindingEntry> bindings) |
MultiKeyMultiValueTable(String tableName,
String[] keyFieldNames,
int[] keyTypes,
String[] valueFieldNames,
int[] valueTypes,
StoreExceptionHandler storeExceptionHandler)
Ctor.
|