org.eclipse.datatools.modelbase.sql.schema
Interface SQLSchemaPackage.Literals

Enclosing interface:
SQLSchemaPackage

public static interface SQLSchemaPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass CATALOG
          The meta object literal for the 'Catalog' class.
static EReference CATALOG__DATABASE
          The meta object literal for the 'Database' reference feature.
static EReference CATALOG__SCHEMAS
          The meta object literal for the 'Schemas' reference list feature.
static EClass COMMENT
          The meta object literal for the 'Comment' class.
static EAttribute COMMENT__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static EReference COMMENT__SQL_OBJECT
          The meta object literal for the 'SQL Object' reference feature.
static EClass DATABASE
          The meta object literal for the 'Database' class.
static EReference DATABASE__AUTHORIZATION_IDS
          The meta object literal for the 'Authorization Ids' reference list feature.
static EReference DATABASE__CATALOGS
          The meta object literal for the 'Catalogs' reference list feature.
static EReference DATABASE__EVENTS
          The meta object literal for the 'Events' reference list feature.
static EReference DATABASE__SCHEMAS
          The meta object literal for the 'Schemas' reference list feature.
static EAttribute DATABASE__VENDOR
          The meta object literal for the 'Vendor' attribute feature.
static EAttribute DATABASE__VERSION
          The meta object literal for the 'Version' attribute feature.
static EDataType DATE
          The meta object literal for the 'Date' data type.
static EClass DEPENDENCY
          The meta object literal for the 'Dependency' class.
static EAttribute DEPENDENCY__DEPENDENCY_TYPE
          The meta object literal for the 'Dependency Type' attribute feature.
static EReference DEPENDENCY__TARGET_END
          The meta object literal for the 'Target End' reference feature.
static EClass EVENT
          The meta object literal for the 'Event' class.
static EAttribute EVENT__ACTION
          The meta object literal for the 'Action' attribute feature.
static EAttribute EVENT__CONDITION
          The meta object literal for the 'Condition' attribute feature.
static EReference EVENT__DATABASE
          The meta object literal for the 'Database' reference feature.
static EAttribute EVENT__ENABLED
          The meta object literal for the 'Enabled' attribute feature.
static EAttribute EVENT__FOR
          The meta object literal for the 'For' attribute feature.
static EEnum GENERATE_TYPE
          The meta object literal for the 'Generate Type' enum.
static EClass IDENTITY_SPECIFIER
          The meta object literal for the 'Identity Specifier' class.
static EAttribute IDENTITY_SPECIFIER__CYCLE_OPTION
          The meta object literal for the 'Cycle Option' attribute feature.
static EAttribute IDENTITY_SPECIFIER__GENERATION_TYPE
          The meta object literal for the 'Generation Type' attribute feature.
static EAttribute IDENTITY_SPECIFIER__INCREMENT
          The meta object literal for the 'Increment' attribute feature.
static EAttribute IDENTITY_SPECIFIER__MAXIMUM
          The meta object literal for the 'Maximum' attribute feature.
static EAttribute IDENTITY_SPECIFIER__MINIMUM
          The meta object literal for the 'Minimum' attribute feature.
static EAttribute IDENTITY_SPECIFIER__START_VALUE
          The meta object literal for the 'Start Value' attribute feature.
static EDataType LIST
          The meta object literal for the 'List' data type.
static EEnum REFERENTIAL_ACTION_TYPE
          The meta object literal for the 'Referential Action Type' enum.
static EClass SCHEMA
          The meta object literal for the 'Schema' class.
static EReference SCHEMA__ASSERTIONS
          The meta object literal for the 'Assertions' reference list feature.
static EReference SCHEMA__CATALOG
          The meta object literal for the 'Catalog' reference feature.
static EReference SCHEMA__CHAR_SETS
          The meta object literal for the 'Char Sets' reference list feature.
static EReference SCHEMA__DATABASE
          The meta object literal for the 'Database' reference feature.
static EReference SCHEMA__INDICES
          The meta object literal for the 'Indices' reference list feature.
static EReference SCHEMA__OWNER
          The meta object literal for the 'Owner' reference feature.
static EReference SCHEMA__ROUTINES
          The meta object literal for the 'Routines' reference list feature.
static EReference SCHEMA__SEQUENCES
          The meta object literal for the 'Sequences' reference list feature.
static EReference SCHEMA__TABLES
          The meta object literal for the 'Tables' reference list feature.
static EReference SCHEMA__TRIGGERS
          The meta object literal for the 'Triggers' reference list feature.
static EReference SCHEMA__USER_DEFINED_TYPES
          The meta object literal for the 'User Defined Types' reference list feature.
static EClass SEQUENCE
          The meta object literal for the 'Sequence' class.
static EReference SEQUENCE__IDENTITY
          The meta object literal for the 'Identity' containment reference feature.
static EReference SEQUENCE__SCHEMA
          The meta object literal for the 'Schema' reference feature.
