Skip navigation links

Oracle® Database XML Java API Reference
11g Release 1 (11.1)

B28391-01


oracle.xml.transx
Class LoadingMode

java.lang.Object
  extended by oracle.xml.transx.LoadingMode


public class LoadingMode
extends java.lang.Object

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.

See Also:
Transx.setLoadingMode

Field Summary
static int EXCEPTION_ON_DUPLICATES
          throw an exception
static int SKIP_DUPLICATES
          skip duplicate rows
static int UPDATE_DUPLICATES
          update 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

SKIP_DUPLICATES

public static final int SKIP_DUPLICATES
skip duplicate rows
See Also:
Constant Field Values

UPDATE_DUPLICATES

public static final int UPDATE_DUPLICATES
update the rows
See Also:
Constant Field Values

EXCEPTION_ON_DUPLICATES

public static final int EXCEPTION_ON_DUPLICATES
throw an exception
See Also:
Constant Field Values

Constructor Detail

LoadingMode

public LoadingMode()

Skip navigation links

Oracle® Database XML Java API Reference
11g Release 1 (11.1)

B28391-01


Copyright © 2003, 2007, Oracle. All rights reserved.