Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


oracle.odi.interfaces.data.impl
Class OdiInterfaceDataAccessHelperFactory

java.lang.Object
  extended by oracle.odi.interfaces.data.impl.OdiInterfaceDataAccessHelperFactory


public class OdiInterfaceDataAccessHelperFactory
extends java.lang.Object

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

OdiInterfaceDataAccessHelperFactory

public OdiInterfaceDataAccessHelperFactory()

Method Detail

getNewDataAccessHelper

public 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. Any target mapping objects that are included in the object list will be converted to target columns in the select list of the query.
Returns:
A data access helper instance.

getCheckDataAccessHelper

public 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.
Returns:
A data access helper instance.

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.