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 SQLGeneratorIF
RDBMSStorage. 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 class
GenericSQLGenerator
INTERNAL: Generic SQL statement generator.class
MySQLGenerator
INTERNAL: MySQL SQL statement generator.class
OracleSQLGenerator
INTERNAL: Oracle SQL statement generator.class
PostgreSQLGenerator
INTERNAL: PostgreSQL SQL statement generator.class
SQLServerSQLGenerator
INTERNAL: Microsoft SQL Server SQL statement generator.Methods in net.ontopia.persistence.query.sql that return SQLGeneratorIF Modifier and Type Method Description static SQLGeneratorIF
GenericSQLGenerator. getSQLGenerator(String[] platforms, Map properties)
static SQLGeneratorIF
GenericSQLGenerator. 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 SQLGeneratorIF
ParsedQuery. sqlgen
-