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 classDB2SQLProducerINTERNAL: Class that generates DDL statements for the IBM db2 universal database platform.classFirebirdSQLProducerINTERNAL: Class that generates DDL statements for the firebird / interbase database platform.classMySqlSQLProducerINTERNAL: Class that generates DDL statements for the mysql database platform.classOracleSQLProducerINTERNAL: Class that generates DDL statements for the oracle database platform.classPostgreSQLProducerINTERNAL: DDL statement generator for the PostgreSQL database platform.classSQLServerSQLProducerINTERNAL: 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 GenericSQLProducerDDLExecuter. getSQLProducer(Project project, String platform)static GenericSQLProducerDDLExecuter. getSQLProducer(Project project, String[] platforms)
-