Database Toolbox Previous page   Next Page
versioncolumns

Get automatically updated table columns

Syntax

Description

vl = versioncolumns(dbmeta, 'cata') returns the list of all columns that are automatically updated when any row value is updated, for the catalog cata, for the database whose database metadata object is dbmeta, where dbmeta was created using dmd.

vl = versioncolumns(dbmeta, 'cata', 'sch') returns the list of all columns that are automatically updated when any row value is updated, for the schema sch, in the catalog cata, for the database whose database metadata object is dbmeta, where dbmeta was created using dmd.

vl = versioncolumns(dbmeta, 'cata', 'sch', 'tab') returns the list of all columns that are automatically updated when any row value is updated, in the table tab, for the schema sch, in the catalog cata, for the database whose database metadata object is dbmeta, where dbmeta was created using dmd.

Examples

Type

MATLAB returns

In this example:

The results show an empty set, meaning no columns automatically update when any row value is updated.

See Also

columns, dmd, get


Previous page  update width Next page

© 1994-2005 The MathWorks, Inc.