public interface DSTableKeyIFace extends DSTableFieldIFace
Modifier and Type | Field and Description |
---|---|
static int |
PRIMARYKEY
Indicates a Primary Key
|
static int |
SECONDARYKEY
Indicates a Secondary Key
|
static int |
UNDEFINEDKEY
Indicates a Undefined Key Type
|
Modifier and Type | Method and Description |
---|---|
int |
getKeyType()
Return whether it is a Primary or Secondary Key
|
addMissingValueCode, getDataType, getMissingValueCode, getName, setMissingValueCode
static final int UNDEFINEDKEY
static final int PRIMARYKEY
static final int SECONDARYKEY
int getKeyType()