T
- result typepublic class OracleQuery<T> extends AbstractOracleQuery<T,OracleQuery<T>>
OracleQuery
provides Oracle specific extensions to the base SQL query type
If you need to subtype this, use the base class instead.CONNECT_BY, CONNECT_BY_NOCYCLE_PRIOR, CONNECT_BY_PRIOR, ORDER_SIBLINGS_BY, START_WITH
listeners, PARENT_CONTEXT, useLiterals
configuration, firstUnionSubQuery, union, unionAll
MDC_PARAMETERS, MDC_QUERY, queryMixin
Modifier | Constructor and Description |
---|---|
|
OracleQuery(java.sql.Connection conn) |
|
OracleQuery(java.sql.Connection conn,
Configuration configuration) |
|
OracleQuery(java.sql.Connection conn,
Configuration configuration,
QueryMetadata metadata) |
|
OracleQuery(java.sql.Connection conn,
SQLTemplates templates) |
protected |
OracleQuery(java.sql.Connection conn,
SQLTemplates templates,
QueryMetadata metadata) |
|
OracleQuery(java.util.function.Supplier<java.sql.Connection> connProvider,
Configuration configuration) |
|
OracleQuery(java.util.function.Supplier<java.sql.Connection> connProvider,
Configuration configuration,
QueryMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
OracleQuery<T> |
clone(java.sql.Connection conn) |
OracleQuery<Tuple> |
select(Expression<?>... exprs)
Change the projection of this query
|
<U> OracleQuery<U> |
select(Expression<U> expr)
Change the projection of this query
|
connectBy, connectByNocyclePrior, connectByPrior, orderSiblingsBy, startWith
addListener, as, as, clone, clone, createSerializer, endContext, fetch, fetchCount, fetchResults, forShare, forShare, forUpdate, getConfiguration, getResults, getResults, iterate, logQuery, onException, setParameters, setStatementOptions, setUseLiterals, startContext
accept, addFlag, addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, fetchOne, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, getSQL, getSQL, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, on, on, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, serialize, toString, union, union, union, unionAll, unionAll, unionAll, with, with, with, withRecursive, withRecursive, withRecursive
contains, contains, eq, eq, exists, getMetadata, getType, goe, goe, gt, gt, hashCode, in, in, isNotNull, isNull, loe, loe, lt, lt, ne, ne, notExists
equals, fetchFirst, transform, uniqueResult
distinct, groupBy, groupBy, having, having, limit, offset, orderBy, orderBy, restrict, set, where, where
finalize, getClass, notify, notifyAll, wait, wait, wait
distinct, limit, offset, orderBy, restrict, set
where
transform
fetchFirst, stream
public OracleQuery(java.sql.Connection conn)
public OracleQuery(java.sql.Connection conn, SQLTemplates templates)
public OracleQuery(java.sql.Connection conn, Configuration configuration)
public OracleQuery(java.sql.Connection conn, Configuration configuration, QueryMetadata metadata)
protected OracleQuery(java.sql.Connection conn, SQLTemplates templates, QueryMetadata metadata)
public OracleQuery(java.util.function.Supplier<java.sql.Connection> connProvider, Configuration configuration, QueryMetadata metadata)
public OracleQuery(java.util.function.Supplier<java.sql.Connection> connProvider, Configuration configuration)
public OracleQuery<T> clone(java.sql.Connection conn)
clone
in class AbstractSQLQuery<T,OracleQuery<T>>
public <U> OracleQuery<U> select(Expression<U> expr)
FetchableQuery
expr
- new projectionpublic OracleQuery<Tuple> select(Expression<?>... exprs)
FetchableQuery
exprs
- new projectionCopyright © 2007–2021 Querydsl. All rights reserved.