Skip navigation links

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

E17060-02


Uses of Interface
oracle.odi.domain.project.interfaces.ISourceColumn

Packages that use ISourceColumn
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 
oracle.odi.domain.xrefs.expression Provides classes to manage expressions. 
oracle.odi.interfaces.interactive.support.references This package contains the representation of cross references to various types of objects, including source datastore and source column, in Oracle Data Integrator interfaces. 

 

Uses of ISourceColumn in oracle.odi.domain.project.interfaces

 

Classes in oracle.odi.domain.project.interfaces that implement ISourceColumn
 class JournalizedSourceColumn
          This class represents columns for a journalized source datastore in an interface.
 class SourceColumn
          A basic implementation for source columns.
Note that the objects returned by the getters are provided for read-only purposes.

 

Methods in oracle.odi.domain.project.interfaces that return ISourceColumn
 ISourceColumn SourceDataStore.getColumn(java.lang.String pName)
          Get the ISourceColumn in this source with the specified name.

 

Methods in oracle.odi.domain.project.interfaces that return types with arguments of type ISourceColumn
 java.util.List<ISourceColumn> SourceDataStore.getColumns()
          Get a list of all ISourceColumn interface objects corresponding to the columns of this source.
 java.util.Collection<IKey<ISourceColumn>> SourceDataStore.getKeys()
          Return the set of ISourceColumn objects corresponding to the key columns of this source.

 

Uses of ISourceColumn in oracle.odi.domain.xrefs.expression

 

Methods in oracle.odi.domain.xrefs.expression with parameters of type ISourceColumn
 ExpressionStringBuilder ExpressionStringBuilder.append(ISourceColumn pSourceColumn)
          Append the string representation of the given ISourceColumn to this builder's expression.

 

Uses of ISourceColumn in oracle.odi.interfaces.interactive.support.references

 

Methods in oracle.odi.interfaces.interactive.support.references that return ISourceColumn
 ISourceColumn ReferenceToSourceColumn.getReferencedObject()
          Returns the referenced source column.

 

Constructors in oracle.odi.interfaces.interactive.support.references with parameters of type ISourceColumn
ReferenceToSourceColumn(ISourceColumn pReferencedSourceColumn, IExecutableTextHolder pReferencer)
          Creates a reference to a source column.

 


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.