How to find out what are valid RESTRICTIONS for MetaData
Posted: Sun 18 Sep 2011 03:08
New user here....
Looking at UniDAC for multiple DBs....
Am playing with the UniMetaData component.
I understand the concept of putting in the proper restriction to get a list of metadata attributes.... How do I find out what restrictions are valid?
For example, if I am looking at Constraints, what are valid RESTRICTIONS? What about for TABLES, etc.
For example...
OraMetaData1.MetaDataKind := 'Tables';
OraMetaData1.Restrictions.Values['TABLE_SCHEMA'] := '"schemaname"';
OraMetaData1.Open;
How do I list all possible options instead of 'TABLE_SCHEMA'?
Thanks
GS
Looking at UniDAC for multiple DBs....
Am playing with the UniMetaData component.
I understand the concept of putting in the proper restriction to get a list of metadata attributes.... How do I find out what restrictions are valid?
For example, if I am looking at Constraints, what are valid RESTRICTIONS? What about for TABLES, etc.
For example...
OraMetaData1.MetaDataKind := 'Tables';
OraMetaData1.Restrictions.Values['TABLE_SCHEMA'] := '"schemaname"';
OraMetaData1.Open;
How do I list all possible options instead of 'TABLE_SCHEMA'?
Thanks
GS