public static final class ServerConfiguration.DatabaseType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ServerConfiguration.DatabaseType[] |
ALL
All possible values for Database types
|
static ServerConfiguration.DatabaseType |
ORACLE
Database type is Oracle
|
static ServerConfiguration.DatabaseType |
POSTGRESQL
Database type is PostgreSQL
|
static ServerConfiguration.DatabaseType |
SQL_SERVER
Database type is SQL Server
|
static ServerConfiguration.DatabaseType |
UNKNOWN
Unknown database type
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this Database Type with the Object o
|
static ServerConfiguration.DatabaseType |
fromID(int id)
Gets the Database Type value corresponding to the given ID.
|
int |
getID()
The ID of the corresponding Database Type.
|
java.lang.String |
getName()
The internal name of the Database Type.
|
int |
hashCode()
Return hashcode for the Database type
|
public static final ServerConfiguration.DatabaseType UNKNOWN
public static final ServerConfiguration.DatabaseType SQL_SERVER
public static final ServerConfiguration.DatabaseType ORACLE
public static final ServerConfiguration.DatabaseType POSTGRESQL
public static final ServerConfiguration.DatabaseType[] ALL
public java.lang.String getName()
public int getID()
public static ServerConfiguration.DatabaseType fromID(int id)
id - A Database Type ID.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the Object to compare too for equalitypublic int hashCode()
hashCode in class java.lang.ObjectStarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.