getVersionColumns( catalog, schema, table ) |
Gets a description of a table's columns that are automatically updated when any value in a row is updated. They are unordered. Each column description has the following columns:
Syntax getVersionColumns( string catalog, string schema, string table ) Parameters
If catalog is "" (the empty string), only procedures without a catalog are returned. If catalog is the null value, catalog names are not part of the selection criteria. If schema is "" (the empty string), only procedures without a schema are returned. |