Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.mapping
Interface MapOperatorMatchingStrategy


public interface MapOperatorMatchingStrategy

MapOperatorMatchingStrategy is the interface that provides the matching strategy constants for reconciling with map operators.


Field Summary
static java.lang.String CREATE_STRATEGY
          Match strategy specification constant: special strategy which creates a new target object and reconciles it with the source.
static java.lang.String MATCH_BY_ID
          Match strategy specification constant: match by internal ID.
static java.lang.String MATCH_BY_ID_AND_NAME
          Match strategy specification constant: match by id and name.
static java.lang.String MATCH_BY_ID_AND_NAME_AND_POSITION
          Match strategy specification constant: match by id and name and position.
static java.lang.String MATCH_BY_ID_AND_POSITION
          Match strategy specification constant: match by id and position.
static java.lang.String MATCH_BY_NAME
          Match strategy specification constant: match by name.
static java.lang.String MATCH_BY_NAME_AND_POSITION
          Match strategy specification constant: match by name and position.
static java.lang.String MATCH_BY_POSITION
          Match strategy specification constant: match by position.
static int STRATEGY_COUNT
          The total number of available strategies.

 

Field Detail

MATCH_BY_ID

public static final java.lang.String MATCH_BY_ID
Match strategy specification constant: match by internal ID.
See Also:
Constant Field Values

MATCH_BY_NAME

public static final java.lang.String MATCH_BY_NAME
Match strategy specification constant: match by name.
See Also:
Constant Field Values

MATCH_BY_POSITION

public static final java.lang.String MATCH_BY_POSITION
Match strategy specification constant: match by position.
See Also:
Constant Field Values

MATCH_BY_ID_AND_NAME

public static final java.lang.String MATCH_BY_ID_AND_NAME
Match strategy specification constant: match by id and name.
See Also:
Constant Field Values

MATCH_BY_ID_AND_POSITION

public static final java.lang.String MATCH_BY_ID_AND_POSITION
Match strategy specification constant: match by id and position.
See Also:
Constant Field Values

MATCH_BY_NAME_AND_POSITION

public static final java.lang.String MATCH_BY_NAME_AND_POSITION
Match strategy specification constant: match by name and position.
See Also:
Constant Field Values

MATCH_BY_ID_AND_NAME_AND_POSITION

public static final java.lang.String MATCH_BY_ID_AND_NAME_AND_POSITION
Match strategy specification constant: match by id and name and position.
See Also:
Constant Field Values

CREATE_STRATEGY

public static final java.lang.String CREATE_STRATEGY
Match strategy specification constant: special strategy which creates a new target object and reconciles it with the source. For internal use only.
See Also:
Constant Field Values

STRATEGY_COUNT

public static final int STRATEGY_COUNT
The total number of available strategies.
See Also:
Constant Field Values

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.