org.eclipse.datatools.modelbase.sql.tables
Interface SQLTablesPackage.Literals

Enclosing interface:
SQLTablesPackage

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

VIEW_TABLE

public static final EClass VIEW_TABLE
The meta object literal for the 'View Table' class.

See Also:
ViewTableImpl, SQLTablesPackageImpl.getViewTable()

VIEW_TABLE__CHECK_TYPE

public static final EAttribute VIEW_TABLE__CHECK_TYPE
The meta object literal for the 'Check Type' attribute feature.


TEMPORARY_TABLE

public static final EClass TEMPORARY_TABLE
The meta object literal for the 'Temporary Table' class.

See Also:
TemporaryTableImpl, SQLTablesPackageImpl.getTemporaryTable()

TEMPORARY_TABLE__LOCAL

public static final EAttribute TEMPORARY_TABLE__LOCAL
The meta object literal for the 'Local' attribute feature.


TEMPORARY_TABLE__DELETE_ON_COMMIT

public static final EAttribute TEMPORARY_TABLE__DELETE_ON_COMMIT
The meta object literal for the 'Delete On Commit' attribute feature.


TABLE

public static final EClass TABLE
The meta object literal for the 'Table' class.

See Also:
TableImpl, SQLTablesPackageImpl.getTable()

TABLE__COLUMNS

public static final EReference TABLE__COLUMNS
The meta object literal for the 'Columns' containment reference list feature.


TABLE__SUPERTABLE

public static final EReference TABLE__SUPERTABLE
The meta object literal for the 'Supertable' reference feature.


TABLE__SUBTABLES

public static final EReference TABLE__SUBTABLES
The meta object literal for the 'Subtables' reference list feature.


TABLE__SCHEMA

public static final EReference TABLE__SCHEMA
The meta object literal for the 'Schema' reference feature.


TABLE__UDT

public static final EReference TABLE__UDT
The meta object literal for the 'Udt' reference feature.


TABLE__TRIGGERS

public static final EReference TABLE__TRIGGERS
The meta object literal for the 'Triggers' reference list feature.


TABLE__INDEX

public static final EReference TABLE__INDEX
The meta object literal for the 'Index' reference list feature.


TABLE__SELF_REF_COLUMN_GENERATION

public static final EAttribute TABLE__SELF_REF_COLUMN_GENERATION
The meta object literal for the 'Self Ref Column Generation' attribute feature.


TABLE__INSERTABLE

public static final EAttribute TABLE__INSERTABLE
The meta object literal for the 'Insertable' attribute feature.


TABLE__UPDATABLE

public static final EAttribute TABLE__UPDATABLE
The meta object literal for the 'Updatable' attribute feature.


PERSISTENT_TABLE

public static final EClass PERSISTENT_TABLE
The meta object literal for the 'Persistent Table' class.

See Also:
PersistentTableImpl, SQLTablesPackageImpl.getPersistentTable()

DERIVED_TABLE

public static final EClass DERIVED_TABLE
The meta object literal for the 'Derived Table' class.

See Also:
DerivedTableImpl, SQLTablesPackageImpl.getDerivedTable()

DERIVED_TABLE__QUERY_EXPRESSION

public static final EReference DERIVED_TABLE__QUERY_EXPRESSION
The meta object literal for the 'Query Expression' containment reference feature.


BASE_TABLE

public static final EClass BASE_TABLE
The meta object literal for the 'Base Table' class.

See Also:
BaseTableImpl, SQLTablesPackageImpl.getBaseTable()

BASE_TABLE__CONSTRAINTS

public static final EReference BASE_TABLE__CONSTRAINTS
The meta object literal for the 'Constraints' containment reference list feature.


BASE_TABLE__REFERENCING_FOREIGN_KEYS

public static final EReference BASE_TABLE__REFERENCING_FOREIGN_KEYS
The meta object literal for the 'Referencing Foreign Keys' reference list feature.


COLUMN

public static final EClass COLUMN
The meta object literal for the 'Column' class.

See Also:
ColumnImpl, SQLTablesPackageImpl.getColumn()

COLUMN__TABLE

public static final EReference COLUMN__TABLE
The meta object literal for the 'Table' container reference feature.


COLUMN__IDENTITY_SPECIFIER

public static final EReference COLUMN__IDENTITY_SPECIFIER
The meta object literal for the 'Identity Specifier' containment reference feature.


COLUMN__GENERATE_EXPRESSION

