|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
is used to define a new key for a table. More...
import "KeyDescriptor.idl";
Included Services | |
| service | Descriptor |
Exported Interfaces | |
| interface | XColumnsSupplier |
| access to the contained key columns. | |
| Exported Interfaces inherited from Descriptor | |
| interface | com::sun::star::beans::XPropertySet |
Public Attributes | |
| long | Type |
| indicates the type of the key. | |
| string | ReferencedTable |
| is the name of the referenced table, only used for foreign keys. | |
| long | UpdateRule |
| is the rule which is applied for updates; only used for foreign keys. | |
| long | DeleteRule |
| is the rule which is applied for deletions; only used for foreign keys. | |
| Public Attributes inherited from Descriptor | |
| string | Name |
| is the name for the object to create. | |
is used to define a new key for a table.
| service Descriptor |
| interface XColumnsSupplier |
access to the contained key columns.
|
property |
is the rule which is applied for deletions; only used for foreign keys.
|
property |
is the name of the referenced table, only used for foreign keys.
|
property |
indicates the type of the key.
|
property |
is the rule which is applied for updates; only used for foreign keys.