Uses of Interface
net.ontopia.persistence.query.sql.SQLGeneratorIF

Packages that use SQLGeneratorIF
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
 SQLGeneratorIF RDBMSStorage.getSQLGenerator()
           
 

Uses of SQLGeneratorIF in net.ontopia.persistence.query.sql
 

Classes in net.ontopia.persistence.query.sql that implement SQLGeneratorIF
 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
static SQLGeneratorIF GenericSQLGenerator.getSQLGenerator(java.lang.String[] platforms, java.util.Map properties)
           
static SQLGeneratorIF GenericSQLGenerator.getSQLGenerator(java.lang.String platform, java.util.Map properties)
           
 

Uses of SQLGeneratorIF in net.ontopia.topicmaps.query.impl.rdbms
 

Fields in net.ontopia.topicmaps.query.impl.rdbms declared as SQLGeneratorIF
protected  SQLGeneratorIF ParsedQuery.sqlgen
           
 



Copyright © 2000-2012 Ontopia.