I am trying to get the SQL table name for an object. When I work with MetadataWorkspace queries, I get a lot of information from an object or storage space. But the schema name and table name are missing.
I am trying to query all EntityType objects for CSpace and SSpace, and I see that both of them are specified correctly, but I cannot figure out how to get SSpace from CSpace.
So to speak, I have a type in the User object model - how can I find the name of a table with the name of the schema (tkp.User) in the database?
Is there any way to do this?
Paulp source share