Package | Description |
---|---|
com.ibm.tivoli.maximo.dbmanage.statement | |
com.ibm.tivoli.maximo.integrity.repair |
Modifier and Type | Method and Description |
---|---|
static AttributeClass |
AttributeClass.forMaxType(java.lang.String maxType)
Return the attribute for the given Maximo MaxType.
|
AttributeClass |
AttributeStorage.getAttrClass(java.lang.String attr)
Return the storage class for an attribute.
|
AttributeClass[] |
AttributeStorageDefinition.getClasses() |
AttributeClass |
AttributeStorageDefinition.getStorageClass(java.lang.String attrName)
Gets the storage class for an attribute and also validates
that the attribute name is recognized.
|
static AttributeClass |
AttributeClass.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeClass[] |
AttributeClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeStorageDefinition.addDefinition(java.lang.String name,
AttributeClass storage)
Add another attribute name, storage definition pair
|
static AttributeStorageDefinition |
AttributeStorageDefinition.expand(AttributeStorageDefinition asd,
java.lang.String addCol,
AttributeClass addClass)
Create a new ASD from existing ASD.
|
Constructor and Description |
---|
AttributeStorage(java.lang.String[] names,
AttributeClass[] storage)
Helper Constructor
|
AttributeStorageDefinition(java.lang.String[] names,
AttributeClass[] storage)
Constructor
|
Constructor and Description |
---|
ParamBatchSQL(java.sql.Connection dc,
java.lang.String sql,
AttributeClass... paramTypes)
Constructor
|