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

E17060-01

Uses of Class
oracle.odi.domain.relational.ColumnNotFoundException

Packages that use ColumnNotFoundException
oracle.odi.domain.model This package contains the Oracle Data Integrator Data Model domain implementation. 
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 
oracle.odi.domain.relational Provides classes related to relational structures. 
 

Uses of ColumnNotFoundException in oracle.odi.domain.model
 

Methods in oracle.odi.domain.model that throw ColumnNotFoundException
 OdiColumn OdiDataStore.getColumn(java.lang.String pName)
          Returns the column named after the given name.
 

Uses of ColumnNotFoundException in oracle.odi.domain.project
 

Methods in oracle.odi.domain.project that throw ColumnNotFoundException
 TargetColumn OdiInterface.TargetDataStore.getColumn(java.lang.String pColumnName)
          Obtains the column matching the given name.
 void OdiInterface.TargetDataStore.setUpdateKey(IKey<? extends IColumn> pKey)
          For internal use only Sets the update key of the target datastore.
 

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

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

Uses of ColumnNotFoundException in oracle.odi.domain.relational
 

Methods in oracle.odi.domain.relational that throw ColumnNotFoundException
 ColumnType IDataStore.getColumn(java.lang.String pName)
          Obtains the column matching the given name.
 


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

E17060-01

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