Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.DatabasePrimaryKeyProperties
-
-
Uses of DatabasePrimaryKeyProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type DatabasePrimaryKeyProperties Modifier and Type Method Description voidDatabaseManagerInterface. setPrimaryKeyOnColumn(String userId, String databaseManagerGUID, String databaseManagerName, String databaseColumnGUID, DatabasePrimaryKeyProperties databasePrimaryKeyProperties)Classify a column in a database table as the primary key. -
Uses of DatabasePrimaryKeyProperties in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements that return DatabasePrimaryKeyProperties Modifier and Type Method Description DatabasePrimaryKeyPropertiesDatabaseColumnElement. getPrimaryKeyProperties()When this column is a primary key, return the properties of the primary key value; otherwise nullMethods in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type DatabasePrimaryKeyProperties Modifier and Type Method Description voidDatabaseColumnElement. setPrimaryKeyProperties(DatabasePrimaryKeyProperties primaryKeyProperties)Set up the properties that indicate this column is a primary key -
Uses of DatabasePrimaryKeyProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type DatabasePrimaryKeyProperties Constructor Description DatabasePrimaryKeyProperties(DatabasePrimaryKeyProperties template)Copy/clone constructor for a primary key.
-