| Package | Description |
|---|---|
| com.querydsl.sql |
SQL/JDBC support
|
| com.querydsl.sql.mssql |
SQL Server support
|
| com.querydsl.sql.mysql |
MySQL support
|
| com.querydsl.sql.oracle |
Oracle support
|
| com.querydsl.sql.postgresql |
PostgreSQL support
|
| com.querydsl.sql.teradata |
Teradata support
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSQLQueryFactory<Q extends SQLCommonQuery<?>>
AbstractSQLQueryFactory is the base class for SQLCommonQueryFactory implementations |
interface |
SQLCommonQuery<Q extends SQLCommonQuery<Q>>
SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery |
interface |
SQLCommonQueryFactory<Q extends SQLCommonQuery<?>,D extends SQLDeleteClause,U extends SQLUpdateClause,I extends SQLInsertClause,M extends SQLMergeClause>
Factory interface for query and clause creation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSQLQuery<T,Q extends AbstractSQLQuery<T,Q>>
AbstractSQLQuery is the base type for SQL query implementations |
class |
ProjectableSQLQuery<T,Q extends ProjectableSQLQuery<T,Q> & Query<Q>>
ProjectableSQLQuery is the base type for SQL query implementations |
class |
SQLQuery<T>
SQLQuery is a JDBC based implementation of the SQLCommonQuery
interface |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerQuery<T>
SQLServerQuery provides SQL Server related extensions to SQLQuery |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLQuery<T>
MySQLQuery provides MySQL related extensions to SQLQuery |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleQuery<T>
OracleQuery provides Oracle specific extensions to the base SQL query type |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLQuery<T>
PostgreSQLQuery provides PostgreSQL related extensions to SQLQuery |
| Modifier and Type | Class and Description |
|---|---|
class |
TeradataQuery<T>
TeradataQuery provides Teradata related extensions to SQLQuery |
Copyright © 2007–2015 Mysema Ltd. All rights reserved.