Package | Description |
---|---|
com.querydsl.sql.postgresql |
PostgreSQL support
|
Modifier and Type | Method and Description |
---|---|
PostgreSQLQuery<T> |
PostgreSQLQuery.clone(Connection conn) |
PostgreSQLQuery<?> |
PostgreSQLQueryFactory.query() |
PostgreSQLQuery<Tuple> |
PostgreSQLQueryFactory.select(Expression<?>... exprs) |
PostgreSQLQuery<Tuple> |
PostgreSQLQuery.select(Expression<?>... exprs) |
<T> PostgreSQLQuery<T> |
PostgreSQLQueryFactory.select(Expression<T> expr) |
<U> PostgreSQLQuery<U> |
PostgreSQLQuery.select(Expression<U> expr) |
PostgreSQLQuery<Tuple> |
PostgreSQLQueryFactory.selectDistinct(Expression<?>... exprs) |
<T> PostgreSQLQuery<T> |
PostgreSQLQueryFactory.selectDistinct(Expression<T> expr) |
<T> PostgreSQLQuery<T> |
PostgreSQLQueryFactory.selectFrom(RelationalPath<T> expr) |
PostgreSQLQuery<Integer> |
PostgreSQLQueryFactory.selectOne() |
PostgreSQLQuery<Integer> |
PostgreSQLQueryFactory.selectZero() |
Copyright © 2007–2020 Querydsl. All rights reserved.