Package | Description |
---|---|
com.ibm.tivoli.maximo.dbmanage | |
com.ibm.tivoli.maximo.integrity | |
com.ibm.tivoli.maximo.integrity.unittest | |
psdi.configure |
This package includes classes for applying configuration changes to the
database.
|
Modifier and Type | Field and Description |
---|---|
static ServerType |
ServerType.DB2 |
static ServerType |
ServerType.Oracle |
static ServerType |
ServerType.SQLServer |
static ServerType |
ServerType.Unknown |
Modifier and Type | Method and Description |
---|---|
static ServerType |
ServerType.findServerType(java.sql.Connection connection) |
static ServerType |
ServerType.getServer(int dbPlatform)
Convert numeric constant from UpgConstants into ServerType.
|
static ServerType |
ServerType.getServer(java.lang.String targetStr)
Return the server that matches the string given.
|
abstract ServerType |
MaximoDatabaseInfo.getServerType()
Returns the type of server
|
Modifier and Type | Method and Description |
---|---|
ServerType |
DatabaseInformation.getServerType() |
Modifier and Type | Field and Description |
---|---|
protected static ServerType |
ICCheckUnitTest.serverType |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
TextSearch.getRichTextCreateIndexStatement(java.sql.Connection con,
ServerType server,
java.lang.String ixname,
java.lang.String tbname,
java.lang.String colName,
boolean multilang,
java.lang.String langColumnName,
java.lang.String storageClause) |