Package | Description |
---|---|
com.ibm.tivoli.maximo.dbmanage | |
com.ibm.tivoli.maximo.integrity |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
DatabaseType.getDatabaseType(java.lang.String maxtype,
java.lang.Integer length,
java.lang.Integer scale,
MaximoDatabaseInfo mdi)
Give the native database definition for the given maxtype & parameters.
|
static java.lang.String |
DatabaseType.getDatabaseType(java.lang.String maxtype,
java.lang.Integer length,
java.lang.Integer scale,
MaximoDatabaseInfo mdi,
boolean typeOnly)
Give the native database definition for the given maxtype & parameters.
|
static java.lang.String |
DatabaseType.getDatabaseTypeOnly(java.lang.String maxType,
int length,
MaximoDatabaseInfo mdi)
Returns just the native database type, without length or scale parameter.
|
static java.lang.String |
DatabaseType.getDatabaseTypeOnly(java.lang.String maxType,
java.lang.String lengthStr,
MaximoDatabaseInfo mdi)
Return the native database type.
|
static int |
DatabaseType.getVarCharColumnLength(int length,
MaximoDatabaseInfo mdi)
Returns the length to create a field with, considering the VarCharMultiple.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseInformation
Store data about the database being checked.
|