Views
Reference documentation for each View item in the Solution Explorer
Last updated
Was this helpful?
Reference documentation for each View item in the Solution Explorer
Last updated
Was this helpful?
This node will show all SQL views from database. If the database has no view the node is hidden.
A summary of commands available on a view via right-click context menu:
Searches for where this view is used
Flags the table as hidden in Servoy Developer
The details for each command available on this item via right-click context menu:
Opens the to edit the view and its associated column information (metadata stored by Servoy Developer). The view is handled like a readonly table in Servoy Developer, its structure can only be modified using SQL statements.
Searches for references of this view (for example forms, relations, valuelists ... that use the view).
Marks a view as hidden in developer. This view (and its datasource) will not show up in Servoy Developer wizards and editors.
Opens the
Opens the
Opens
Opens where you can run SQL queries on the view. SQL Explorer Eclipse plugin needs to be installed in order for this option to show up.
Opens (using view's datasource).