Uses of Interface
net.ontopia.persistence.query.sql.SQLGeneratorIF
-
Packages that use SQLGeneratorIF Package Description net.ontopia.persistence.proxy An object-relational mapping framework.net.ontopia.persistence.query.sql Object model for representing SQL queries.net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language. -
-
Uses of SQLGeneratorIF in net.ontopia.persistence.proxy
Methods in net.ontopia.persistence.proxy that return SQLGeneratorIF Modifier and Type Method Description SQLGeneratorIFRDBMSStorage. getSQLGenerator() -
Uses of SQLGeneratorIF in net.ontopia.persistence.query.sql
Classes in net.ontopia.persistence.query.sql that implement SQLGeneratorIF Modifier and Type Class Description classGenericSQLGeneratorINTERNAL: Generic SQL statement generator.classMySQLGeneratorINTERNAL: MySQL SQL statement generator.classOracleSQLGeneratorINTERNAL: Oracle SQL statement generator.classPostgreSQLGeneratorINTERNAL: PostgreSQL SQL statement generator.classSQLServerSQLGeneratorINTERNAL: Microsoft SQL Server SQL statement generator.Methods in net.ontopia.persistence.query.sql that return SQLGeneratorIF Modifier and Type Method Description static SQLGeneratorIFGenericSQLGenerator. getSQLGenerator(String[] platforms, Map properties)static SQLGeneratorIFGenericSQLGenerator. getSQLGenerator(String platform, Map properties) -
Uses of SQLGeneratorIF in net.ontopia.topicmaps.query.impl.rdbms
Fields in net.ontopia.topicmaps.query.impl.rdbms declared as SQLGeneratorIF Modifier and Type Field Description protected SQLGeneratorIFParsedQuery. sqlgen
-