| Package | Description |
|---|---|
| net.ontopia.persistence.rdbms |
Classes for managing relational database schemas.
|
| Class and Description |
|---|
| Column
INTERNAL: Represents the definition of a relational database column.
|
| DataType
INTERNAL: Represents the definition of a relational database datatype.
|
| GenericSQLProducer
INTERNAL: Class that generates DDL statements for the generic
database platform.
|
| Index
INTERNAL: Represents the definition of a relational table index.
|
| Project
INTERNAL: Class that holds a database schema definition.
|
| Table
INTERNAL: Represents the definition of a relational database table.
|