RdbSchema
Overview
Represents a database schema
Intent
The RdbSchema object is a deployment representing a database schema which is typically a dependency of an Rdb (database service) object. Schemas are modeled so that there are the following tiers:
- AppServer such as a JBossServer object depending on:
- Database Server such an Rdb object depending on:
- RdbSchema objects
Typically these objects are accessible from the application server in order to generate its datasource configuration.