|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
is used to define a new view for a database. More...
import "ViewDescriptor.idl";
Included Services | |
| service | Descriptor |
Public Attributes | |
| string | CatalogName |
| is the name of the views catalog, may be empty. | |
| string | SchemaName |
| is the name of the views schema, may be empty. | |
| string | Command |
| is the command for creating the view. | |
| long | CheckOption |
| indicates if a check option should be used for the view. | |
| Public Attributes inherited from Descriptor | |
| string | Name |
| is the name for the object to create. | |
is used to define a new view for a database.
| service Descriptor |
|
property |
is the name of the views catalog, may be empty.
|
property |
indicates if a check option should be used for the view.
|
property |
is the command for creating the view.
After appending a view to its container, the command may be empty. This is typically a SQL Select-Statement.
|
property |
is the name of the views schema, may be empty.