| Package | Description |
|---|---|
| com.primavera.common.bo |
Common business object base classes
|
| com.primavera.integration.client |
Main classes, including Session, JobManager and GlobalObjectManager
|
| com.primavera.integration.common |
General common classes
|
| Modifier and Type | Method and Description |
|---|---|
static DBType |
DBType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBType[] |
DBType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DBType |
Session.getDatabaseTypeEnum()
Retrieves the database type this session is logged into.
|
| Modifier and Type | Method and Description |
|---|---|
DBType |
DatabaseInstance.getDBTypeEnum()
Gets the database type.
|
| Constructor and Description |
|---|
DatabaseInstance(String sDbId,
String sDbName,
String sDbUrl,
DBType dbType,
String dbEncoding)
Class constructor specifying database ID, name, URL, type, and encoding
|
Copyright © 2003, 2020, Oracle and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.