|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.interfaces.data.impl.OdiInterfaceDataAccessHelperFactory
public class OdiInterfaceDataAccessHelperFactory
A factory to create IOdiInterfaceDataAccessHelper instances. The interface
data access helper class creates queries that retrieve data for the various subcomponents
of the interface.
| Constructor Summary | |
|---|---|
OdiInterfaceDataAccessHelperFactory()
|
|
| Method Summary | |
|---|---|
static IOdiInterfaceDataAccessHelper |
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 |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OdiInterfaceDataAccessHelperFactory()
| Method Detail |
|---|
public static IOdiInterfaceDataAccessHelper getCheckDataAccessHelper()
public static IOdiInterfaceDataAccessHelper getNewDataAccessHelper()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||