Package org.odpi.openmetadata.frameworks.openmetadata.properties.schema.databases
package org.odpi.openmetadata.frameworks.openmetadata.properties.schema.databases
Beans for representing the structure of data in a database.
-
ClassDescriptionDatabaseColumnProperties describes the properties of a database column.DatabaseForeignKeyProperties describes a foreign key relationship between two columns in different tables in a database.DatabasePrimaryKeyProperties describes the properties of a primary key.DatabaseQueryProperties describes the properties of query that is used to derive a column in a database.DatabaseSchemaTypeProperties is a java bean used to create the database schema type associated with the database.DatabaseTableProperties is a class for representing a relational database table.DatabaseViewProperties is a class for representing a relational database view.