20 module
com { module sun { module star { module sdbcx {
22 published
interface XColumnsSupplier;
23 published
interface XKeysSupplier;
provides the access to a container of columns, typically used for tables and indexes.
Definition: XColumnsSupplier.idl:27
provides for access to a container of keys, typically used for a table definition object.
Definition: XKeysSupplier.idl:27
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:50
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