com.sap.mdm.server
Class DBMSType

java.lang.Object
  extended bycom.sap.mdm.server.DBMSType

public class DBMSType
extends Object

The DBMSType class contains a list of enumerations of supported DBMS.


Field Summary
static DBMSType DB2_I5OS
          IBM_I5OS indicates an IBM DB2 for i5/OS DMBS.
static DBMSType DB2_ZOS
          IBM_ZOS indicates a IBM DB2 mainframe version (z/OS) DMBS.
static DBMSType HANA
          HANA indicates a SAP HANA DMBS.
static DBMSType IBM_DB2
          IBM_DB2 indicates an IBM (Linux, Unix, Windows) DBMS.
static DBMSType MAXDB
          MAX_DB indicates a SAP MAXDB DMBS.
static DBMSType MS_SQL
          MS_SQL indicates a Microsoft SQL DMBS.
static DBMSType ORACLE
          ORACLE indicates an Oracle DBMS.
static DBMSType SAP_ASE
          SAP_ASE indicates a SAP ASE DMBS.
static DBMSType UNKNOWN
          Unknown DBMS type.
 
Method Summary
 boolean equals(Object obj)
           
static DBMSType getDBMSType(int id)
          Returns the DBMS type given the ID.
static DBMSType getDBMSType(String name)
          Returns the DBMS type given the name.
 int getID()
          Retrieves the ID.
 String getName()
          Retrieves the name.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final DBMSType UNKNOWN
Unknown DBMS type.

Since:
5.5 SP6 Patch 05

ORACLE

public static final DBMSType ORACLE
ORACLE indicates an Oracle DBMS.


IBM_DB2

public static final DBMSType IBM_DB2
IBM_DB2 indicates an IBM (Linux, Unix, Windows) DBMS.


MS_SQL

public static final DBMSType MS_SQL
MS_SQL indicates a Microsoft SQL DMBS.


DB2_ZOS

public static final DBMSType DB2_ZOS
IBM_ZOS indicates a IBM DB2 mainframe version (z/OS) DMBS.


DB2_I5OS

public static final DBMSType DB2_I5OS
IBM_I5OS indicates an IBM DB2 for i5/OS DMBS.


MAXDB

public static final DBMSType MAXDB
MAX_DB indicates a SAP MAXDB DMBS.


HANA

public static final DBMSType HANA
HANA indicates a SAP HANA DMBS.


SAP_ASE

public static final DBMSType SAP_ASE
SAP_ASE indicates a SAP ASE DMBS.

Method Detail

getDBMSType

public static DBMSType getDBMSType(int id)
Returns the DBMS type given the ID.

Parameters:
id - the database type ID.
Returns:
the database type.

getDBMSType

public static DBMSType getDBMSType(String name)
Returns the DBMS type given the name.

Parameters:
name - the database type name.
Returns:
the database type.

getID

public int getID()
Retrieves the ID.

Returns:
the ID.

getName

public String getName()
Retrieves the name.

Returns:
the name.

toString

public String toString()

hashCode

public int hashCode()

equals

public boolean equals(Object obj)


Copyright 2004-2007 by SAP AG. All Rights Reserved.

SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.