Uses of Class
com.exasol.adapter.document.edml.KeyType
-
Packages that use KeyType Package Description com.exasol.adapter.document.edml -
-
Uses of KeyType in com.exasol.adapter.document.edml
Methods in com.exasol.adapter.document.edml that return KeyType Modifier and Type Method Description KeyTypeAbstractToColumnMapping. getKey()Get the key type.static KeyTypeKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyType[]KeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exasol.adapter.document.edml with parameters of type KeyType Modifier and Type Method Description BAbstractToColumnMapping.AbstractToColumnMappingBuilder. key(KeyType keyType)Set the key type.
-