SQL/MX 3.x Reference Manual (H06.22+, J06.11+)
Metadata Tables
HP NonStop SQL/MX Reference Manual—640322-001
10-21
OBJECTS Table
OBJECTS Table
OBJECTS is a metadata table in DEFINITION_SCHEMA_VERSION_vernum that
describes tables, views, indexes, constraints, triggers, MP aliases, stored procedures,
locks, and trigger temporary tables.
Column Name Data Type Description
*1 SCHEMA_UID LARGEINT UID of schema; link to SCHEMATA
*2 OBJECT_NAME CHAR(128) Simple object name
*3 OBJECT_NAME_SPACE CHAR(2) Object namespace:
CN Constraint
IX Index
LK Lock
TA Table value object (table, view,
stored procedure, SQL/MP alias)
TR Trigger
TT Trigger temp table
4 OBJECT_TYPE CHAR(2) Object type:
BT Base table
CC Check constraint
IX Index
LK Lock
MP SQL/MP alias
PV SQL/MP alias to an MP protection
view
SV SQL/MP alias to an MP shorthand
view
NN Not null constraint
PK Primary key constraint
RC Referential constraint
TR Trigger object
UC Unique constraint
UR User-defined routine (for
example, a stored procedure)
VI View
5 OBJECT_UID LARGEINT UID of object
6 CREATE_TIME LARGEINT Julian timestamp of creation time
7 REDEF_TIME LARGEINT Julian timestamp of redefinition time
8 CACHE_TIME LARGEINT Julian timestamp of cache time
9 OBJECT_FEATURE_VERSION INT Version of object
10 VALID_DEF CHAR(2) Y if definition valid
N if not
11 OBJECT_SECURITY_CLASS CHAR(2) UM User metadata table
UT User-defined table
SM System metadata table










