|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
MapOperatorMatchingStrategy is the interface that provides the matching strategy constants for reconciling with map operators.
| Field Summary | |
static java.lang.String |
CREATE_STRATEGYMatch strategy specification constant: special strategy which creates a new target object and reconciles it with the source. |
static java.lang.String |
MATCH_BY_IDMatch strategy specification constant: match by internal ID. |
static java.lang.String |
MATCH_BY_ID_AND_NAMEMatch strategy specification constant: match by id and name. |
static java.lang.String |
MATCH_BY_ID_AND_NAME_AND_POSITIONMatch strategy specification constant: match by id and name and position. |
static java.lang.String |
MATCH_BY_ID_AND_POSITIONMatch strategy specification constant: match by id and position. |
static java.lang.String |
MATCH_BY_NAMEMatch strategy specification constant: match by name. |
static java.lang.String |
MATCH_BY_NAME_AND_POSITIONMatch strategy specification constant: match by name and position. |
static java.lang.String |
MATCH_BY_POSITIONMatch strategy specification constant: match by position. |
static int |
STRATEGY_COUNTThe total number of available strategies. |
| Field Detail |
public static final java.lang.String MATCH_BY_ID
public static final java.lang.String MATCH_BY_NAME
public static final java.lang.String MATCH_BY_POSITION
public static final java.lang.String MATCH_BY_ID_AND_NAME
public static final java.lang.String MATCH_BY_ID_AND_POSITION
public static final java.lang.String MATCH_BY_NAME_AND_POSITION
public static final java.lang.String MATCH_BY_ID_AND_NAME_AND_POSITION
public static final java.lang.String CREATE_STRATEGY
public static final int STRATEGY_COUNT
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||