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 {
27published constants KeyType
const long PRIMARY
indicates that the key is the primary key of a table.
Definition: KeyType.idl:32
const long FOREIGN
indicates that the key is a foreign key of a table.
Definition: KeyType.idl:40
const long UNIQUE
indicates that the key is unique, NULL values are allowed.
Definition: KeyType.idl:36
Definition: Accessible.idl:22