public class PostgresQuery extends AbstractSQLQuery<PostgresQuery> implements SQLCommonQuery<PostgresQuery>
SQLQuery
queryMixin, union, unionAll
Constructor and Description |
---|
PostgresQuery(java.sql.Connection conn) |
PostgresQuery(java.sql.Connection conn,
Configuration configuration) |
PostgresQuery(java.sql.Connection conn,
Configuration configuration,
QueryMetadata metadata) |
PostgresQuery(java.sql.Connection conn,
SQLTemplates templates) |
Modifier and Type | Method and Description |
---|---|
PostgresQuery |
forShare() |
PostgresQuery |
noWait() |
PostgresQuery |
of(RelationalPath<?>... paths) |
addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, buildQueryString, count, createSerializer, exists, forUpdate, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, getConfiguration, getMetadata, getResults, getSQL, innerJoin, innerJoin, innerJoin, innerJoin, iterate, iterate, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, list, list, listResults, listResults, on, on, rightJoin, rightJoin, rightJoin, rightJoin, setParameters, toString, union, union, union, union, unionAll, unionAll, unionAll, unionAll, uniqueResult, uniqueResult
map, notExists, singleResult, singleResult, transform, uniqueResult
distinct, equals, groupBy, groupBy, hashCode, having, having, limit, offset, orderBy, orderBy, restrict, set, where, where
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, from, from, fullJoin, fullJoin, fullJoin, fullJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, on, rightJoin, rightJoin, rightJoin, rightJoin
distinct, limit, offset, orderBy, restrict, set
where
public PostgresQuery(java.sql.Connection conn)
public PostgresQuery(java.sql.Connection conn, SQLTemplates templates)
public PostgresQuery(java.sql.Connection conn, Configuration configuration)
public PostgresQuery(java.sql.Connection conn, Configuration configuration, QueryMetadata metadata)
public PostgresQuery forShare()
public PostgresQuery noWait()
public PostgresQuery of(RelationalPath<?>... paths)
paths
- Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.