HOPEX Power Studio (EN) : Customizing the Metamodel : Managing the Metamodel : Metamodel Syntax in Command Files : Typing MetaClasses
   
Typing MetaClasses
 
Syntax
Connect .MetaClass "MetaClass" ."_Operator" "Operator" ._ScanInit -
"Extraction condition" ._ScanType "Processing type"
Example 1
.Connect .MetaClass "Keyword" ."_Operator" "Extract" ._ScanInit "S"
Example 2
.Connect .MetaClass "Table" ."_Operator" "Extract" ._ScanType "D"
The first command indicates that all repository keywords will be extracted systematically.
The second indicates that when a table is extracted, all the minor objects describing it (columns, keys, indexes) are also extracted.