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 |
AttributeStorageDefinition.createTableSubsetDefinition(java.util.List<java.lang.String> wantedColumns)
Create an ASD from subset of columns in this ASD.
|
static AttributeStorageDefinition |
AttributeStorageDefinition.expand(AttributeStorageDefinition asd,
java.lang.String addCol,
AttributeClass addClass)
Create a new ASD from existing ASD.
|
AttributeStorageDefinition |
AttributeStorage.getDefinition() |
static AttributeStorageDefinition |
AttributeStorageDefinition.getTableASD(java.sql.Connection con,
java.lang.String tablename)
Get the persistent attributes of the named table and their AttributeClass.
|
static AttributeStorageDefinition |
AttributeStorageDefinition.reduce(AttributeStorageDefinition asd,
java.lang.String... removeAttrs)
Create a new ASD from an existing ASD without the named attributes.
|
Modifier and Type | Method and Description |
---|---|
static AttributeStorageDefinition |
AttributeStorageDefinition.expand(AttributeStorageDefinition asd,
java.lang.String addCol,
AttributeClass addClass)
Create a new ASD from existing ASD.
|
static AttributeStorageDefinition |
AttributeStorageDefinition.reduce(AttributeStorageDefinition asd,
java.lang.String... removeAttrs)
Create a new ASD from an existing ASD without the named attributes.
|
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 |