Oracle Repository API and Model Reference Guide


Contents


API Methods


Element Definitions


Index  


About the Repository Meta-Model

The repository's meta-model is a database schema of views and columns. The Repository API cannot be used to alter this meta-model, except in strictly defined ways provided via:

These make it possible to extend the repository's meta-model by:

The API provides detailed definitions of the meta-model views through which user scan access the supplied meta-model and extensions made using either method. Information about the meta-model schema is published as part of the repository API for the following reasons:

Return to Top