| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Column
A representation of the model object 'Column'. Reference: 5WD-02-Foundation-2002-12 4.13 Columns, fields, and attributes
The following features are supported:
TableIdentity SpecifierGenerate ExpressionImplementation DependentNullableDefault ValueScope CheckScope Checked
SQLTablesPackage.getColumn()| Method Summary | |
|---|---|
|  java.lang.String | getDefaultValue()Returns the value of the 'Default Value' attribute. | 
|  ValueExpression | getGenerateExpression()Returns the value of the 'Generate Expression' containment reference. | 
|  IdentitySpecifier | getIdentitySpecifier()Returns the value of the 'Identity Specifier' containment reference. | 
|  ReferentialActionType | getScopeCheck()Returns the value of the 'Scope Check' attribute. | 
|  Table | getTable()Returns the value of the 'Table' container reference. | 
|  boolean | isImplementationDependent()Returns the value of the 'Implementation Dependent' attribute. | 
|  boolean | isNullable()Returns the value of the 'Nullable' attribute. | 
|  boolean | isPartOfForeignKey() | 
|  boolean | isPartOfPrimaryKey() | 
|  boolean | isPartOfUniqueConstraint() | 
|  boolean | isScopeChecked()Returns the value of the 'Scope Checked' attribute. | 
|  void | setDefaultValue(java.lang.String value)Sets the value of the ' Default Value' attribute. | 
|  void | setGenerateExpression(ValueExpression value)Sets the value of the ' Generate Expression' containment reference. | 
|  void | setIdentitySpecifier(IdentitySpecifier value)Sets the value of the ' Identity Specifier' containment reference. | 
|  void | setImplementationDependent(boolean value)Sets the value of the ' Implementation Dependent' attribute. | 
|  void | setNullable(boolean value)Sets the value of the ' Nullable' attribute. | 
|  void | setScopeCheck(ReferentialActionType value)Sets the value of the ' Scope Check' attribute. | 
|  void | setScopeChecked(boolean value)Sets the value of the ' Scope Checked' attribute. | 
|  void | setTable(Table value)Sets the value of the ' Table' container reference. | 
| Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.TypedElement | 
|---|
| getContainedType, getDataType, getReferencedType, setContainedType, setDataType, setReferencedType | 
| Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject | 
|---|
| addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel | 
| Methods inherited from interface org.eclipse.emf.ecore.ENamedElement | 
|---|
| getName, setName | 
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement | 
|---|
| getEAnnotations | 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
|---|
| eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset | 
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier | 
|---|
| eAdapters, eDeliver, eNotify, eSetDeliver | 
| Method Detail | 
|---|
Table getTable()
Columns'.
 
 If the meaning of the 'Table' container reference isn't clear, there really should be more of a description here...
setTable(Table), 
SQLTablesPackage.getColumn_Table(), 
Table.getColumns()void setTable(Table value)
Table' container reference.
 
 
value - the new value of the 'Table' container reference.getTable()IdentitySpecifier getIdentitySpecifier()
If the meaning of the 'Identity Specifier' containment reference isn't clear, there really should be more of a description here...
setIdentitySpecifier(IdentitySpecifier), 
SQLTablesPackage.getColumn_IdentitySpecifier()void setIdentitySpecifier(IdentitySpecifier value)
Identity Specifier' containment reference.
 
 
value - the new value of the 'Identity Specifier' containment reference.getIdentitySpecifier()ValueExpression getGenerateExpression()
If the meaning of the 'Generate Expression' reference isn't clear, there really should be more of a description here...
setGenerateExpression(ValueExpression), 
SQLTablesPackage.getColumn_GenerateExpression()void setGenerateExpression(ValueExpression value)
Generate Expression' containment reference.
 
 
value - the new value of the 'Generate Expression' containment reference.getGenerateExpression()boolean isImplementationDependent()
"False".
 
 If the meaning of the 'Implementation Dependent' attribute isn't clear, there really should be more of a description here...
setImplementationDependent(boolean), 
SQLTablesPackage.getColumn_ImplementationDependent()void setImplementationDependent(boolean value)
Implementation Dependent' attribute.
 
 
value - the new value of the 'Implementation Dependent' attribute.isImplementationDependent()boolean isNullable()
"True".
 
 If the meaning of the 'Nullable' attribute isn't clear, there really should be more of a description here...
setNullable(boolean), 
SQLTablesPackage.getColumn_Nullable()void setNullable(boolean value)
Nullable' attribute.
 
 
value - the new value of the 'Nullable' attribute.isNullable()java.lang.String getDefaultValue()
If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...
setDefaultValue(String), 
SQLTablesPackage.getColumn_DefaultValue()void setDefaultValue(java.lang.String value)
Default Value' attribute.
 
 
value - the new value of the 'Default Value' attribute.getDefaultValue()ReferentialActionType getScopeCheck()
"NO_ACTION".
 The literals are from the enumeration ReferentialActionType.
 
 If the meaning of the 'Scope Check' attribute isn't clear, there really should be more of a description here...
ReferentialActionType, 
setScopeCheck(ReferentialActionType), 
SQLTablesPackage.getColumn_ScopeCheck()void setScopeCheck(ReferentialActionType value)
Scope Check' attribute.
 
 
value - the new value of the 'Scope Check' attribute.ReferentialActionType, 
getScopeCheck()boolean isScopeChecked()
If the meaning of the 'Scope Checked' attribute isn't clear, there really should be more of a description here...
setScopeChecked(boolean), 
SQLTablesPackage.getColumn_ScopeChecked()void setScopeChecked(boolean value)
Scope Checked' attribute.
 
 
value - the new value of the 'Scope Checked' attribute.isScopeChecked()boolean isPartOfForeignKey()
boolean isPartOfUniqueConstraint()
boolean isPartOfPrimaryKey()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||