|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<TechnologyName>
oracle.odi.setup.TechnologyName
public enum TechnologyName
Enumeration that defines all the available database technology names for an ODI repository.
| Enum Constant Summary | |
|---|---|
EBREnum value representing the EBR technology on Oracle Database. |
|
HYPERSONIC_SQLEnum value representing the Hypersonic SQL (HSQL) technology. |
|
IBM_DB2_400Enum value representing the IBM DB2 for AS400 technology. |
|
IBM_DB2_UDBEnum value representing the IBM DB2 UDB technology. |
|
MICROSOFT_SQL_SERVEREnum value representing the Microsoft SQL Server technology. |
|
MYSQLEnum value representing the MySQL Database technology. |
|
ORACLEEnum value representing the Oracle Database technology. |
|
POSTGRESQLEnum value representing the PostgreSQL technology. |
|
SYBASE_AS_ENTERPRISEEnum value representing the Sybase Adaptive Server technology. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultConnectionUrl()Returns the default connection URL for the given technology. |
java.lang.String |
getDefaultDriverName()Returns the default driver name for the given technology. |
static TechnologyName |
getDefaultTechnology()Returns the default technology for ODI repository. |
java.lang.String |
getTitle()Provides human-friendly title for technology code. |
static TechnologyName |
guessTechnologyByUrl(java.lang.String pUrl)Try to guess the repository technology from a jdbc URL. |
static TechnologyName |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static TechnologyName[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TechnologyName HYPERSONIC_SQL
public static final TechnologyName IBM_DB2_400
public static final TechnologyName IBM_DB2_UDB
public static final TechnologyName MICROSOFT_SQL_SERVER
public static final TechnologyName ORACLE
public static final TechnologyName EBR
public static final TechnologyName MYSQL
public static final TechnologyName POSTGRESQL
public static final TechnologyName SYBASE_AS_ENTERPRISE
| Method Detail |
|---|
public static TechnologyName[] values()
for (TechnologyName c : TechnologyName.values())
System.out.println(c);
public static TechnologyName valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static TechnologyName getDefaultTechnology()
public static TechnologyName guessTechnologyByUrl(java.lang.String pUrl)
pUrl - the jdbc URLTechnologyName matching the url if one found otherwise returns getDefaultTechnology().public java.lang.String getDefaultDriverName()
public java.lang.String getDefaultConnectionUrl()
public java.lang.String getTitle()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||