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.
|
Modifier and Type | Method and Description |
---|---|
SQLGeneratorIF |
RDBMSStorage.getSQLGenerator() |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static SQLGeneratorIF |
GenericSQLGenerator.getSQLGenerator(String[] platforms,
Map properties) |
static SQLGeneratorIF |
GenericSQLGenerator.getSQLGenerator(String platform,
Map properties) |
Modifier and Type | Field and Description |
---|---|
protected SQLGeneratorIF |
ParsedQuery.sqlgen |