|
Primavera Integration API Release 8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBType | |
---|---|
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 |
Uses of DBType in com.primavera.common.bo |
---|
Methods in com.primavera.common.bo that return DBType | |
---|---|
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. |
Uses of DBType in com.primavera.integration.client |
---|
Methods in com.primavera.integration.client that return DBType | |
---|---|
DBType |
Session.getDatabaseTypeEnum()
Retrieves the database type this session is logged into. |
Uses of DBType in com.primavera.integration.common |
---|
Methods in com.primavera.integration.common that return DBType | |
---|---|
DBType |
DatabaseInstance.getDBTypeEnum()
Gets the database type. |
Constructors in com.primavera.integration.common with parameters of type DBType | |
---|---|
DatabaseInstance(String sDbId,
String sDbName,
String sDbUrl,
DBType dbType,
String dbEncoding)
Class constructor specifying database ID, name, URL, type, and encoding |
|
Primavera Integration API Release 8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |