Skip navigation links

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

E17060-04


Uses of Class
oracle.odi.domain.topology.OdiDataType

Packages that use OdiDataType
oracle.odi.domain.model This package contains the Oracle Data Integrator Data Model domain implementation. 
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 
oracle.odi.domain.relational Provides classes related to relational structures. 
oracle.odi.domain.topology This package contains the Oracle Data Integrator Topology domain model implementation. 
oracle.odi.domain.topology.finder This package contains classes for searching Oracle Data Integrator topology entities. 
oracle.odi.interfaces.interactive.support.actions This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. 

 

Uses of OdiDataType in oracle.odi.domain.model

 

Methods in oracle.odi.domain.model that return OdiDataType
 OdiDataType OdiColumn.getDataType()
          Obtains the OdiDataType defined as data type for this OdiColumn, or null if undefined.

 

Methods in oracle.odi.domain.model with parameters of type OdiDataType
 void OdiColumn.setDataType(OdiDataType pDataType)
          Defines the OdiDataType as data type for this OdiColumn.

 

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

 

Methods in oracle.odi.domain.project.interfaces that return OdiDataType
 OdiDataType JournalizedSourceColumn.getDataType()
          Returns the datatype of this journalized source column.
 OdiDataType SourceColumn.getDataType()
          Returns the data type of this source column.
 OdiDataType TargetColumn.getDataType()
          Returns the datatype of this target column.

 

Methods in oracle.odi.domain.project.interfaces with parameters of type OdiDataType
 void JournalizedSourceColumn.setDataType(OdiDataType pOdiDataType)
          Internal use only Sets the data type of this journalized source column.
 void SourceColumn.setDataType(OdiDataType pOdiDataType)
          Internal use only Sets the data type of this source column.
 void TargetColumn.setDataType(OdiDataType pOdiDataType)
          Internal use only Sets the data type of the target column.

 

Constructors in oracle.odi.domain.project.interfaces with parameters of type OdiDataType
JournalizedSourceColumn(SourceDataStore pSourceDataStore, java.lang.String pName, OdiDataType pDataType, java.lang.Integer pLength, java.lang.Integer pScale)
          Internal use only Creates a new journalized source column.

 

Uses of OdiDataType in oracle.odi.domain.relational

 

Methods in oracle.odi.domain.relational that return OdiDataType
 OdiDataType IColumn.getDataType()
          Obtains the data type of this column.

 

Methods in oracle.odi.domain.relational with parameters of type OdiDataType
 void IColumn.setDataType(OdiDataType pOdiDataType)
          Defines the data type of this column.

 

Uses of OdiDataType in oracle.odi.domain.topology

 

Methods in oracle.odi.domain.topology that return OdiDataType
 OdiDataType OdiDataType.getConvertedDataType(OdiTechnology pTargetTechnology)
          Convenient method to obtains the OdiDataType that corresponds to this instance of OdiDataType for the given target technology, or null if no conversion is defined for the given technology.
 OdiDataType OdiTechnology.getDataType(java.lang.String pDataTypeCode)
          Returns the OdiDataType associated to this OdiTechnology instance which has the given code parameter as data type code.

 

Methods in oracle.odi.domain.topology that return types with arguments of type OdiDataType
 java.util.Collection<OdiDataType> OdiTechnology.getDataTypes()
          Returns an unmodifiable collection of this OdiTechnology's data types.

 

Uses of OdiDataType in oracle.odi.domain.topology.finder

 

Methods in oracle.odi.domain.topology.finder that return OdiDataType
 OdiDataType IOdiDataTypeFinder.findByTechnology(java.lang.String pTechnologyCode, java.lang.String pDataTypeCode)
          Find from ODI instance the OdiDataType for the given OdiTechnology and data type code.

 

Uses of OdiDataType in oracle.odi.interfaces.interactive.support.actions

 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type OdiDataType
InterfaceActionOnTargetColumnSetDataType(java.lang.String pColumnName, OdiDataType pOdiDataType)
          Creates an action class instance which will assign a data type to a column, when performAction is called.

 


Skip navigation links

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

E17060-04


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