LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
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;
provides the access to a container of columns, typically used for tables and indexes.
Definition: XColumnsSupplier.idl:35
service Descriptor
Definition: TableDescriptor.idl:54
string SchemaName
is the name of the table schema.
Definition: TableDescriptor.idl:63
provides for access to a container of keys, typically used for a table definition object.
Definition: XKeysSupplier.idl:33
string CatalogName
is the name of the table catalog.
Definition: TableDescriptor.idl:54
Definition: Ambiguous.idl:22
string Description
supplies a comment on the table, Could be empty if not supported by the driver.
Definition: TableDescriptor.idl:69
is used to define a table of a database.
Definition: TableDescriptor.idl:43