This table stores the full diagnostic snapshot after the last revision |
The table contains the names of all the tables, views, stored procedures and user defined functions in the database. We leave out the Diagnostics itself, QueryResults and LoadEvents, these can be dynamically updated. This was generated from the Diagnostics table when the DB was created. |
name | type | length | unit | ucd | description |
name | varchar | 64 | ID_IDENTIFIER | Name of object | |
type | varchar | 8 | ??? | System type of the object (U:table, V:view, F: function, P: stored proc) | |
count | bigint | 8 | NUMBER | Optional row count, where applicable |