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 XPropertySet.idl:46
Definition Ambiguous.idl:20
used to specify a table in a database.
Definition Table.idl:52
interface XDataDescriptorFactory
optional, could be used to copy a table.
Definition Table.idl:56
string CatalogName
is the name of the table catalog.
Definition Table.idl:94
interface XRename
optional, allows the renaming of tables.
Definition Table.idl:76
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
interface XAlterTable
optional, allows the altering of columns.
Definition Table.idl:81
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
interface XColumnsSupplier
access to the contained table columns.
Definition Table.idl:61
interface XKeysSupplier
optional, provides the access to the table keys.
Definition Table.idl:71
interface XIndexesSupplier
optional, provides the access of the table indexes.
Definition Table.idl:66