Instantiation Procedure
Dynamically generate collection creation scripts
- Use Object DTD, Collection DTD, Mapping between DTDs and target system attributes to create DDL for database table creation
Dynamically load collection into database
- Use Object DTD, Mapping between DTDs, DDL, and target system attributes to create load scripts
Dynamically create SQL for querying database
- Use Collection DTD, DDL, and target system attributes to generate SQL