|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Table
A representation of the model object 'Table'. Reference: 5WD-02-Foundation-2002-12 4.14 Tables
The following features are supported:
ColumnsSupertableSubtablesSchemaUdtTriggersIndexSelf Ref Column GenerationInsertableUpdatable
SQLTablesPackage.getTable()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList |
getColumns()
Returns the value of the 'Columns' containment reference list. |
org.eclipse.emf.common.util.EList |
getIndex()
Returns the value of the 'Index' reference list. |
Schema |
getSchema()
Returns the value of the 'Schema' reference. |
ReferenceType |
getSelfRefColumnGeneration()
Returns the value of the 'Self Ref Column Generation' attribute. |
org.eclipse.emf.common.util.EList |
getSubtables()
Returns the value of the 'Subtables' reference list. |
Table |
getSupertable()
Returns the value of the 'Supertable' reference. |
org.eclipse.emf.common.util.EList |
getTriggers()
Returns the value of the 'Triggers' reference list. |
StructuredUserDefinedType |
getUdt()
Returns the value of the 'Udt' reference. |
boolean |
isInsertable()
Returns the value of the 'Insertable' attribute. |
boolean |
isUpdatable()
Returns the value of the 'Updatable' attribute. |
void |
setSchema(Schema value)
Sets the value of the ' Schema' reference. |
void |
setSelfRefColumnGeneration(ReferenceType value)
Sets the value of the ' Self Ref Column Generation' attribute. |
void |
setSupertable(Table value)
Sets the value of the ' Supertable' reference. |
void |
setUdt(StructuredUserDefinedType value)
Sets the value of the ' Udt' reference. |
| 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 |
|---|
org.eclipse.emf.common.util.EList getColumns()
Column.
It is bidirectional and its opposite is 'Table'.
If the meaning of the 'Columns' containment reference list isn't clear, there really should be more of a description here...
SQLTablesPackage.getTable_Columns(),
Column.getTable()Table getSupertable()
Subtables'.
If the meaning of the 'Supertable' reference isn't clear, there really should be more of a description here...
setSupertable(Table),
SQLTablesPackage.getTable_Supertable(),
getSubtables()void setSupertable(Table value)
Supertable' reference.
value - the new value of the 'Supertable' reference.getSupertable()org.eclipse.emf.common.util.EList getSubtables()
Table.
It is bidirectional and its opposite is 'Supertable'.
If the meaning of the 'Subtables' reference list isn't clear, there really should be more of a description here...
SQLTablesPackage.getTable_Subtables(),
getSupertable()Schema getSchema()
Tables'.
If the meaning of the 'Schema' reference isn't clear, there really should be more of a description here...
setSchema(Schema),
SQLTablesPackage.getTable_Schema(),
Schema.getTables()void setSchema(Schema value)
Schema' reference.
value - the new value of the 'Schema' reference.getSchema()StructuredUserDefinedType getUdt()
If the meaning of the 'Udt' reference isn't clear, there really should be more of a description here...
setUdt(StructuredUserDefinedType),
SQLTablesPackage.getTable_Udt()void setUdt(StructuredUserDefinedType value)
Udt' reference.
value - the new value of the 'Udt' reference.getUdt()org.eclipse.emf.common.util.EList getTriggers()
Trigger.
It is bidirectional and its opposite is 'Subject Table'.
If the meaning of the 'Triggers' reference list isn't clear, there really should be more of a description here...
SQLTablesPackage.getTable_Triggers(),
Trigger.getSubjectTable()org.eclipse.emf.common.util.EList getIndex()
Index.
It is bidirectional and its opposite is 'Table'.
If the meaning of the 'Index' reference list isn't clear, there really should be more of a description here...
SQLTablesPackage.getTable_Index(),
Index.getTable()ReferenceType getSelfRefColumnGeneration()
ReferenceType.
If the meaning of the 'Self Ref Column Generation' attribute isn't clear, there really should be more of a description here...
ReferenceType,
setSelfRefColumnGeneration(ReferenceType),
SQLTablesPackage.getTable_SelfRefColumnGeneration()void setSelfRefColumnGeneration(ReferenceType value)
Self Ref Column Generation' attribute.
value - the new value of the 'Self Ref Column Generation' attribute.ReferenceType,
getSelfRefColumnGeneration()boolean isInsertable()
If the meaning of the 'Insertable' attribute isn't clear, there really should be more of a description here...
SQLTablesPackage.getTable_Insertable()boolean isUpdatable()
If the meaning of the 'Updatable' attribute isn't clear, there really should be more of a description here...
SQLTablesPackage.getTable_Updatable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||