|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
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
service Descriptor
Definition: TableDescriptor.idl:50
string SchemaName
is the name of the table schema.
Definition: TableDescriptor.idl:59
provides for access to a container of keys, typically used for a table definition object.
Definition: XKeysSupplier.idl:27
string CatalogName
is the name of the table catalog.
Definition: TableDescriptor.idl:50
Definition: Ambiguous.idl:20
string Description
supplies a comment on the table, Could be empty if not supported by the driver.
Definition: TableDescriptor.idl:65
is used to define a table of a database.
Definition: TableDescriptor.idl:39