|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IndexColumn interface represents a relational data entity IndexColumn.
| Method Summary | |
void |
delete()Delete the IndexColumn. |
Attribute |
getAttribute()Standard accessor. |
java.lang.String |
getAttributeName()Get the name of the attribute. |
Column |
getColumn()Get the column object. |
java.lang.String |
getColumnName()Get the name of the Column. |
Index |
getIndex()Get the Index associated with this IndexColumn. |
java.lang.String |
getName()Get the name of the IndexColumn. |
void |
setName(java.lang.String name)Set the name of the IndexColumn. |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
getBusinessName, getClassDefinition, getComponent, getDescription, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription |
| Methods inherited from interface oracle.owb.foundation.property.PropertyOwner |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString |
| Method Detail |
public void setName(java.lang.String name)
setName in interface OWBNamedObjectname - of the IndexColumn.OWBNamedObject.getName()public java.lang.String getName()
getName in interface OWBNamedObjectOWBNamedObject.setName(java.lang.String)public java.lang.String getColumnName()
public Column getColumn()
public java.lang.String getAttributeName()
public Attribute getAttribute()
public Index getIndex()
public void delete()
delete in interface OWBNamedObject
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||