Package | Description |
---|---|
org.ecoinformatics.seek.querybuilder | |
org.kepler.objectmanager.data.db |
Modifier and Type | Method and Description |
---|---|
DSTableKeyIFace |
DBTableFrame.getPrimaryKey()
Returns a the Primary Key Definition for the table
|
DSTableKeyIFace |
DBTableField.getTableKeyIFace()
Get the iface obj representing the key
|
Modifier and Type | Class and Description |
---|---|
class |
DSTableFieldDef
Simple Implementation of DSTableKeyIFace/DSTableFieldIFace interface This
class is derived from DataObjectDescription
|
class |
DSTableKeyDef
Simple Implementation of the DSTableKeyIFace
A key can be made up of more than one field |
Modifier and Type | Method and Description |
---|---|
DSTableKeyIFace |
DSTableDef.getPrimaryKey()
Returns a DSTableKeyDef Object representing the Primary Key
|
DSTableKeyIFace |
Entity.getPrimaryKey()
Returns a the Primary Key Definition for the table
|
DSTableKeyIFace |
DSTableIFace.getPrimaryKey()
Returns a the Primary Key Definition for the table
|