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

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

See Also:
IdentitySpecifierImpl, SQLSchemaPackageImpl.getIdentitySpecifier()

IDENTITY_SPECIFIER__GENERATION_TYPE

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


IDENTITY_SPECIFIER__START_VALUE

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


IDENTITY_SPECIFIER__INCREMENT

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


IDENTITY_SPECIFIER__MINIMUM

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


IDENTITY_SPECIFIER__MAXIMUM

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


IDENTITY_SPECIFIER__CYCLE_OPTION

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


TYPED_ELEMENT

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

See Also:
TypedElementImpl, SQLSchemaPackageImpl.getTypedElement()

TYPED_ELEMENT__CONTAINED_TYPE

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


TYPED_ELEMENT__REFERENCED_TYPE

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


DEPENDENCY

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

See Also:
DependencyImpl, SQLSchemaPackageImpl.getDependency()

DEPENDENCY__TARGET_END

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


DEPENDENCY__DEPENDENCY_TYPE

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


SCHEMA

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

See Also:
SchemaImpl, SQLSchemaPackageImpl.getSchema()

SCHEMA__TRIGGERS

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


SCHEMA__INDICES

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


SCHEMA__TABLES

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


SCHEMA__SEQUENCES

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


SCHEMA__DATABASE

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


SCHEMA__CATALOG

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


SCHEMA__ASSERTIONS

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


SCHEMA__USER_DEFINED_TYPES

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


SCHEMA__CHAR_SETS

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


SCHEMA__ROUTINES

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


SCHEMA__OWNER

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


SQL_OBJECT

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

See Also:
SQLObjectImpl, SQLSchemaPackageImpl.getSQLObject()

SQL_OBJECT__DEPENDENCIES

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


SQL_OBJECT__DESCRIPTION

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


SQL_OBJECT__LABEL

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


SQL_OBJECT__COMMENTS

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


SQL_OBJECT__PRIVILEGES

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


SEQUENCE

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

See Also:
SequenceImpl, SQLSchemaPackageImpl.getSequence()

SEQUENCE__IDENTITY

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


SEQUENCE__SCHEMA

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


DATABASE

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

See Also:
DatabaseImpl, SQLSchemaPackageImpl.getDatabase()

DATABASE__VENDOR

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


DATABASE__VERSION

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


DATABASE__SCHEMAS

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


DATABASE__EVENTS

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


DATABASE__CATALOGS

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


DATABASE__AUTHORIZATION_IDS

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


EVENT

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

See Also:
EventImpl, SQLSchemaPackageImpl.getEvent()

EVENT__FOR

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


EVENT__CONDITION

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


EVENT__ACTION

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


EVENT__ENABLED

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


EVENT__DATABASE

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


COMMENT

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

See Also:
CommentImpl, SQLSchemaPackageImpl.getComment()

COMMENT__DESCRIPTION

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


COMMENT__SQL_OBJECT

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


CATALOG

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

See Also:
CatalogImpl, SQLSchemaPackageImpl.getCatalog()

CATALOG__DATABASE

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


CATALOG__SCHEMAS

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


GENERATE_TYPE

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

See Also:
GenerateType, SQLSchemaPackageImpl.getGenerateType()

REFERENTIAL_ACTION_TYPE

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

See Also:
ReferentialActionType, SQLSchemaPackageImpl.getReferentialActionType()

DATE

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

See Also:
Date, SQLSchemaPackageImpl.getDate()

LIST

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

See Also:
List, SQLSchemaPackageImpl.getList()


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