20 module
com { module sun { module star { module sdbcx {
22 published
interface XColumnsSupplier;
23 published
interface XDataDescriptorFactory;
46 [readonly, property]
string Name;
52 [readonly, property]
long Type;
provides information about and access to the properties from an implementation.
Definition generated_idl_chapter_refs.idl:752
provides the access to a container of columns, typically used for tables and indexes.
Definition XColumnsSupplier.idl:27
provides the creation of a descriptor for a definition object.
Definition XDataDescriptorFactory.idl:29
Definition Ambiguous.idl:20
is used to define a new key for a table.
Definition Key.idl:29
long Type
indicates the type of the key.
Definition Key.idl:52
string Name
is the name of the key
Definition Key.idl:46
string ReferencedTable
is the name of the referenced table, only used for foreign keys.
Definition Key.idl:58
long UpdateRule
is the rule which is applied for updates; only used for foreign keys.
Definition Key.idl:64
long DeleteRule
is the rule which is applied for deletions; only used for foreign keys.
Definition Key.idl:70