|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Index
A representation of the model object 'Index'.
The following features are supported:
SQLConstraintsPackage.getIndex()| Method Summary | |
|---|---|
int |
getFillFactor()
Returns the value of the 'Fill Factor' attribute. |
org.eclipse.emf.common.util.EList |
getForeignKey()
Returns the value of the 'Foreign Key' reference list. |
org.eclipse.emf.common.util.EList |
getIncludedMembers()
Returns the value of the 'Included Members' containment reference list. |
org.eclipse.emf.common.util.EList |
getMembers()
Returns the value of the 'Members' containment reference list. |
Schema |
getSchema()
Returns the value of the 'Schema' reference. |
Table |
getTable()
Returns the value of the 'Table' reference. |
boolean |
isClustered()
Returns the value of the 'Clustered' attribute. |
boolean |
isSystemGenerated()
Returns the value of the 'System Generated' attribute. |
boolean |
isUnique()
Returns the value of the 'Unique' attribute. |
void |
setClustered(boolean value)
Sets the value of the ' Clustered' attribute. |
void |
setFillFactor(int value)
Sets the value of the ' Fill Factor' attribute. |
void |
setSchema(Schema value)
Sets the value of the ' Schema' reference. |
void |
setSystemGenerated(boolean value)
Sets the value of the ' System Generated' attribute. |
void |
setTable(Table value)
Sets the value of the ' Table' reference. |
void |
setUnique(boolean value)
Sets the value of the ' Unique' attribute. |
| Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject |
|---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
| Methods inherited from interface org.eclipse.emf.ecore.sdo.EDataObject |
|---|
getInstanceProperties |
| Methods inherited from interface commonj.sdo.DataObject |
|---|
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset |
| Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
|---|
getName, setName |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotations |
| Method Detail |
|---|
Schema getSchema()
Indices'.
If the meaning of the 'Schema' reference isn't clear, there really should be more of a description here...
setSchema(Schema),
SQLConstraintsPackage.getIndex_Schema(),
Schema.getIndices()void setSchema(Schema value)
Schema' reference.
value - the new value of the 'Schema' reference.getSchema()boolean isClustered()
"false".
If the meaning of the 'Clustered' attribute isn't clear, there really should be more of a description here...
setClustered(boolean),
SQLConstraintsPackage.getIndex_Clustered()void setClustered(boolean value)
Clustered' attribute.
value - the new value of the 'Clustered' attribute.isClustered()int getFillFactor()
"0".
If the meaning of the 'Fill Factor' attribute isn't clear, there really should be more of a description here...
setFillFactor(int),
SQLConstraintsPackage.getIndex_FillFactor()void setFillFactor(int value)
Fill Factor' attribute.
value - the new value of the 'Fill Factor' attribute.getFillFactor()boolean isUnique()
"false".
If the meaning of the 'Unique' attribute isn't clear, there really should be more of a description here...
setUnique(boolean),
SQLConstraintsPackage.getIndex_Unique()void setUnique(boolean value)
Unique' attribute.
value - the new value of the 'Unique' attribute.isUnique()boolean isSystemGenerated()
If the meaning of the 'System Generated' attribute isn't clear, there really should be more of a description here...
setSystemGenerated(boolean),
SQLConstraintsPackage.getIndex_SystemGenerated()void setSystemGenerated(boolean value)
System Generated' attribute.
value - the new value of the 'System Generated' attribute.isSystemGenerated()org.eclipse.emf.common.util.EList getMembers()
IndexMember.
If the meaning of the 'Members' containment reference list isn't clear, there really should be more of a description here...
SQLConstraintsPackage.getIndex_Members()Table getTable()
Index'.
If the meaning of the 'Table' reference isn't clear, there really should be more of a description here...
setTable(Table),
SQLConstraintsPackage.getIndex_Table(),
Table.getIndex()void setTable(Table value)
Table' reference.
value - the new value of the 'Table' reference.getTable()org.eclipse.emf.common.util.EList getForeignKey()
ForeignKey.
It is bidirectional and its opposite is 'Unique Index'.
If the meaning of the 'Foreign Key' reference list isn't clear, there really should be more of a description here...
SQLConstraintsPackage.getIndex_ForeignKey(),
ForeignKey.getUniqueIndex()org.eclipse.emf.common.util.EList getIncludedMembers()
IndexMember.
If the meaning of the 'Included Members' containment reference list isn't clear, there really should be more of a description here...
SQLConstraintsPackage.getIndex_IncludedMembers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||