20 module
com { module sun { module star { module sdbcx {
22published
interface XRename;
23published
interface XAlterView;
56 [readonly, property]
string Name;
provides information about and access to the properties from an implementation.
Definition generated_idl_chapter_refs.idl:752
Definition Ambiguous.idl:20
is used to specify views on data.
Definition View.idl:40
string CatalogName
is the name of the views catalog, may be empty.
Definition View.idl:61
interface XRename
is optional for implementation.
Definition View.idl:44
string SchemaName
is the name of the view's schema, may be empty.
Definition View.idl:66
string Command
is the command for creating the view.
Definition View.idl:78
string Name
is the name of the view.
Definition View.idl:56
long CheckOption
indicates if a check option should be used for the view.
Definition View.idl:85
interface XAlterView
allows changing the view's Command.
Definition View.idl:51