19 #ifndef __com_sun_star_sdbcx_KeyType_idl__ 20 #define __com_sun_star_sdbcx_KeyType_idl__ 22 module
com { module sun { module star { module sdbcx {
27 published constants KeyType
const long UNIQUE
indicates that the key is unique, NULL values are allowed.
Definition: KeyType.idl:36
const long FOREIGN
indicates that the key is a foreign key of a table.
Definition: KeyType.idl:40
Definition: Ambiguous.idl:22
const long PRIMARY
indicates that the key is the primary key of a table.
Definition: KeyType.idl:32