|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final EClass VIEW_TABLE
View Table
' class.
ViewTableImpl
,
SQLTablesPackageImpl.getViewTable()
public static final EAttribute VIEW_TABLE__CHECK_TYPE
public static final EClass TEMPORARY_TABLE
Temporary Table
' class.
TemporaryTableImpl
,
SQLTablesPackageImpl.getTemporaryTable()
public static final EAttribute TEMPORARY_TABLE__LOCAL
public static final EAttribute TEMPORARY_TABLE__DELETE_ON_COMMIT
public static final EClass TABLE
Table
' class.
TableImpl
,
SQLTablesPackageImpl.getTable()
public static final EReference TABLE__COLUMNS
public static final EReference TABLE__SUPERTABLE
public static final EReference TABLE__SUBTABLES
public static final EReference TABLE__SCHEMA
public static final EReference TABLE__UDT
public static final EReference TABLE__TRIGGERS
public static final EReference TABLE__INDEX
public static final EAttribute TABLE__SELF_REF_COLUMN_GENERATION
public static final EAttribute TABLE__INSERTABLE
public static final EAttribute TABLE__UPDATABLE
public static final EClass PERSISTENT_TABLE
Persistent Table
' class.
PersistentTableImpl
,
SQLTablesPackageImpl.getPersistentTable()
public static final EClass DERIVED_TABLE
Derived Table
' class.
DerivedTableImpl
,
SQLTablesPackageImpl.getDerivedTable()
public static final EReference DERIVED_TABLE__QUERY_EXPRESSION
public static final EClass BASE_TABLE
Base Table
' class.
BaseTableImpl
,
SQLTablesPackageImpl.getBaseTable()
public static final EReference BASE_TABLE__CONSTRAINTS
public static final EReference BASE_TABLE__REFERENCING_FOREIGN_KEYS
public static final EClass COLUMN
Column
' class.
ColumnImpl
,
SQLTablesPackageImpl.getColumn()
public static final EReference COLUMN__TABLE
public static final EReference COLUMN__IDENTITY_SPECIFIER
public static final EReference COLUMN__GENERATE_EXPRESSION
public static final EAttribute COLUMN__IMPLEMENTATION_DEPENDENT
public static final EAttribute COLUMN__NULLABLE
public static final EAttribute COLUMN__DEFAULT_VALUE
public static final EAttribute COLUMN__SCOPE_CHECK
public static final EAttribute COLUMN__SCOPE_CHECKED
public static final EClass TRIGGER
Trigger
' class.
TriggerImpl
,
SQLTablesPackageImpl.getTrigger()
public static final EReference TRIGGER__SCHEMA
public static final EReference TRIGGER__SUBJECT_TABLE
public static final EReference TRIGGER__ACTION_STATEMENT
public static final EReference TRIGGER__TRIGGER_COLUMN
public static final EAttribute TRIGGER__ACTION_GRANULARITY
public static final EReference TRIGGER__WHEN
public static final EAttribute TRIGGER__TIME_STAMP
public static final EAttribute TRIGGER__ACTION_TIME
public static final EAttribute TRIGGER__UPDATE_TYPE
public static final EAttribute TRIGGER__INSERT_TYPE
public static final EAttribute TRIGGER__DELETE_TYPE
public static final EAttribute TRIGGER__OLD_ROW
public static final EAttribute TRIGGER__NEW_ROW
public static final EAttribute TRIGGER__OLD_TABLE
public static final EAttribute TRIGGER__NEW_TABLE
public static final EEnum CHECK_TYPE
Check Type
' enum.
CheckType
,
SQLTablesPackageImpl.getCheckType()
public static final EEnum REFERENCE_TYPE
Reference Type
' enum.
ReferenceType
,
SQLTablesPackageImpl.getReferenceType()
public static final EEnum ACTION_TIME_TYPE
Action Time Type
' enum.
ActionTimeType
,
SQLTablesPackageImpl.getActionTimeType()
public 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 |