When viewing data for CPMI objects in the Postgres database, what table column should be selected to query for the object instance?
When viewing data for CPMI objects in the Postgres database, what table column should be selected to query for the object instance?
When querying for the object instance of CPMI objects in the Postgres database, the relevant table column is 'fwset'. This column is specifically used to reference and query object instances, distinguishing it from other terms which refer to tables or classes rather than specific columns within tables.
What is requested is the table column to query for the object instance. Inside Table dleobjectderef_data we can see column fwset (type text) One thing is a class object (CpmiHostCkp) another is a table column (fwset)
I think it´s fwset
Pg 100 CCTE R80.X "In the CpNetworkObject_data table, there is an equivalent legacy object class (CpmiHostCkp) for each new physical server object class (CpNetworkObject)."
Hi friend, the question is: what table "column". and you mentioned a table. Sakan's answer looks correct