Lines Matching refs:view
36 /** is used to specify views on data. A view object is only used for creation and
37 deletion. Inspecting the command of a view is normally not supported.
40 If a view is going to be added to a database, the view must have a unique
41 name within the view and the table container, as it can be used like a table.
46 contain an element for the view.
59 /** allows changing the view's <member>Command</member>.
64 /** is the name of the view.
74 /** is the name of the view's schema, may be empty.
79 /** is the command for creating the view.
84 SQL command of a view. However, if the <code>View</code> supports altering its command
91 /** indicates if a check option should be used for the view.