|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseType | |
---|---|
com.filenet.api.admin | Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. |
com.filenet.api.constants | Provides classes defining collections of related, type-safe constant values. |
com.filenet.api.core | Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork , Domain , Document , Folder , and so on. |
com.filenet.api.util | Provides utility classes and interfaces. |
Uses of DatabaseType in com.filenet.api.admin |
---|
Methods in com.filenet.api.admin that return DatabaseType | |
---|---|
DatabaseType |
DatabaseStorageArea.get_DatabaseType()
Returns the value of the DatabaseType property. |
DatabaseType |
RenditionEngineConnection.get_DatabaseType()
Returns the value of the DatabaseType property. |
Methods in com.filenet.api.admin with parameters of type DatabaseType | |
---|---|
void |
RenditionEngineConnection.set_DatabaseType(DatabaseType value)
Sets the value of the DatabaseType property. |
Uses of DatabaseType in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as DatabaseType | |
---|---|
static DatabaseType |
DatabaseType.DB2
Specifies an IBM DB2 database. |
static DatabaseType |
DatabaseType.MSSQL
Specifies a Microsoft SQL Server database. |
static DatabaseType |
DatabaseType.ORACLE
Specifies an Oracle database. |
Methods in com.filenet.api.constants that return DatabaseType | |
---|---|
static DatabaseType |
DatabaseType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value. |
Uses of DatabaseType in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return DatabaseType | |
---|---|
DatabaseType |
ObjectStore.get_DatabaseType()
Returns the value of the DatabaseType property. |
Uses of DatabaseType in com.filenet.api.util |
---|
Methods in com.filenet.api.util with parameters of type DatabaseType | |
---|---|
int |
Id.compareTo(java.lang.Object arg,
DatabaseType dbType)
Compares two IDs as is done in an MSSQL Server database search. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |