org.eclipse.datatools.modelbase.sql.tables
Interface Table

All Superinterfaces:
SQLObject
All Known Subinterfaces:
BaseTable, DerivedTable, PersistentTable, RoutineResultTable, TemporaryTable, ViewTable
All Known Implementing Classes:
BaseTableImpl, DerivedTableImpl, PersistentTableImpl, RoutineResultTableImpl, TableImpl, TemporaryTableImpl, ViewTableImpl

public interface Table
extends SQLObject

A representation of the model object 'Table'. Reference: 5WD-02-Foundation-2002-12 4.14 Tables

The following features are supported:

See Also:
SQLTablesPackage.getTable()

Method Summary
 EList getColumns()
          Returns the value of the 'Columns' containment reference list.
 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.
 EList getSubtables()
          Returns the value of the 'Subtables' reference list.
 Table getSupertable()
          Returns the value of the 'Supertable' reference.
 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.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 

Method Detail

getColumns

public EList getColumns()
Returns the value of the 'Columns' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Columns' containment reference list.
See Also:
SQLTablesPackage.getTable_Columns(), Column.getTable()

getSupertable

public Table getSupertable()
Returns the value of the 'Supertable' reference. It is bidirectional and its opposite is 'Subtables'.

If the meaning of the 'Supertable' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Supertable' reference.
See Also:
setSupertable(Table), SQLTablesPackage.getTable_Supertable(), getSubtables()

setSupertable

public void setSupertable(Table value)
Sets the value of the 'Supertable' reference.

Parameters:
value - the new value of the 'Supertable' reference.
See Also:
getSupertable()

getSubtables

public EList getSubtables()
Returns the value of the 'Subtables' reference list. The list contents are of type 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...

Returns:
the value of the 'Subtables' reference list.
See Also:
SQLTablesPackage.getTable_Subtables(), getSupertable()

getSchema

public Schema getSchema()
Returns the value of the 'Schema' reference. It is bidirectional and its opposite is 'Tables'.

If the meaning of the 'Schema' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Schema' reference.
See Also:
setSchema(Schema), SQLTablesPackage.getTable_Schema(), Schema.getTables()

setSchema

public void setSchema(Schema value)
Sets the value of the 'Schema' reference.

Parameters:
value - the new value of the 'Schema' reference.
See Also:
getSchema()

getUdt

public StructuredUserDefinedType getUdt()
Returns the value of the 'Udt' reference.

If the meaning of the 'Udt' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Udt' reference.
See Also:
setUdt(StructuredUserDefinedType), SQLTablesPackage.getTable_Udt()

setUdt

public void setUdt(StructuredUserDefinedType value)
Sets the value of the 'Udt' reference.

Parameters:
value - the new value of the 'Udt' reference.
See Also:
getUdt()

getTriggers

public EList getTriggers()
Returns the value of the 'Triggers' reference list. The list contents are of type 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...

Returns:
the value of the 'Triggers' reference list.
See Also:
SQLTablesPackage.getTable_Triggers(), Trigger.getSubjectTable()

getIndex

public EList getIndex()
Returns the value of the 'Index' reference list. The list contents are of type 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...

Returns:
the value of the 'Index' reference list.
See Also:
SQLTablesPackage.getTable_Index(), Index.getTable()

getSelfRefColumnGeneration

public ReferenceType getSelfRefColumnGeneration()
Returns the value of the 'Self Ref Column Generation' attribute. The literals are from the enumeration ReferenceType.

If the meaning of the 'Self Ref Column Generation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Self Ref Column Generation' attribute.
See Also:
ReferenceType, setSelfRefColumnGeneration(ReferenceType), SQLTablesPackage.getTable_SelfRefColumnGeneration()

setSelfRefColumnGeneration

public void setSelfRefColumnGeneration(ReferenceType value)
Sets the value of the 'Self Ref Column Generation' attribute.

Parameters:
value - the new value of the 'Self Ref Column Generation' attribute.
See Also:
ReferenceType, getSelfRefColumnGeneration()

isInsertable

public boolean isInsertable()
Returns the value of the 'Insertable' attribute.

If the meaning of the 'Insertable' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Insertable' attribute.
See Also:
SQLTablesPackage.getTable_Insertable()

isUpdatable

public boolean isUpdatable()
Returns the value of the 'Updatable' attribute.

If the meaning of the 'Updatable' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Updatable' attribute.
See Also:
SQLTablesPackage.getTable_Updatable()


Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.