|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SQLTablesPackage.Literals
Defines literals for the meta objects that represent
Field Summary | |
---|---|
static EEnum |
ACTION_GRANULARITY_TYPE
The meta object literal for the ' Action Granularity Type ' enum. |
static EEnum |
ACTION_TIME_TYPE
The meta object literal for the ' Action Time Type ' enum. |
static EClass |
BASE_TABLE
The meta object literal for the ' Base Table ' class. |
static EReference |
BASE_TABLE__CONSTRAINTS
The meta object literal for the 'Constraints' containment reference list feature. |
static EReference |
BASE_TABLE__REFERENCING_FOREIGN_KEYS
The meta object literal for the 'Referencing Foreign Keys' reference list feature. |
static EEnum |
CHECK_TYPE
The meta object literal for the ' Check Type ' enum. |
static EClass |
COLUMN
The meta object literal for the ' Column ' class. |
static EAttribute |
COLUMN__DEFAULT_VALUE
The meta object literal for the 'Default Value' attribute feature. |
static EReference |
COLUMN__GENERATE_EXPRESSION
The meta object literal for the 'Generate Expression' containment reference feature. |
static EReference |
COLUMN__IDENTITY_SPECIFIER
The meta object literal for the 'Identity Specifier' containment reference feature. |
static EAttribute |
COLUMN__IMPLEMENTATION_DEPENDENT
The meta object literal for the 'Implementation Dependent' attribute feature. |
static EAttribute |
COLUMN__NULLABLE
The meta object literal for the 'Nullable' attribute feature. |
static EAttribute |
COLUMN__SCOPE_CHECK
The meta object literal for the 'Scope Check' attribute feature. |
static EAttribute |
COLUMN__SCOPE_CHECKED
The meta object literal for the 'Scope Checked' attribute feature. |
static EReference |
COLUMN__TABLE
The meta object literal for the 'Table' container reference feature. |
static EClass |
DERIVED_TABLE
The meta object literal for the ' Derived Table ' class. |
static EReference |
DERIVED_TABLE__QUERY_EXPRESSION
The meta object literal for the 'Query Expression' containment reference feature. |
static EClass |
PERSISTENT_TABLE
The meta object literal for the ' Persistent Table ' class. |
static EEnum |
REFERENCE_TYPE
The meta object literal for the ' Reference Type ' enum. |
static EClass |
TABLE
The meta object literal for the ' Table ' class. |
static EReference |
TABLE__COLUMNS
The meta object literal for the 'Columns' containment reference list feature. |
static EReference |
TABLE__INDEX
The meta object literal for the 'Index' reference list feature. |
static EAttribute |
TABLE__INSERTABLE
The meta object literal for the 'Insertable' attribute feature. |
static EReference |
TABLE__SCHEMA
The meta object literal for the 'Schema' reference feature. |
static EAttribute |
TABLE__SELF_REF_COLUMN_GENERATION
The meta object literal for the 'Self Ref Column Generation' attribute feature. |
static EReference |
TABLE__SUBTABLES
The meta object literal for the 'Subtables' reference list feature. |
static EReference |
TABLE__SUPERTABLE
The meta object literal for the 'Supertable' reference feature. |
static EReference |
TABLE__TRIGGERS
The meta object literal for the 'Triggers' reference list feature. |
static EReference |
TABLE__UDT
The meta object literal for the 'Udt' reference feature. |
static EAttribute |
TABLE__UPDATABLE
The meta object literal for the 'Updatable' attribute feature. |
static EClass |
TEMPORARY_TABLE
The meta object literal for the ' Temporary Table ' class. |
static EAttribute |
TEMPORARY_TABLE__DELETE_ON_COMMIT
The meta object literal for the 'Delete On Commit' attribute feature. |
static EAttribute |
TEMPORARY_TABLE__LOCAL
The meta object literal for the 'Local' attribute feature. |
static EClass |
TRIGGER
The meta object literal for the ' Trigger ' class. |
static EAttribute |
TRIGGER__ACTION_GRANULARITY
The meta object literal for the 'Action Granularity' attribute feature. |
static EReference |
TRIGGER__ACTION_STATEMENT
The meta object literal for the 'Action Statement' containment reference list feature. |
static EAttribute |
TRIGGER__ACTION_TIME
The meta object literal for the 'Action Time' attribute feature. |
static EAttribute |
TRIGGER__DELETE_TYPE
The meta object literal for the 'Delete Type' attribute feature. |
static EAttribute |
TRIGGER__INSERT_TYPE
The meta object literal for the 'Insert Type' attribute feature. |
static EAttribute |
TRIGGER__NEW_ROW
The meta object literal for the 'New Row' attribute feature. |
static EAttribute |
TRIGGER__NEW_TABLE
The meta object literal for the 'New Table' attribute feature. |
static EAttribute |
TRIGGER__OLD_ROW
The meta object literal for the 'Old Row' attribute feature. |
static EAttribute |
TRIGGER__OLD_TABLE
The meta object literal for the 'Old Table' attribute feature. |
static EReference |
TRIGGER__SCHEMA
The meta object literal for the 'Schema' reference feature. |
static EReference |
TRIGGER__SUBJECT_TABLE
The meta object literal for the 'Subject Table' reference feature. |
static EAttribute |
TRIGGER__TIME_STAMP
The meta object literal for the 'Time Stamp' attribute feature. |
static EReference |
TRIGGER__TRIGGER_COLUMN
The meta object literal for the 'Trigger Column' reference list feature. |
static EAttribute |
TRIGGER__UPDATE_TYPE
The meta object literal for the 'Update Type' attribute feature. |
static EReference |
TRIGGER__WHEN
The meta object literal for the 'When' containment reference feature. |
static EClass |
VIEW_TABLE
The meta object literal for the ' View Table ' class. |
static EAttribute |
VIEW_TABLE__CHECK_TYPE
The meta object literal for the 'Check Type' attribute feature. |
Field Detail |
---|
static final EClass VIEW_TABLE
View Table
' class.
ViewTableImpl
,
SQLTablesPackageImpl.getViewTable()
static final EAttribute VIEW_TABLE__CHECK_TYPE
static final EClass TEMPORARY_TABLE
Temporary Table
' class.
TemporaryTableImpl
,
SQLTablesPackageImpl.getTemporaryTable()
static final EAttribute TEMPORARY_TABLE__LOCAL
static final EAttribute TEMPORARY_TABLE__DELETE_ON_COMMIT
static final EClass TABLE
Table
' class.
TableImpl
,
SQLTablesPackageImpl.getTable()
static final EReference TABLE__COLUMNS
static final EReference TABLE__SUPERTABLE
static final EReference TABLE__SUBTABLES
static final EReference TABLE__SCHEMA
static final EReference TABLE__UDT
static final EReference TABLE__TRIGGERS
static final EReference TABLE__INDEX
static final EAttribute TABLE__SELF_REF_COLUMN_GENERATION
static final EAttribute TABLE__INSERTABLE
static final EAttribute TABLE__UPDATABLE
static final EClass PERSISTENT_TABLE
Persistent Table
' class.
PersistentTableImpl
,
SQLTablesPackageImpl.getPersistentTable()
static final EClass DERIVED_TABLE
Derived Table
' class.
DerivedTableImpl
,
SQLTablesPackageImpl.getDerivedTable()
static final EReference DERIVED_TABLE__QUERY_EXPRESSION
static final EClass BASE_TABLE
Base Table
' class.
BaseTableImpl
,
SQLTablesPackageImpl.getBaseTable()
static final EReference BASE_TABLE__CONSTRAINTS
static final EReference BASE_TABLE__REFERENCING_FOREIGN_KEYS
static final EClass COLUMN
Column
' class.
ColumnImpl
,
SQLTablesPackageImpl.getColumn()
static final EReference COLUMN__TABLE
static final EReference COLUMN__IDENTITY_SPECIFIER
static final EReference COLUMN__GENERATE_EXPRESSION
static final EAttribute COLUMN__IMPLEMENTATION_DEPENDENT
static final EAttribute COLUMN__NULLABLE
static final EAttribute COLUMN__DEFAULT_VALUE
static final EAttribute COLUMN__SCOPE_CHECK
static final EAttribute COLUMN__SCOPE_CHECKED
static final EClass TRIGGER
Trigger
' class.
TriggerImpl
,
SQLTablesPackageImpl.getTrigger()
static final EReference TRIGGER__SCHEMA
static final EReference TRIGGER__SUBJECT_TABLE
static final EReference TRIGGER__ACTION_STATEMENT
static final EReference TRIGGER__TRIGGER_COLUMN
static final EAttribute TRIGGER__ACTION_GRANULARITY
static final EReference TRIGGER__WHEN
static final EAttribute TRIGGER__TIME_STAMP
static final EAttribute TRIGGER__ACTION_TIME
static final EAttribute TRIGGER__UPDATE_TYPE
static final EAttribute TRIGGER__INSERT_TYPE
static final EAttribute TRIGGER__DELETE_TYPE
static final EAttribute TRIGGER__OLD_ROW
static final EAttribute TRIGGER__NEW_ROW
static final EAttribute TRIGGER__OLD_TABLE
static final EAttribute TRIGGER__NEW_TABLE
static final EEnum CHECK_TYPE
Check Type
' enum.
CheckType
,
SQLTablesPackageImpl.getCheckType()
static final EEnum REFERENCE_TYPE
Reference Type
' enum.
ReferenceType
,
SQLTablesPackageImpl.getReferenceType()
static final EEnum ACTION_TIME_TYPE
Action Time Type
' enum.
ActionTimeType
,
SQLTablesPackageImpl.getActionTimeType()
static final EEnum ACTION_GRANULARITY_TYPE
Action Granularity Type
' enum.
ActionGranularityType
,
SQLTablesPackageImpl.getActionGranularityType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |