20 module 
com {  module sun {  module star {  module sdbcx {
 
   22 published 
interface XColumnsSupplier;
 
   23 published 
interface XKeysSupplier;
 
Definition Ambiguous.idl:20
is used to define a table of a database.
Definition TableDescriptor.idl:39
string CatalogName
is the name of the table catalog.
Definition TableDescriptor.idl:54
string Description
supplies a comment on the table, Could be empty if not supported by the driver.
Definition TableDescriptor.idl:65
string SchemaName
is the name of the table schema.
Definition TableDescriptor.idl:59
service Descriptor
Definition TableDescriptor.idl:50
interface XColumnsSupplier
access to the contained table columns.
Definition TableDescriptor.idl:43
interface XKeysSupplier
optional, provides the access to the table keys.
Definition TableDescriptor.idl:48