Typing MetaClasses
 
Syntax
Connect .MetaClass "MetaClass" ."_Operator" "Operator" ._ScanInit -
"Extraction condition" ._ScanType "Processing type"
Example 1
.Connect .MetaClass "tag" ."_Operator" "Extract" ._ScanInit "S"
Example 2
.Connect .MetaClass "Table" ."_Operator" "Extract" ._ScanType "D"
The first command indicates that all repository tags are extracted systematically.
The second indicates that when a table is extracted, all the minor objects describing it (columns, keys, indexes) are also extracted.