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.
|
static AttributeStorage |
SQLUtility.selectFirst(java.sql.Connection con,
java.lang.String query,
AttributeStorageDefinition asd)
Get data for the first row only.
|
Modifier and Type | Field and Description |
---|---|
static AttributeStorageDefinition |
MaximoIndex.MSI_Store
Returned information about the found key: name, uniquerule, clusterrule, required, textsearch.
|
Modifier and Type | Method and Description |
---|---|
AttributeStorageDefinition |
AttributeStorage.getDefinition() |
Constructor and Description |
---|
AttributeStorage(AttributeStorageDefinition definition)
Constructor
|
AttributeStorage(AttributeStorageDefinition asd,
org.jdom.Element element)
This constructor the same as creating an AttributeStorage for the ASD then calling loadFromElement.
|
Modifier and Type | Field and Description |
---|---|
static AttributeStorageDefinition |
TableData.MAXTYPEDEF
Used to get column data from the MaxAttribute table.
|
AttributeStorageDefinition |
VerifyMaximoTables.tableData |