Package | Description |
---|---|
oracle.odi.interfaces.data.impl |
This package contains the Oracle Data Integrator interface
data and expression checking utility interface implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static IOdiInterfaceDataAccessHelper |
OdiInterfaceDataAccessHelperFactory.getCheckDataAccessHelper()
Get a data access helper interface instance that will create a query that
will include data for the target mappings, but not the actual target table column data.
|
static IOdiInterfaceDataAccessHelper |
OdiInterfaceDataAccessHelperFactory.getNewDataAccessHelper()
Get a data access helper interface instance that will create a query
that includes the target data column data, instead of the target mapping data.
|