public interface DatabasePackage
extends org.eclipse.emf.ecore.EPackage
DatabaseFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
DatabasePackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_METADATA
The meta object id for the '
Column Metadata' class |
static int |
COLUMN_METADATA__COLUMN_NAME
The feature id for the 'Column Name' attribute
|
static int |
COLUMN_METADATA__COLUMN_SIZE
The feature id for the 'Column Size' attribute
|
static int |
COLUMN_METADATA__DECIMAL_DIGITS
The feature id for the 'Decimal Digits' attribute
|
static int |
COLUMN_METADATA__JDBC_DATA_TYPE
The feature id for the 'Jdbc Data Type' attribute
|
static int |
COLUMN_METADATA__SQL_DATA_TYPE
The feature id for the 'Sql Data Type' attribute
|
static int |
COLUMN_METADATA_FEATURE_COUNT
The number of structural features of the 'Column Metadata' class
|
static int |
DATABASE_METADATA
The meta object id for the '
Metadata' class |
static int |
DATABASE_METADATA__IMPORT_DATE
The feature id for the 'Import Date' attribute
|
static int |
DATABASE_METADATA__TABLE_METADATA_LIST
The feature id for the 'Table Metadata List' containment reference list
|
static int |
DATABASE_METADATA_FEATURE_COUNT
The number of structural features of the 'Metadata' class
|
static DatabasePackage |
eINSTANCE
The singleton instance of the package
|
static java.lang.String |
eNAME
The package name
|
static java.lang.String |
eNS_PREFIX
The package namespace name
|
static java.lang.String |
eNS_URI
The package namespace URI
|
static int |
FOREIGN_KEY_COLUMN_METADATA
The meta object id for the '
Foreign Key Column Metadata' class |
static int |
FOREIGN_KEY_COLUMN_METADATA__FOREIGN_KEY_COLUMN_NAME
The feature id for the 'Foreign Key Column Name' attribute
|
static int |
FOREIGN_KEY_COLUMN_METADATA__PRIMARY_KEY_COLUMN_NAME
The feature id for the 'Primary Key Column Name' attribute
|
static int |
FOREIGN_KEY_COLUMN_METADATA__SEQUENCE_NUMBER
The feature id for the 'Sequence Number' attribute
|
static int |
FOREIGN_KEY_COLUMN_METADATA_FEATURE_COUNT
The number of structural features of the 'Foreign Key Column Metadata' class
|
static int |
FOREIGN_KEY_METADATA
The meta object id for the '
Foreign Key Metadata' class |
static int |
FOREIGN_KEY_METADATA__FOREIGN_KEY_CATALOG_NAME
The feature id for the 'Foreign Key Catalog Name' attribute
|
static int |
FOREIGN_KEY_METADATA__FOREIGN_KEY_COLUMN_METADATA_LIST
The feature id for the 'Foreign Key Column Metadata List' containment reference list
|
static int |
FOREIGN_KEY_METADATA__FOREIGN_KEY_NAME
The feature id for the 'Foreign Key Name' attribute
|
static int |
FOREIGN_KEY_METADATA__FOREIGN_KEY_SCHEMA_NAME
The feature id for the 'Foreign Key Schema Name' attribute
|
static int |
FOREIGN_KEY_METADATA__FOREIGN_KEY_TABLE_NAME
The feature id for the 'Foreign Key Table Name' attribute
|
static int |
FOREIGN_KEY_METADATA_FEATURE_COUNT
The number of structural features of the 'Foreign Key Metadata' class
|
static int |
PRIMARY_KEY_COLUMN_METADATA
The meta object id for the '
Primary Key Column Metadata' class |
static int |
PRIMARY_KEY_COLUMN_METADATA__PRIMARY_KEY_COLUMN_NAME
The feature id for the 'Primary Key Column Name' attribute
|
static int |
PRIMARY_KEY_COLUMN_METADATA__SEQUENCE_NUMBER
The feature id for the 'Sequence Number' attribute
|
static int |
PRIMARY_KEY_COLUMN_METADATA_FEATURE_COUNT
The number of structural features of the 'Primary Key Column Metadata' class
|
static int |
PRIMARY_KEY_METADATA
The meta object id for the '
Primary Key Metadata' class |
static int |
PRIMARY_KEY_METADATA__PRIMARY_KEY_CATALOG_NAME
The feature id for the 'Primary Key Catalog Name' attribute
|
static int |
PRIMARY_KEY_METADATA__PRIMARY_KEY_COLUMN_METADATA_LIST
The feature id for the 'Primary Key Column Metadata List' containment reference list
|
static int |
PRIMARY_KEY_METADATA__PRIMARY_KEY_NAME
The feature id for the 'Primary Key Name' attribute
|
static int |
PRIMARY_KEY_METADATA__PRIMARY_KEY_SCHEMA_NAME
The feature id for the 'Primary Key Schema Name' attribute
|
static int |
PRIMARY_KEY_METADATA__PRIMARY_KEY_TABLE_NAME
The feature id for the 'Primary Key Table Name' attribute
|
static int |
PRIMARY_KEY_METADATA_FEATURE_COUNT
The number of structural features of the 'Primary Key Metadata' class
|
static int |
TABLE_METADATA
The meta object id for the '
Table Metadata' class |
static int |
TABLE_METADATA__CATALOG_NAME
The feature id for the 'Catalog Name' attribute
|
static int |
TABLE_METADATA__COLUMN_METADATA_LIST
The feature id for the 'Column Metadata List' containment reference list
|
static int |
TABLE_METADATA__FOREIGN_KEY_METADATA_LIST
The feature id for the 'Foreign Key Metadata List' containment reference list
|
static int |
TABLE_METADATA__PRIMARY_KEY_METADATA_LIST
The feature id for the 'Primary Key Metadata List' containment reference list
|
static int |
TABLE_METADATA__SCHEMA_NAME
The feature id for the 'Schema Name' attribute
|
static int |
TABLE_METADATA__TABLE_NAME
The feature id for the 'Table Name' attribute
|
static int |
TABLE_METADATA__TABLE_TYPE
The feature id for the 'Table Type' attribute
|
static int |
TABLE_METADATA_FEATURE_COUNT
The number of structural features of the 'Table Metadata' class
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getColumnMetadata_ColumnName()
Returns the meta object for the attribute '
Column Name' |
org.eclipse.emf.ecore.EAttribute |
getColumnMetadata_ColumnSize()
Returns the meta object for the attribute '
Column Size' |
org.eclipse.emf.ecore.EAttribute |
getColumnMetadata_DecimalDigits()
Returns the meta object for the attribute '
Decimal Digits' |
org.eclipse.emf.ecore.EAttribute |
getColumnMetadata_JdbcDataType()
Returns the meta object for the attribute '
Jdbc Data Type' |
org.eclipse.emf.ecore.EAttribute |
getColumnMetadata_SqlDataType()
Returns the meta object for the attribute '
Sql Data Type' |
org.eclipse.emf.ecore.EClass |
getColumnMetadata()
Returns the meta object for class '
Column Metadata' |
DatabaseFactory |
getDatabaseFactory()
Returns the factory that creates the instances of the model
|
org.eclipse.emf.ecore.EAttribute |
getDatabaseMetadata_ImportDate()
Returns the meta object for the attribute '
Import Date' |
org.eclipse.emf.ecore.EReference |
getDatabaseMetadata_TableMetadataList()
Returns the meta object for the containment reference list '
Table Metadata List' |
org.eclipse.emf.ecore.EClass |
getDatabaseMetadata()
Returns the meta object for class '
Metadata' |
org.eclipse.emf.ecore.EAttribute |
getForeignKeyColumnMetadata_ForeignKeyColumnName()
Returns the meta object for the attribute '
Foreign Key Column Name' |
org.eclipse.emf.ecore.EAttribute |
getForeignKeyColumnMetadata_PrimaryKeyColumnName()
Returns the meta object for the attribute '
Primary Key Column Name' |
org.eclipse.emf.ecore.EAttribute |
getForeignKeyColumnMetadata_SequenceNumber()
Returns the meta object for the attribute '
Sequence Number' |
org.eclipse.emf.ecore.EClass |
getForeignKeyColumnMetadata()
Returns the meta object for class '
Foreign Key Column Metadata' |
org.eclipse.emf.ecore.EAttribute |
getForeignKeyMetadata_ForeignKeyCatalogName()
Returns the meta object for the attribute '
Foreign Key Catalog Name' |
org.eclipse.emf.ecore.EReference |
getForeignKeyMetadata_ForeignKeyColumnMetadataList()
Returns the meta object for the containment reference list '
Foreign Key Column Metadata List' |
org.eclipse.emf.ecore.EAttribute |
getForeignKeyMetadata_ForeignKeyName()
Returns the meta object for the attribute '
Foreign Key Name' |
org.eclipse.emf.ecore.EAttribute |
getForeignKeyMetadata_ForeignKeySchemaName()
Returns the meta object for the attribute '
Foreign Key Schema Name' |
org.eclipse.emf.ecore.EAttribute |
getForeignKeyMetadata_ForeignKeyTableName()
Returns the meta object for the attribute '
Foreign Key Table Name' |
org.eclipse.emf.ecore.EClass |
getForeignKeyMetadata()
Returns the meta object for class '
Foreign Key Metadata' |
org.eclipse.emf.ecore.EAttribute |
getPrimaryKeyColumnMetadata_PrimaryKeyColumnName()
Returns the meta object for the attribute '
Primary Key Column Name' |
org.eclipse.emf.ecore.EAttribute |
getPrimaryKeyColumnMetadata_SequenceNumber()
Returns the meta object for the attribute '
Sequence Number' |
org.eclipse.emf.ecore.EClass |
getPrimaryKeyColumnMetadata()
Returns the meta object for class '
Primary Key Column Metadata' |
org.eclipse.emf.ecore.EAttribute |
getPrimaryKeyMetadata_PrimaryKeyCatalogName()
Returns the meta object for the attribute '
Primary Key Catalog Name' |
org.eclipse.emf.ecore.EReference |
getPrimaryKeyMetadata_PrimaryKeyColumnMetadataList()
Returns the meta object for the containment reference list '
Primary Key Column Metadata List' |
org.eclipse.emf.ecore.EAttribute |
getPrimaryKeyMetadata_PrimaryKeyName()
Returns the meta object for the attribute '
Primary Key Name' |
org.eclipse.emf.ecore.EAttribute |
getPrimaryKeyMetadata_PrimaryKeySchemaName()
Returns the meta object for the attribute '
Primary Key Schema Name' |
org.eclipse.emf.ecore.EAttribute |
getPrimaryKeyMetadata_PrimaryKeyTableName()
Returns the meta object for the attribute '
Primary Key Table Name' |
org.eclipse.emf.ecore.EClass |
getPrimaryKeyMetadata()
Returns the meta object for class '
Primary Key Metadata' |
org.eclipse.emf.ecore.EAttribute |
getTableMetadata_CatalogName()
Returns the meta object for the attribute '
Catalog Name' |
org.eclipse.emf.ecore.EReference |
getTableMetadata_ColumnMetadataList()
Returns the meta object for the containment reference list '
Column Metadata List' |
org.eclipse.emf.ecore.EReference |
getTableMetadata_ForeignKeyMetadataList()
Returns the meta object for the containment reference list '
Foreign Key Metadata List' |
org.eclipse.emf.ecore.EReference |
getTableMetadata_PrimaryKeyMetadataList()
Returns the meta object for the containment reference list '
Primary Key Metadata List' |
org.eclipse.emf.ecore.EAttribute |
getTableMetadata_SchemaName()
Returns the meta object for the attribute '
Schema Name' |
org.eclipse.emf.ecore.EAttribute |
getTableMetadata_TableName()
Returns the meta object for the attribute '
Table Name' |
org.eclipse.emf.ecore.EAttribute |
getTableMetadata_TableType()
Returns the meta object for the attribute '
Table Type' |
org.eclipse.emf.ecore.EClass |
getTableMetadata()
Returns the meta object for class '
Table Metadata' |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final DatabasePackage eINSTANCE
static final int TABLE_METADATA
Table Metadata' class.
TableMetadataImpl,
DatabasePackageImpl.getTableMetadata(),
Constant Field Valuesstatic final int TABLE_METADATA__CATALOG_NAME
static final int TABLE_METADATA__SCHEMA_NAME
static final int TABLE_METADATA__TABLE_NAME
static final int TABLE_METADATA__TABLE_TYPE
static final int TABLE_METADATA__COLUMN_METADATA_LIST
static final int TABLE_METADATA__PRIMARY_KEY_METADATA_LIST
static final int TABLE_METADATA__FOREIGN_KEY_METADATA_LIST
static final int TABLE_METADATA_FEATURE_COUNT
static final int COLUMN_METADATA
Column Metadata' class.
ColumnMetadataImpl,
DatabasePackageImpl.getColumnMetadata(),
Constant Field Valuesstatic final int COLUMN_METADATA__COLUMN_NAME
static final int COLUMN_METADATA__JDBC_DATA_TYPE
static final int COLUMN_METADATA__SQL_DATA_TYPE
static final int COLUMN_METADATA__COLUMN_SIZE
static final int COLUMN_METADATA__DECIMAL_DIGITS
static final int COLUMN_METADATA_FEATURE_COUNT
static final int PRIMARY_KEY_METADATA
Primary Key Metadata' class.
PrimaryKeyMetadataImpl,
DatabasePackageImpl.getPrimaryKeyMetadata(),
Constant Field Valuesstatic final int PRIMARY_KEY_METADATA__PRIMARY_KEY_NAME
static final int PRIMARY_KEY_METADATA__PRIMARY_KEY_CATALOG_NAME
static final int PRIMARY_KEY_METADATA__PRIMARY_KEY_SCHEMA_NAME
static final int PRIMARY_KEY_METADATA__PRIMARY_KEY_TABLE_NAME
static final int PRIMARY_KEY_METADATA__PRIMARY_KEY_COLUMN_METADATA_LIST
static final int PRIMARY_KEY_METADATA_FEATURE_COUNT
static final int FOREIGN_KEY_METADATA
Foreign Key Metadata' class.
ForeignKeyMetadataImpl,
DatabasePackageImpl.getForeignKeyMetadata(),
Constant Field Valuesstatic final int FOREIGN_KEY_METADATA__FOREIGN_KEY_NAME
static final int FOREIGN_KEY_METADATA__FOREIGN_KEY_CATALOG_NAME
static final int FOREIGN_KEY_METADATA__FOREIGN_KEY_SCHEMA_NAME
static final int FOREIGN_KEY_METADATA__FOREIGN_KEY_TABLE_NAME
static final int FOREIGN_KEY_METADATA__FOREIGN_KEY_COLUMN_METADATA_LIST
static final int FOREIGN_KEY_METADATA_FEATURE_COUNT
static final int PRIMARY_KEY_COLUMN_METADATA
Primary Key Column Metadata' class.
PrimaryKeyColumnMetadataImpl,
DatabasePackageImpl.getPrimaryKeyColumnMetadata(),
Constant Field Valuesstatic final int PRIMARY_KEY_COLUMN_METADATA__SEQUENCE_NUMBER
static final int PRIMARY_KEY_COLUMN_METADATA__PRIMARY_KEY_COLUMN_NAME
static final int PRIMARY_KEY_COLUMN_METADATA_FEATURE_COUNT
static final int FOREIGN_KEY_COLUMN_METADATA
Foreign Key Column Metadata' class.
ForeignKeyColumnMetadataImpl,
DatabasePackageImpl.getForeignKeyColumnMetadata(),
Constant Field Valuesstatic final int FOREIGN_KEY_COLUMN_METADATA__SEQUENCE_NUMBER
static final int FOREIGN_KEY_COLUMN_METADATA__FOREIGN_KEY_COLUMN_NAME
static final int FOREIGN_KEY_COLUMN_METADATA__PRIMARY_KEY_COLUMN_NAME
static final int FOREIGN_KEY_COLUMN_METADATA_FEATURE_COUNT
static final int DATABASE_METADATA
Metadata' class.
DatabaseMetadataImpl,
DatabasePackageImpl.getDatabaseMetadata(),
Constant Field Valuesstatic final int DATABASE_METADATA__IMPORT_DATE
static final int DATABASE_METADATA__TABLE_METADATA_LIST
static final int DATABASE_METADATA_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getTableMetadata()
Table Metadata'.
TableMetadataorg.eclipse.emf.ecore.EAttribute getTableMetadata_CatalogName()
Catalog Name'.
TableMetadata.getCatalogName(),
getTableMetadata()org.eclipse.emf.ecore.EAttribute getTableMetadata_SchemaName()
Schema Name'.
TableMetadata.getSchemaName(),
getTableMetadata()org.eclipse.emf.ecore.EAttribute getTableMetadata_TableName()
Table Name'.
TableMetadata.getTableName(),
getTableMetadata()org.eclipse.emf.ecore.EAttribute getTableMetadata_TableType()
Table Type'.
TableMetadata.getTableType(),
getTableMetadata()org.eclipse.emf.ecore.EReference getTableMetadata_ColumnMetadataList()
Column Metadata List'.
TableMetadata.getColumnMetadataList(),
getTableMetadata()org.eclipse.emf.ecore.EReference getTableMetadata_PrimaryKeyMetadataList()
Primary Key Metadata List'.
TableMetadata.getPrimaryKeyMetadataList(),
getTableMetadata()org.eclipse.emf.ecore.EReference getTableMetadata_ForeignKeyMetadataList()
Foreign Key Metadata List'.
TableMetadata.getForeignKeyMetadataList(),
getTableMetadata()org.eclipse.emf.ecore.EClass getColumnMetadata()
Column Metadata'.
ColumnMetadataorg.eclipse.emf.ecore.EAttribute getColumnMetadata_ColumnName()
Column Name'.
ColumnMetadata.getColumnName(),
getColumnMetadata()org.eclipse.emf.ecore.EAttribute getColumnMetadata_JdbcDataType()
Jdbc Data Type'.
ColumnMetadata.getJdbcDataType(),
getColumnMetadata()org.eclipse.emf.ecore.EAttribute getColumnMetadata_SqlDataType()
Sql Data Type'.
ColumnMetadata.getSqlDataType(),
getColumnMetadata()org.eclipse.emf.ecore.EAttribute getColumnMetadata_ColumnSize()
Column Size'.
ColumnMetadata.getColumnSize(),
getColumnMetadata()org.eclipse.emf.ecore.EAttribute getColumnMetadata_DecimalDigits()
Decimal Digits'.
ColumnMetadata.getDecimalDigits(),
getColumnMetadata()org.eclipse.emf.ecore.EClass getPrimaryKeyMetadata()
Primary Key Metadata'.
PrimaryKeyMetadataorg.eclipse.emf.ecore.EAttribute getPrimaryKeyMetadata_PrimaryKeyName()
Primary Key Name'.
PrimaryKeyMetadata.getPrimaryKeyName(),
getPrimaryKeyMetadata()org.eclipse.emf.ecore.EAttribute getPrimaryKeyMetadata_PrimaryKeyCatalogName()
Primary Key Catalog Name'.
PrimaryKeyMetadata.getPrimaryKeyCatalogName(),
getPrimaryKeyMetadata()org.eclipse.emf.ecore.EAttribute getPrimaryKeyMetadata_PrimaryKeySchemaName()
Primary Key Schema Name'.
PrimaryKeyMetadata.getPrimaryKeySchemaName(),
getPrimaryKeyMetadata()org.eclipse.emf.ecore.EAttribute getPrimaryKeyMetadata_PrimaryKeyTableName()
Primary Key Table Name'.
PrimaryKeyMetadata.getPrimaryKeyTableName(),
getPrimaryKeyMetadata()org.eclipse.emf.ecore.EReference getPrimaryKeyMetadata_PrimaryKeyColumnMetadataList()
Primary Key Column Metadata List'.
PrimaryKeyMetadata.getPrimaryKeyColumnMetadataList(),
getPrimaryKeyMetadata()org.eclipse.emf.ecore.EClass getForeignKeyMetadata()
Foreign Key Metadata'.
ForeignKeyMetadataorg.eclipse.emf.ecore.EAttribute getForeignKeyMetadata_ForeignKeyName()
Foreign Key Name'.
ForeignKeyMetadata.getForeignKeyName(),
getForeignKeyMetadata()org.eclipse.emf.ecore.EAttribute getForeignKeyMetadata_ForeignKeyCatalogName()
Foreign Key Catalog Name'.
ForeignKeyMetadata.getForeignKeyCatalogName(),
getForeignKeyMetadata()org.eclipse.emf.ecore.EAttribute getForeignKeyMetadata_ForeignKeySchemaName()
Foreign Key Schema Name'.
ForeignKeyMetadata.getForeignKeySchemaName(),
getForeignKeyMetadata()org.eclipse.emf.ecore.EAttribute getForeignKeyMetadata_ForeignKeyTableName()
Foreign Key Table Name'.
ForeignKeyMetadata.getForeignKeyTableName(),
getForeignKeyMetadata()org.eclipse.emf.ecore.EReference getForeignKeyMetadata_ForeignKeyColumnMetadataList()
Foreign Key Column Metadata List'.
ForeignKeyMetadata.getForeignKeyColumnMetadataList(),
getForeignKeyMetadata()org.eclipse.emf.ecore.EClass getPrimaryKeyColumnMetadata()
Primary Key Column Metadata'.
PrimaryKeyColumnMetadataorg.eclipse.emf.ecore.EAttribute getPrimaryKeyColumnMetadata_SequenceNumber()
Sequence Number'.
PrimaryKeyColumnMetadata.getSequenceNumber(),
getPrimaryKeyColumnMetadata()org.eclipse.emf.ecore.EAttribute getPrimaryKeyColumnMetadata_PrimaryKeyColumnName()
Primary Key Column Name'.
PrimaryKeyColumnMetadata.getPrimaryKeyColumnName(),
getPrimaryKeyColumnMetadata()org.eclipse.emf.ecore.EClass getForeignKeyColumnMetadata()
Foreign Key Column Metadata'.
ForeignKeyColumnMetadataorg.eclipse.emf.ecore.EAttribute getForeignKeyColumnMetadata_SequenceNumber()
Sequence Number'.
ForeignKeyColumnMetadata.getSequenceNumber(),
getForeignKeyColumnMetadata()org.eclipse.emf.ecore.EAttribute getForeignKeyColumnMetadata_ForeignKeyColumnName()
Foreign Key Column Name'.
ForeignKeyColumnMetadata.getForeignKeyColumnName(),
getForeignKeyColumnMetadata()org.eclipse.emf.ecore.EAttribute getForeignKeyColumnMetadata_PrimaryKeyColumnName()
Primary Key Column Name'.
ForeignKeyColumnMetadata.getPrimaryKeyColumnName(),
getForeignKeyColumnMetadata()org.eclipse.emf.ecore.EClass getDatabaseMetadata()
Metadata'.
DatabaseMetadataorg.eclipse.emf.ecore.EAttribute getDatabaseMetadata_ImportDate()
Import Date'.
DatabaseMetadata.getImportDate(),
getDatabaseMetadata()org.eclipse.emf.ecore.EReference getDatabaseMetadata_TableMetadataList()
Table Metadata List'.
DatabaseMetadata.getTableMetadataList(),
getDatabaseMetadata()DatabaseFactory getDatabaseFactory()
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.