Loads database schema
| Attribute | Description | Type | Requirement | Default value |
|---|---|---|---|---|
| srcFile | File containing the schema dump | File | Required | No default value |
| unfreeze | Unfreeze the tables in the database before loading the schema, then refreeze everything that was unfrozen after the load | Boolean | Optional | False |
PCTLoadSchema inherits attributes from PCT and PCTRun. However, PCTLoadSchema must have one and only one PCTConnection.
<PCTLoadSchema srcFile="schema.df" dlcHome="${env.DLC}">
<PCTConnection dbName="test" singleUser="true"/>
</PCTLoadSchema>
Connects in single-user mode to test.db and loads schema from schema.df