How to Define a Repository Basket |
To define a repository basket:
The Repository Baskets window opens.
For example: Structure, Rules, and TeamWork.
All repository sections and tables of this USoft repository are inserted as basket sections and basket tables. Also, an Export Model is generated in XML format, and the Model Generated field is set to the current date and time. The Export Model is also written to a file that is used when exporting a repository using this basket. For example to: C:\XML Repository Manager\models\Structure, Rules, and TeamWork_basket.xml
The Export Model is adapted automatically.
If you want to export specific columns only, or if you want to put restrictions on the records exported in your basket, it is possible to specify an additional SELECT and a WHERE clause. To do this:
The Basket Table SQL Clauses window opens.
For example, to specify to export only the table name and object name of those repository tables that are no logical views or component tables:
The Export Model for the repository basket is regenerated. In the example above, this export model would now contain the following line: <Tables table="T_TABLE" pk="1" select="TABLE_NAME, OBJECT_NAME" where="t_logical_view='N' and t_component_table='N'"/> |