public class LoadingMode
extends java.lang.Object
Transx.setLoadingMode
Modifier and Type | Field and Description |
---|---|
static int |
EXCEPTION_ON_DUPLICATES
throw an exception
|
static int |
SKIP_DUPLICATES
skip duplicate rows
|
static int |
UPDATE_DUPLICATES
update the rows
|
Constructor and Description |
---|
LoadingMode() |
public static final int SKIP_DUPLICATES
public static final int UPDATE_DUPLICATES
public static final int EXCEPTION_ON_DUPLICATES