Package | Description |
---|---|
net.ontopia.persistence.rdbms |
Classes for managing relational database schemas.
|
Modifier and Type | Class and Description |
---|---|
class |
DB2SQLProducer
INTERNAL: Class that generates DDL statements for the IBM db2
universal database platform.
|
class |
FirebirdSQLProducer
INTERNAL: Class that generates DDL statements for the firebird /
interbase database platform.
|
class |
MySqlSQLProducer
INTERNAL: Class that generates DDL statements for the mysql
database platform.
|
class |
OracleSQLProducer
INTERNAL: Class that generates DDL statements for the oracle
database platform.
|
class |
PostgreSQLProducer
INTERNAL: DDL statement generator for the PostgreSQL database
platform.
|
class |
SQLServerSQLProducer
INTERNAL: Class that generates DDL statements for the sqlserver
database platform.
|
Modifier and Type | Method and Description |
---|---|
static GenericSQLProducer |
DDLExecuter.getSQLProducer(Project project,
String platform) |
static GenericSQLProducer |
DDLExecuter.getSQLProducer(Project project,
String[] platforms) |