20 module
com { module sun { module star { module sdbcx {
22 published
interface XDataDescriptorFactory;
23 published
interface XColumnsSupplier;
24 published
interface XIndexesSupplier;
25 published
interface XKeysSupplier;
26 published
interface XRename;
27 published
interface XAlterTable;
89 [readonly, property]
string Name;
111 [optional, readonly, property]
string Type;
provides information about and access to the properties from an implementation.
Definition generated_idl_chapter_refs.idl:752
is used for creating and appending new objects to a specific container.
Definition XAlterTable.idl:29
provides the access to a container of columns, typically used for tables and indexes.
Definition XColumnsSupplier.idl:27
provides the creation of a descriptor for a definition object.
Definition XDataDescriptorFactory.idl:29
provides for access to a container of indexes, typically used for a table definition object.
Definition XIndexesSupplier.idl:27
provides for access to a container of keys, typically used for a table definition object.
Definition XKeysSupplier.idl:27
supports the renaming of definition objects.
Definition XRename.idl:29
Definition Ambiguous.idl:20
used to specify a table in a database.
Definition Table.idl:52
string CatalogName
is the name of the table catalog.
Definition Table.idl:94
string Description
supplies a comment on the table.
Definition Table.idl:105
string SchemaName
is the name of the table schema.
Definition Table.idl:99
string Type
indicates the type of the table like (TABLE, VIEW, SYSTEM TABLE).
Definition Table.idl:111
string Name
is the name of the table.
Definition Table.idl:89