Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: sdbcx ::
service View
Description
is used to specify views on data. A view object is only used for creation and
deletion. Inspecting the command of a view is normally not supported.
If a view is going to be added to a database, the view must have a unique
name within the view and the table container, as it can be used like a table.
Note:
After addition, both the containers for views and the container for tables must
contain an element for the view.
Exported Interfaces - Summary
XRename
is optional for implementation.
(details )
::com::sun::star::beans ::XPropertySet
(referenced entity's summary:)
provides information about and access to the
properties from an implementation.
XAlterView
allows changing the view's Command .
(details )
Properties' Summary
[ readonly ] string
Name
is the name of the view.
[ readonly ] string
CatalogName
is the name of the views catalog, may be empty.
[ readonly ] string
SchemaName
is the name of the view's schema, may be empty.
[ readonly ] string
Command
is the command for creating the view.
[ readonly ] long
CheckOption
indicates if a check option should be used for the view.
Exported Interfaces - Details
XRename
Usage Restrictions
optional
Description
is optional for implementation.
::com::sun::star:: beans ::XPropertySet
(referenced entity's summary:)
provides information about and access to the
properties from an implementation.
XAlterView
Usage Restrictions
optional
Description
allows changing the view's Command .
Properties' Details
Name
[ readonly ] string Name ;
Description
is the name of the view.
CatalogName
[ readonly ] string CatalogName ;
Description
is the name of the views catalog, may be empty.
SchemaName
[ readonly ] string SchemaName ;
Description
is the name of the view's schema, may be empty.
Command
[ readonly ] string Command ;
Description
is the command for creating the view.
This is typically a SQL Select-Statement.
This property might be empty when a backend does not support retrieving the current
SQL command of a view. However, if the View
supports altering its command
via the XAlterView interface, then it's required to also provide the
current SQL command in the Command
property.
CheckOption
[ readonly ] long CheckOption ;
Description
indicates if a check option should be used for the view.
See also
CheckOption
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.