Uses of Class
net.ontopia.persistence.rdbms.GenericSQLProducer

Packages that use GenericSQLProducer
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
 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
static GenericSQLProducer DDLExecuter.getSQLProducer(Project project, java.lang.String platform)
           
static GenericSQLProducer DDLExecuter.getSQLProducer(Project project, java.lang.String[] platforms)
           
 



Copyright © 2000-2012 Ontopia.