public static final EReference COLUMN__GENERATE_EXPRESSION
The meta object literal for the 'Generate Expression' containment reference feature.


COLUMN__IMPLEMENTATION_DEPENDENT

public static final EAttribute COLUMN__IMPLEMENTATION_DEPENDENT
The meta object literal for the 'Implementation Dependent' attribute feature.


COLUMN__NULLABLE

public static final EAttribute COLUMN__NULLABLE
The meta object literal for the 'Nullable' attribute feature.


COLUMN__DEFAULT_VALUE

public static final EAttribute COLUMN__DEFAULT_VALUE
The meta object literal for the 'Default Value' attribute feature.


COLUMN__SCOPE_CHECK

public static final EAttribute COLUMN__SCOPE_CHECK
The meta object literal for the 'Scope Check' attribute feature.


COLUMN__SCOPE_CHECKED

public static final EAttribute COLUMN__SCOPE_CHECKED
The meta object literal for the 'Scope Checked' attribute feature.


TRIGGER

public static final EClass TRIGGER
The meta object literal for the 'Trigger' class.

See Also:
TriggerImpl, SQLTablesPackageImpl.getTrigger()

TRIGGER__SCHEMA

public static final EReference TRIGGER__SCHEMA
The meta object literal for the 'Schema' reference feature.


TRIGGER__SUBJECT_TABLE

public static final EReference TRIGGER__SUBJECT_TABLE
The meta object literal for the 'Subject Table' reference feature.


TRIGGER__ACTION_STATEMENT

public static final EReference TRIGGER__ACTION_STATEMENT
The meta object literal for the 'Action Statement' containment reference list feature.


TRIGGER__TRIGGER_COLUMN

public static final EReference TRIGGER__TRIGGER_COLUMN
The meta object literal for the 'Trigger Column' reference list feature.


TRIGGER__ACTION_GRANULARITY

public static final EAttribute TRIGGER__ACTION_GRANULARITY
The meta object literal for the 'Action Granularity' attribute feature.


TRIGGER__WHEN

public static final EReference TRIGGER__WHEN
The meta object literal for the 'When' containment reference feature.


TRIGGER__TIME_STAMP

public static final EAttribute TRIGGER__TIME_STAMP
The meta object literal for the 'Time Stamp' attribute feature.


TRIGGER__ACTION_TIME

public static final EAttribute TRIGGER__ACTION_TIME
The meta object literal for the 'Action Time' attribute feature.


TRIGGER__UPDATE_TYPE

public static final EAttribute TRIGGER__UPDATE_TYPE
The meta object literal for the 'Update Type' attribute feature.


TRIGGER__INSERT_TYPE

public static final EAttribute TRIGGER__INSERT_TYPE
The meta object literal for the 'Insert Type' attribute feature.


TRIGGER__DELETE_TYPE

public static final EAttribute TRIGGER__DELETE_TYPE
The meta object literal for the 'Delete Type' attribute feature.


TRIGGER__OLD_ROW

public static final EAttribute TRIGGER__OLD_ROW
The meta object literal for the 'Old Row' attribute feature.


TRIGGER__NEW_ROW

public static final EAttribute TRIGGER__NEW_ROW
The meta object literal for the 'New Row' attribute feature.


TRIGGER__OLD_TABLE

public static final EAttribute TRIGGER__OLD_TABLE
The meta object literal for the 'Old Table' attribute feature.


TRIGGER__NEW_TABLE

public static final EAttribute TRIGGER__NEW_TABLE
The meta object literal for the 'New Table' attribute feature.


CHECK_TYPE

public static final EEnum CHECK_TYPE
The meta object literal for the 'Check Type' enum.

See Also:
CheckType, SQLTablesPackageImpl.getCheckType()

REFERENCE_TYPE

public static final EEnum REFERENCE_TYPE
The meta object literal for the 'Reference Type' enum.

See Also:
ReferenceType, SQLTablesPackageImpl.getReferenceType()

ACTION_TIME_TYPE

public static final EEnum ACTION_TIME_TYPE
The meta object literal for the 'Action Time Type' enum.

See Also:
ActionTimeType, SQLTablesPackageImpl.getActionTimeType()

ACTION_GRANULARITY_TYPE

public static final EEnum ACTION_GRANULARITY_TYPE
The meta object literal for the 'Action Granularity Type' enum.

See Also:
ActionGranularityType, SQLTablesPackageImpl.getActionGranularityType()


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