com.informatica.powercenter.sdk.mapfwk.core
Class SourceTargetTypes

java.lang.Object
  extended by com.informatica.powercenter.sdk.mapfwk.core.SourceTargetTypes

public class SourceTargetTypes
extends java.lang.Object

Constants definition for all supported sources and targets


Field Summary
static int FLATFILE_TYPE
          Flat file
static int RELATIONAL_TYPE
          Relational database
static int RELATIONAL_TYPE_DB2
          DB2 Relational database
static int RELATIONAL_TYPE_INFORMIX
          INFORMIX
static int RELATIONAL_TYPE_MSSQL
          MSSQL Relational database
static int RELATIONAL_TYPE_ODBC
          ODBC
static int RELATIONAL_TYPE_ORACLE
          Oracle Relational database
static int RELATIONAL_TYPE_SYBASE
          Sybase Relational database
static int RELATIONAL_TYPE_TERADATA
          Teradata Relational database
static java.lang.String STR_FLATFILE_TYPE
           
static java.lang.String STR_RELATIONAL_TYPE_DB2
           
static java.lang.String STR_RELATIONAL_TYPE_INFORMIX
           
static java.lang.String STR_RELATIONAL_TYPE_MSSQL
           
static java.lang.String STR_RELATIONAL_TYPE_ODBC
           
static java.lang.String STR_RELATIONAL_TYPE_ORACLE
           
static java.lang.String STR_RELATIONAL_TYPE_SYBASE
           
static java.lang.String STR_RELATIONAL_TYPE_TERADATA
           
static java.lang.String STR_UNDEFINED_TYPE
           
static int UNDEFINED_TYPE
          Undefined state
 
Method Summary
static java.lang.String getDatabaseType(int dbType)
          This function takes an int database type code as argument and returns its string name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNDEFINED_TYPE

public static final int UNDEFINED_TYPE
Undefined state

See Also:
Constant Field Values

STR_UNDEFINED_TYPE

public static final java.lang.String STR_UNDEFINED_TYPE
See Also:
Constant Field Values

FLATFILE_TYPE

public static final int FLATFILE_TYPE
Flat file

See Also:
Constant Field Values

STR_FLATFILE_TYPE

public static final java.lang.String STR_FLATFILE_TYPE
See Also:
Constant Field Values

RELATIONAL_TYPE

public static final int RELATIONAL_TYPE
Relational database

See Also:
Constant Field Values

RELATIONAL_TYPE_ORACLE

public static final int RELATIONAL_TYPE_ORACLE
Oracle Relational database

See Also:
Constant Field Values

STR_RELATIONAL_TYPE_ORACLE

public static final java.lang.String STR_RELATIONAL_TYPE_ORACLE
See Also:
Constant Field Values

RELATIONAL_TYPE_MSSQL

public static final int RELATIONAL_TYPE_MSSQL
MSSQL Relational database

See Also:
Constant Field Values

STR_RELATIONAL_TYPE_MSSQL

public static final java.lang.String STR_RELATIONAL_TYPE_MSSQL
See Also:
Constant Field Values

RELATIONAL_TYPE_SYBASE

public static final int RELATIONAL_TYPE_SYBASE
Sybase Relational database

See Also:
Constant Field Values

STR_RELATIONAL_TYPE_SYBASE

public static final java.lang.String STR_RELATIONAL_TYPE_SYBASE
See Also:
Constant Field Values

RELATIONAL_TYPE_DB2

public static final int RELATIONAL_TYPE_DB2
DB2 Relational database

See Also:
Constant Field Values

STR_RELATIONAL_TYPE_DB2

public static final java.lang.String STR_RELATIONAL_TYPE_DB2
See Also:
Constant Field Values

RELATIONAL_TYPE_TERADATA

public static final int RELATIONAL_TYPE_TERADATA
Teradata Relational database

See Also:
Constant Field Values

STR_RELATIONAL_TYPE_TERADATA

public static final java.lang.String STR_RELATIONAL_TYPE_TERADATA
See Also:
Constant Field Values

RELATIONAL_TYPE_ODBC

public static final int RELATIONAL_TYPE_ODBC
ODBC

See Also:
Constant Field Values

STR_RELATIONAL_TYPE_ODBC

public static final java.lang.String STR_RELATIONAL_TYPE_ODBC
See Also:
Constant Field Values

RELATIONAL_TYPE_INFORMIX

public static final int RELATIONAL_TYPE_INFORMIX
INFORMIX

See Also:
Constant Field Values

STR_RELATIONAL_TYPE_INFORMIX

public static final java.lang.String STR_RELATIONAL_TYPE_INFORMIX
See Also:
Constant Field Values
Method Detail

getDatabaseType

public static java.lang.String getDatabaseType(int dbType)
This function takes an int database type code as argument and returns its string name.

Parameters:
dbType - int code for datatype
Returns:
The name of the database type corresponding to the int code.