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 |
SQLQuery
SQLQuery is a JDBC based implementation of the
SQLCommonQuery
interface |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerQuery
SQLServerQuery provides SQL Server related extensions to SQLQuery
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLQuery
MySQLQuery provides MySQL related extensions to SQLQuery
|
Modifier and Type | Class and Description |
---|---|
class |
OracleQuery
OracleQuery provides Oracle specific extensions to the base SQL query type
|
Modifier and Type | Class and Description |
---|---|
class |
PostgresQuery
PostgresQuery provides Postgres related extensions to SQLQuery
|
Modifier and Type | Class and Description |
---|---|
class |
TeradataQuery
TeradataQuery provides Teradata related extensions to SQLQuery
|
Copyright © 2007–2015 Mysema Ltd. All rights reserved.