19 #ifndef __com_sun_star_sdbcx_TableDescriptor_idl__
20 #define __com_sun_star_sdbcx_TableDescriptor_idl__
24 module com { module sun { module star { module sdbcx {
26 published
interface XColumnsSupplier;
27 published
interface XKeysSupplier;
58 [property]
string CatalogName;
service Descriptor
Definition: TableDescriptor.idl:54
is used to define a table of a database.
Definition: TableDescriptor.idl:42
string Description
supplies a comment on the table, Could be empty if not supported by the driver.
Definition: TableDescriptor.idl:69
provides for access to a container of keys, typically used for a table definition object...
Definition: XKeysSupplier.idl:32
provides the access to a container of columns, typically used for tables and indexes.
Definition: XColumnsSupplier.idl:34
string SchemaName
is the name of the table schema.
Definition: TableDescriptor.idl:63