t_RelationalTable_View
View : Database View
A database view definition for the logical table.
Description Specifies an optional underlying view statement for the logical table. This can have specific cases of view syntax by database adapter or the same for all adapters by specifying the adapter to "*". Properties
autoupdated : booleanShould the view contents be updated automatically.
Applies only to "query" table type, always "true" otherwise.
Content
Sequence of:
t_SQLSwitch_SQL [0..*]
Parents
t_BaseRelationalDatasource_Tables_Table - The definition of a table or view in the logical database schema.
t_RelationalDatabaseUpgrade_CreateTable - Add a new table to the schema.
Parent topic: t_BaseRelationalDatasource_Tables_Table
Parent topic: t_RelationalDatabaseUpgrade_CreateTable