Uses of Class
org.odpi.openmetadata.accessservices.analyticsmodeling.model.module.PrimaryKey
-
Packages that use PrimaryKey Package Description org.odpi.openmetadata.accessservices.analyticsmodeling.model.module -
-
Uses of PrimaryKey in org.odpi.openmetadata.accessservices.analyticsmodeling.model.module
Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.model.module that return types with arguments of type PrimaryKey Modifier and Type Method Description List<PrimaryKey>Table. getPrimaryKey()Get definition of the primary key.Method parameters in org.odpi.openmetadata.accessservices.analyticsmodeling.model.module with type arguments of type PrimaryKey Modifier and Type Method Description voidTable. setPrimaryKey(List<PrimaryKey> primaryKey)Set primary key for the table.
-