static EClass SQL_OBJECT
          The meta object literal for the 'SQL Object' class.
static EReference SQL_OBJECT__COMMENTS
          The meta object literal for the 'Comments' reference list feature.
static EReference SQL_OBJECT__DEPENDENCIES
          The meta object literal for the 'Dependencies' containment reference list feature.
static EAttribute SQL_OBJECT__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static EAttribute SQL_OBJECT__LABEL
          The meta object literal for the 'Label' attribute feature.
static EReference SQL_OBJECT__PRIVILEGES
          The meta object literal for the 'Privileges' reference list feature.
static EClass TYPED_ELEMENT
          The meta object literal for the 'Typed Element' class.
static EReference TYPED_ELEMENT__CONTAINED_TYPE
          The meta object literal for the 'Contained Type' containment reference feature.
static EReference TYPED_ELEMENT__REFERENCED_TYPE
          The meta object literal for the 'Referenced Type' reference feature.
 

Field Detail

IDENTITY_SPECIFIER

static final EClass IDENTITY_SPECIFIER
The meta object literal for the 'Identity Specifier' class.

See Also:
IdentitySpecifierImpl, SQLSchemaPackageImpl.getIdentitySpecifier()

IDENTITY_SPECIFIER__GENERATION_TYPE

static final EAttribute IDENTITY_SPECIFIER__GENERATION_TYPE
The meta object literal for the 'Generation Type' attribute feature.


IDENTITY_SPECIFIER__START_VALUE

static final EAttribute IDENTITY_SPECIFIER__START_VALUE
The meta object literal for the 'Start Value' attribute feature.


IDENTITY_SPECIFIER__INCREMENT

static final EAttribute IDENTITY_SPECIFIER__INCREMENT
The meta object literal for the 'Increment' attribute feature.


IDENTITY_SPECIFIER__MINIMUM

static final EAttribute IDENTITY_SPECIFIER__MINIMUM
The meta object literal for the 'Minimum' attribute feature.


IDENTITY_SPECIFIER__MAXIMUM

static final EAttribute IDENTITY_SPECIFIER__MAXIMUM
The meta object literal for the 'Maximum' attribute feature.


IDENTITY_SPECIFIER__CYCLE_OPTION

static final EAttribute IDENTITY_SPECIFIER__CYCLE_OPTION
The meta object literal for the 'Cycle Option' attribute feature.


TYPED_ELEMENT

static final EClass TYPED_ELEMENT
The meta object literal for the 'Typed Element' class.

See Also:
TypedElementImpl, SQLSchemaPackageImpl.getTypedElement()

TYPED_ELEMENT__CONTAINED_TYPE

static final EReference TYPED_ELEMENT__CONTAINED_TYPE
The meta object literal for the 'Contained Type' containment reference feature.


TYPED_ELEMENT__REFERENCED_TYPE

static final EReference TYPED_ELEMENT__REFERENCED_TYPE
The meta object literal for the 'Referenced Type' reference feature.


DEPENDENCY

static final EClass DEPENDENCY
The meta object literal for the 'Dependency' class.

See Also:
DependencyImpl, SQLSchemaPackageImpl.getDependency()

DEPENDENCY__TARGET_END

static final EReference DEPENDENCY__TARGET_END
The meta object literal for the 'Target End' reference feature.


DEPENDENCY__DEPENDENCY_TYPE

static final EAttribute DEPENDENCY__DEPENDENCY_TYPE
The meta object literal for the 'Dependency Type' attribute feature.


SCHEMA

static final EClass SCHEMA
The meta object literal for the 'Schema' class.

See Also:
SchemaImpl, SQLSchemaPackageImpl.getSchema()

SCHEMA__TRIGGERS

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


SCHEMA__INDICES

static final EReference SCHEMA__INDICES
The meta object literal for the 'Indices' reference list feature.


SCHEMA__TABLES

static final EReference SCHEMA__TABLES
The meta object literal for the 'Tables' reference list feature.


SCHEMA__SEQUENCES

static final EReference SCHEMA__SEQUENCES
The meta object literal for the 'Sequences' reference list feature.


SCHEMA__DATABASE

static final EReference SCHEMA__DATABASE
The meta object literal for the 'Database' reference feature.


SCHEMA__CATALOG

static final EReference SCHEMA__CATALOG
The meta object literal for the 'Catalog' reference feature.


SCHEMA__ASSERTIONS

static final EReference SCHEMA__ASSERTIONS
The meta object literal for the 'Assertions' reference list feature.


SCHEMA__USER_DEFINED_TYPES

static final EReference SCHEMA__USER_DEFINED_TYPES
The meta object literal for the 'User Defined Types' reference list feature.


SCHEMA__CHAR_SETS

static final EReference SCHEMA__CHAR_SETS
The meta object literal for the 'Char Sets' reference list feature.


SCHEMA__ROUTINES

static final EReference SCHEMA__ROUTINES
The meta object literal for the 'Routines' reference list feature.


