Exported Interfaces |
::com::sun::star::sdbcx::XDataDescriptorFactory |
- Usage Restrictions
- optional
- Description
- optional, could be used to copy an table.
|
::com::sun::star::sdbcx::XColumnsSupplier |
- Description
- access to the contained table columns.
|
::com::sun::star::sdbcx::XIndexesSupplier |
- Usage Restrictions
- optional
- Description
- optional, provides the access of the table indexes.
|
::com::sun::star::sdbcx::XKeysSupplier |
- Usage Restrictions
- optional
- Description
- optional, provides the access to the table keys.
|
::com::sun::star::sdbcx::XRename |
- Usage Restrictions
- optional
- Description
- optional, allows the renaming of tables.
|
::com::sun::star::sdbcx::XAlterTable |
- Usage Restrictions
- optional
- Description
- optional, allows the altering of columns.
|
::com::sun::star::beans::XPropertySet |
- (referenced entity's summary:)
- provides information about and access to the
properties from an implementation.
|
Properties' Summary |
[ readonly ] string
Name |
is the name of the table.
|
[ readonly ] string
CatalogName |
is the name of the table catalog.
|
[ readonly ] string
SchemaName |
is the name of the table schema.
|
[ readonly ] string
Description |
supplies a comment on the table. Could be empty, if not supported by
the driver.
|
[ readonly ] string
Type |
[ OPTIONAL ]
indicates the type of the table like (TABLE, VIEW, SYSTEM TABLE).
Could be empty, if not supported by the driver.
|
Copyright © 2003 Sun Microsystems, Inc.