19 #ifndef __com_sun_star_sdbcx_Key_idl__
20 #define __com_sun_star_sdbcx_Key_idl__
24 module
com { module sun { module star { module sdbcx {
26 published
interface XColumnsSupplier;
27 published
interface XDataDescriptorFactory;
50 [readonly, property]
string Name;
56 [readonly, property]
long Type;
– idl definition –
Definition: Ambiguous.idl:22
provides the creation of a descriptor for a definition object.
Definition: XDataDescriptorFactory.idl:32
long Type
indicates the type of the key.
Definition: Key.idl:56
long UpdateRule
is the rule which is applied for updates; only used for foreign keys.
Definition: Key.idl:68
long DeleteRule
is the rule which is applied for deletions; only used for foreign keys.
Definition: Key.idl:74
string ReferencedTable
is the name of the referenced table, only used for foreign keys.
Definition: Key.idl:62
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63
string Name
is the name of the key
Definition: Key.idl:45
is used to define a new key for a table.
Definition: Key.idl:32
provides the access to a container of columns, typically used for tables and indexes.
Definition: XColumnsSupplier.idl:34