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;
 Definition: Ambiguous.idl:20
provides the creation of a descriptor for a definition object. 
Definition: XDataDescriptorFactory.idl:28
long Type
indicates the type of the key. 
Definition: Key.idl:52
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
string ReferencedTable
is the name of the referenced table, only used for foreign keys. 
Definition: Key.idl:58
provides information about and access to the properties from an implementation. 
Definition: XPropertySet.idl:45
string Name
is the name of the key 
Definition: Key.idl:41
is used to define a new key for a table. 
Definition: Key.idl:28
provides the access to a container of columns, typically used for tables and indexes. 
Definition: XColumnsSupplier.idl:26