|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.xml.transx.LoadingMode
public class LoadingMode
LoadingMode class. LoadingMode is used to specify the behaviour when there are one or more existing rows in the database whose values in the key columns are the same as those in the dataset to be loaded. The loader by default skips duplicates i.e. The flag is SKIP.
Transx.setLoadingMode| Field Summary | |
|---|---|
static int |
EXCEPTION_ON_DUPLICATESthrow an exception |
static int |
SKIP_DUPLICATESskip duplicate rows |
static int |
UPDATE_DUPLICATESupdate the rows |
| Constructor Summary | |
|---|---|
LoadingMode() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SKIP_DUPLICATES
public static final int UPDATE_DUPLICATES
public static final int EXCEPTION_ON_DUPLICATES
| Constructor Detail |
|---|
public LoadingMode()
|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||