|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final EClass IDENTITY_SPECIFIER
Identity Specifier
' class.
IdentitySpecifierImpl
,
SQLSchemaPackageImpl.getIdentitySpecifier()
static final EAttribute IDENTITY_SPECIFIER__GENERATION_TYPE
static final EAttribute IDENTITY_SPECIFIER__START_VALUE
static final EAttribute IDENTITY_SPECIFIER__INCREMENT
static final EAttribute IDENTITY_SPECIFIER__MINIMUM
static final EAttribute IDENTITY_SPECIFIER__MAXIMUM
static final EAttribute IDENTITY_SPECIFIER__CYCLE_OPTION
static final EClass TYPED_ELEMENT
Typed Element
' class.
TypedElementImpl
,
SQLSchemaPackageImpl.getTypedElement()
static final EReference TYPED_ELEMENT__CONTAINED_TYPE
static final EReference TYPED_ELEMENT__REFERENCED_TYPE
static final EClass DEPENDENCY
Dependency
' class.
DependencyImpl
,
SQLSchemaPackageImpl.getDependency()
static final EReference DEPENDENCY__TARGET_END
static final EAttribute DEPENDENCY__DEPENDENCY_TYPE
static final EClass SCHEMA
Schema
' class.
SchemaImpl
,
SQLSchemaPackageImpl.getSchema()
static final EReference SCHEMA__TRIGGERS
static final EReference SCHEMA__INDICES
static final EReference SCHEMA__TABLES
static final EReference SCHEMA__SEQUENCES
static final EReference SCHEMA__DATABASE
static final EReference SCHEMA__CATALOG
static final EReference SCHEMA__ASSERTIONS
static final EReference SCHEMA__USER_DEFINED_TYPES
static final EReference SCHEMA__CHAR_SETS
static final EReference SCHEMA__ROUTINES
static final EReference SCHEMA__OWNER
static final EClass SQL_OBJECT
SQL Object
' class.
SQLObjectImpl
,
SQLSchemaPackageImpl.getSQLObject()
static final EReference SQL_OBJECT__DEPENDENCIES
static final EAttribute SQL_OBJECT__DESCRIPTION
static final EAttribute SQL_OBJECT__LABEL
static final EReference SQL_OBJECT__COMMENTS
static final EReference SQL_OBJECT__PRIVILEGES
static final EClass SEQUENCE
Sequence
' class.
SequenceImpl
,
SQLSchemaPackageImpl.getSequence()
static final EReference SEQUENCE__IDENTITY
static final EReference SEQUENCE__SCHEMA
static final EClass DATABASE
Database
' class.
DatabaseImpl
,
SQLSchemaPackageImpl.getDatabase()
static final EAttribute DATABASE__VENDOR
static final EAttribute DATABASE__VERSION
static final EReference DATABASE__SCHEMAS
static final EReference DATABASE__EVENTS
static final EReference DATABASE__CATALOGS
static final EReference DATABASE__AUTHORIZATION_IDS
static final EClass EVENT
Event
' class.
EventImpl
,
SQLSchemaPackageImpl.getEvent()
static final EAttribute EVENT__FOR
static final EAttribute EVENT__CONDITION
static final EAttribute EVENT__ACTION
static final EAttribute EVENT__ENABLED
static final EReference EVENT__DATABASE
static final EClass COMMENT
Comment
' class.
CommentImpl
,
SQLSchemaPackageImpl.getComment()
static final EAttribute COMMENT__DESCRIPTION
static final EReference COMMENT__SQL_OBJECT
static final EClass CATALOG
Catalog
' class.
CatalogImpl
,
SQLSchemaPackageImpl.getCatalog()
static final EReference CATALOG__DATABASE
static final EReference CATALOG__SCHEMAS
static final EEnum GENERATE_TYPE
Generate Type
' enum.
GenerateType
,
SQLSchemaPackageImpl.getGenerateType()
static final EEnum REFERENTIAL_ACTION_TYPE
Referential Action Type
' enum.
ReferentialActionType
,
SQLSchemaPackageImpl.getReferentialActionType()
static final EDataType DATE
Date
,
SQLSchemaPackageImpl.getDate()
static final EDataType LIST
List
,
SQLSchemaPackageImpl.getList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |