Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.KeyPattern
-
Packages that use KeyPattern Package Description org.odpi.openmetadata.accessservices.datamanager.properties -
-
Uses of KeyPattern in org.odpi.openmetadata.accessservices.datamanager.properties
Methods in org.odpi.openmetadata.accessservices.datamanager.properties that return KeyPattern Modifier and Type Method Description KeyPatternDatabasePrimaryKeyProperties. getKeyPattern()Returns the key pattern for the primary key.static KeyPatternKeyPattern. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyPattern[]KeyPattern. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type KeyPattern Modifier and Type Method Description voidDatabasePrimaryKeyProperties. setKeyPattern(KeyPattern keyPattern)Set up the key pattern for the primary key.
-