19 #ifndef __com_sun_star_sdbcx_Table_idl__
20 #define __com_sun_star_sdbcx_Table_idl__
24 module
com { module sun { module star { module sdbcx {
26 published
interface XDataDescriptorFactory;
27 published
interface XColumnsSupplier;
28 published
interface XIndexesSupplier;
29 published
interface XKeysSupplier;
30 published
interface XRename;
31 published
interface XAlterTable;
93 [readonly, property]
string Name;
115 [optional, readonly, property]
string Type;
string CatalogName
is the name of the table catalog.
Definition: Table.idl:98
is used for creating and appending new objects to a specific container.
Definition: XAlterTable.idl:35
string Description
supplies a comment on the table.
Definition: Table.idl:109
– idl definition –
Definition: Ambiguous.idl:22
string Type
indicates the type of the table like (TABLE, VIEW, SYSTEM TABLE).
Definition: Table.idl:115
string SchemaName
is the name of the table schema.
Definition: Table.idl:103
provides for access to a container of indexes, typically used for a table definition object...
Definition: XIndexesSupplier.idl:32
provides the creation of a descriptor for a definition object.
Definition: XDataDescriptorFactory.idl:32
used to specify a table in a database.
Definition: Table.idl:55
supports the renaming of definition objects.
Definition: XRename.idl:36
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63
provides for access to a container of keys, typically used for a table definition object...
Definition: XKeysSupplier.idl:32
string Name
is the name of the table.
Definition: Table.idl:88
provides the access to a container of columns, typically used for tables and indexes.
Definition: XColumnsSupplier.idl:34