Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.foundation.type
Class DatatypeSetManager

java.lang.Object
  |
  +--oracle.owb.foundation.type.DatatypeSetManager

public class DatatypeSetManager
extends java.lang.Object

DatatypeSetManager class provides access to the supported datatype sets.


Field Summary
protected static DatatypeSetManager s_instance
          The single instance for DatatypeSetManager.

 

Constructor Summary
protected DatatypeSetManager()
           

 

Method Summary
(package private)  Datatype findDataType(java.lang.String datatypeName)
           
static DatatypeSetManager getInstance()
          Obtain the single instance for DatatypeSetManager.
static MapDatatypeSet getMapDatatypeSet()
          Obtain the single instance for MapDatatypeSet.
static MappingPropertyDatatypeSet getMappingPropertyDatatypeSet()
          Obtain the single instance for MappingPropertyDatatypeSet.
 OracleDatatypeSet getOracleDatatypeSet()
          Returns the only instance of the Oracle datatype set.
 PLSQLDatatypeSet getPLSQLDatatypeSet()
          Returns the only instance of the PL/SQL datatype set.
static ProcessDatatypeSet getProcessDatatypeSet()
          Obtain the single instance for ProcessDatatypeSet.
static SAPDatatypeSet getSAPDatatypeSet()
          Obtain the single instance for SAPDatatypeSet.
static SQLLoaderDatatypeSet getSQLLoaderDatatypeSet()
          Obtain the single instance for SQLLoaderDatatypeSet.
(package private)  DatatypeSet getWrapperDatatypeSet(oracle.wh.repos.sdk.WBDataTypeSet datatypeset)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

s_instance

protected static DatatypeSetManager s_instance
The single instance for DatatypeSetManager.
Constructor Detail

DatatypeSetManager

protected DatatypeSetManager()
Method Detail

getInstance

public static DatatypeSetManager getInstance()
Obtain the single instance for DatatypeSetManager.
Returns:
The single instance for DatatypeSetManager.

getPLSQLDatatypeSet

public PLSQLDatatypeSet getPLSQLDatatypeSet()
Returns the only instance of the PL/SQL datatype set.
Returns:
The single instance for PLSQLDatatypeSet.

getOracleDatatypeSet

public OracleDatatypeSet getOracleDatatypeSet()
Returns the only instance of the Oracle datatype set.
Returns:
The single instance for OracleDatatypeSet.

getWrapperDatatypeSet

DatatypeSet getWrapperDatatypeSet(oracle.wh.repos.sdk.WBDataTypeSet datatypeset)

findDataType

Datatype findDataType(java.lang.String datatypeName)

getMapDatatypeSet

public static MapDatatypeSet getMapDatatypeSet()
Obtain the single instance for MapDatatypeSet.
Returns:
The single instance for MapDatatypeSet.

getSQLLoaderDatatypeSet

public static SQLLoaderDatatypeSet getSQLLoaderDatatypeSet()
Obtain the single instance for SQLLoaderDatatypeSet.
Returns:
The single instance for SQLLoaderDatatypeSet.

getMappingPropertyDatatypeSet

public static MappingPropertyDatatypeSet getMappingPropertyDatatypeSet()
Obtain the single instance for MappingPropertyDatatypeSet.
Returns:
The single instance for MappingPropertyDatatypeSet.

getSAPDatatypeSet

public static SAPDatatypeSet getSAPDatatypeSet()
Obtain the single instance for SAPDatatypeSet.
Returns:
The single instance for SAPDatatypeSet.

getProcessDatatypeSet

public static ProcessDatatypeSet getProcessDatatypeSet()
Obtain the single instance for ProcessDatatypeSet.
Returns:
The single instance for ProcessDatatypeSet.

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.