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;
string CatalogName
is the name of the table catalog.
Definition: Table.idl:94
is used for creating and appending new objects to a specific container.
Definition: XAlterTable.idl:28
string Description
supplies a comment on the table.
Definition: Table.idl:105
Definition: Ambiguous.idl:20
string Type
indicates the type of the table like (TABLE, VIEW, SYSTEM TABLE).
Definition: Table.idl:111
string SchemaName
is the name of the table schema.
Definition: Table.idl:99
provides for access to a container of indexes, typically used for a table definition object...
Definition: XIndexesSupplier.idl:26
provides the creation of a descriptor for a definition object.
Definition: XDataDescriptorFactory.idl:28
used to specify a table in a database.
Definition: Table.idl:51
supports the renaming of definition objects.
Definition: XRename.idl:28
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:45
provides for access to a container of keys, typically used for a table definition object...
Definition: XKeysSupplier.idl:26
string Name
is the name of the table.
Definition: Table.idl:84
provides the access to a container of columns, typically used for tables and indexes.
Definition: XColumnsSupplier.idl:26