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 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSQLQuery<Q extends AbstractSQLQuery<Q> & Query<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
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.