SCHEMA__OWNER

static final EReference SCHEMA__OWNER
The meta object literal for the 'Owner' reference feature.


SQL_OBJECT

static final EClass SQL_OBJECT
The meta object literal for the 'SQL Object' class.

See Also:
SQLObjectImpl, SQLSchemaPackageImpl.getSQLObject()

SQL_OBJECT__DEPENDENCIES

static final EReference SQL_OBJECT__DEPENDENCIES
The meta object literal for the 'Dependencies' containment reference list feature.


SQL_OBJECT__DESCRIPTION

static final EAttribute SQL_OBJECT__DESCRIPTION
The meta object literal for the 'Description' attribute feature.


SQL_OBJECT__LABEL

static final EAttribute SQL_OBJECT__LABEL
The meta object literal for the 'Label' attribute feature.


SQL_OBJECT__COMMENTS

static final EReference SQL_OBJECT__COMMENTS
The meta object literal for the 'Comments' reference list feature.


SQL_OBJECT__PRIVILEGES

static final EReference SQL_OBJECT__PRIVILEGES
The meta object literal for the 'Privileges' reference list feature.


SEQUENCE

static final EClass SEQUENCE
The meta object literal for the 'Sequence' class.

See Also:
SequenceImpl, SQLSchemaPackageImpl.getSequence()

SEQUENCE__IDENTITY

static final EReference SEQUENCE__IDENTITY
The meta object literal for the 'Identity' containment reference feature.


SEQUENCE__SCHEMA

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


DATABASE

static final EClass DATABASE
The meta object literal for the 'Database' class.

See Also:
DatabaseImpl, SQLSchemaPackageImpl.getDatabase()

DATABASE__VENDOR

static final EAttribute DATABASE__VENDOR
The meta object literal for the 'Vendor' attribute feature.


DATABASE__VERSION

static final EAttribute DATABASE__VERSION
The meta object literal for the 'Version' attribute feature.


DATABASE__SCHEMAS

static final EReference DATABASE__SCHEMAS
The meta object literal for the 'Schemas' reference list feature.


DATABASE__EVENTS

static final EReference DATABASE__EVENTS
The meta object literal for the 'Events' reference list feature.


DATABASE__CATALOGS

static final EReference DATABASE__CATALOGS
The meta object literal for the 'Catalogs' reference list feature.


DATABASE__AUTHORIZATION_IDS

static final EReference DATABASE__AUTHORIZATION_IDS
The meta object literal for the 'Authorization Ids' reference list feature.


EVENT

static final EClass EVENT
The meta object literal for the 'Event' class.

See Also:
EventImpl, SQLSchemaPackageImpl.getEvent()

EVENT__FOR

static final EAttribute EVENT__FOR
The meta object literal for the 'For' attribute feature.


EVENT__CONDITION

static final EAttribute EVENT__CONDITION
The meta object literal for the 'Condition' attribute feature.


EVENT__ACTION

static final EAttribute EVENT__ACTION
The meta object literal for the 'Action' attribute feature.


EVENT__ENABLED

static final EAttribute EVENT__ENABLED
The meta object literal for the 'Enabled' attribute feature.


EVENT__DATABASE

static final EReference EVENT__DATABASE
The meta object literal for the 'Database' reference feature.


COMMENT

static final EClass COMMENT
The meta object literal for the 'Comment' class.

See Also:
CommentImpl, SQLSchemaPackageImpl.getComment()

COMMENT__DESCRIPTION

static final EAttribute COMMENT__DESCRIPTION
The meta object literal for the 'Description' attribute feature.


COMMENT__SQL_OBJECT

static final EReference COMMENT__SQL_OBJECT
The meta object literal for the 'SQL Object' reference feature.


CATALOG

static final EClass CATALOG
The meta object literal for the 'Catalog' class.

See Also:
CatalogImpl, SQLSchemaPackageImpl.getCatalog()

CATALOG__DATABASE

static final EReference CATALOG__DATABASE
The meta object literal for the 'Database' reference feature.


CATALOG__SCHEMAS

static final EReference CATALOG__SCHEMAS
The meta object literal for the 'Schemas' reference list feature.


GENERATE_TYPE

static final EEnum GENERATE_TYPE
The meta object literal for the 'Generate Type' enum.

See Also:
GenerateType, SQLSchemaPackageImpl.getGenerateType()

REFERENTIAL_ACTION_TYPE

static final EEnum REFERENTIAL_ACTION_TYPE
The meta object literal for the 'Referential Action Type' enum.

See Also:
ReferentialActionType, SQLSchemaPackageImpl.getReferentialActionType()

DATE

static final EDataType DATE
The meta object literal for the 'Date' data type.

See Also:
Date, SQLSchemaPackageImpl.getDate()

LIST

static final EDataType LIST
The meta object literal for the 'List' data type.

See Also:
List, SQLSchemaPackageImpl.getList()


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