Table Index

Database_


Represents MAGE Class Database
An address to a repository.

Columns

Column MySQL Type Oracle Type Nullable Description
WID BIGINT NUMBER No Warehouse identifier for this entity
DataSetWID BIGINT NUMBER No Reference to the data set from which the entity came from
Identifier VARCHAR VARCHAR2(255) Yes MAGE attribute Identifiable.identifier
An identifier is an unambiguous string that is unique within the scope (i.e. a document, a set of related documents, or a repository) of its use.
Name VARCHAR VARCHAR2(255) Yes MAGE attribute Identifiable.name
The potentially ambiguous common identifier.
Version VARCHAR VARCHAR2(255) Yes MAGE attribute Database.version
The version for which a DatabaseReference applies.
URI VARCHAR VARCHAR2(255) Yes MAGE attribute Database.URI
The location of the Database.

Referenced By

Table Column
DatabaseWIDContactWID DatabaseWID

Other Constraints

None.

Indexes

Name Columns
Database_1 DataSetWID
Database_2 Identifier
Database_3 Name
Database_4 Version
Database_5 URI