| Package | Description | 
|---|---|
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| com.mysema.query.sql.mssql | SQL Server support | 
| com.mysema.query.sql.mysql | MySQL support | 
| com.mysema.query.sql.oracle | Oracle support for Querydsl SQL | 
| com.mysema.query.sql.postgres | |
| com.mysema.query.sql.teradata | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSQLQuery<Q extends AbstractSQLQuery<Q>>AbstractSQLQuery is the base type for SQL query implementations | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SQLQuerySQLQuery is a JDBC based implementation of the  SQLCommonQueryinterface | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SQLServerQuerySQLServerQuery provides SQL Server related extensions to SQLQuery | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MySQLQueryMySQLQuery provides MySQL related extensions to SQLQuery | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OracleQueryOracleQuery provides Oracle specific extensions to the base SQL query type | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PostgresQueryPostgresQuery provides Postgres related extensions to SQLQuery | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TeradataQueryTeradataQuery provides Teradata related extensions to SQLQuery | 
Copyright © 2007–2015 Querydsl. All rights reserved.