Package | Description |
---|---|
com.ibm.tivoli.maximo.dbmanage | |
com.ibm.tivoli.maximo.dbmanage.statement |
Modifier and Type | Method and Description |
---|---|
static AttributeStorage |
DatabaseType.getMaxDef(DatabaseInformation di,
java.lang.String dbType,
java.lang.Integer dbLength,
java.lang.Integer dbScale)
Given a database definition, create a Maximo definition
|
static AttributeStorage |
SQLUtility.selectFirst(java.sql.Connection con,
java.lang.String query,
AttributeStorageDefinition asd)
Get data for the first row only.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<AttributeStorage> |
SQLUtility.selectAll(java.sql.Connection dc,
java.lang.String query,
AttributeStorageDefinition retStoreDef)
Select data from all rows.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeStorage.copyFromStorage(AttributeStorage attr)
Copy all values from the storage that apply to this storage.
|
void |
InsertSql.setColumnValues(AttributeStorage sequenceDef)
Set values from the AttributeStorage object.
|