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 XPropertySet.idl:46
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
interface XDataDescriptorFactory
optional, could be used to copy a key.
Definition Key.idl:33
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
interface XColumnsSupplier
access to the contained key columns.
Definition Key.idl:38
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