Uses of Class
net.ontopia.persistence.rdbms.GenericSQLProducer
-
Packages that use GenericSQLProducer Package Description net.ontopia.persistence.rdbms Classes for managing relational database schemas. -
-
Uses of GenericSQLProducer in net.ontopia.persistence.rdbms
Subclasses of GenericSQLProducer in net.ontopia.persistence.rdbms Modifier and Type Class 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.Methods in net.ontopia.persistence.rdbms that return GenericSQLProducer Modifier and Type Method Description static GenericSQLProducer
DDLExecuter. getSQLProducer(Project project, String platform)
static GenericSQLProducer
DDLExecuter. getSQLProducer(Project project, String[] platforms)
-