Uses of Interface
net.ontopia.persistence.query.sql.SQLGeneratorIF
Packages that use SQLGeneratorIF
Package
Description
An object-relational mapping framework.
Object model for representing SQL queries.
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 -
Uses of SQLGeneratorIF in net.ontopia.persistence.query.sql
Classes in net.ontopia.persistence.query.sql that implement SQLGeneratorIFModifier and TypeClassDescriptionclassINTERNAL: Generic SQL statement generator.classINTERNAL: MySQL SQL statement generator.classINTERNAL: Oracle SQL statement generator.classINTERNAL: PostgreSQL SQL statement generator.classINTERNAL: Microsoft SQL Server SQL statement generator.Methods in net.ontopia.persistence.query.sql that return SQLGeneratorIFModifier and TypeMethodDescriptionstatic 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