-
public final class QuerySubQueryPredicate extends Query
查询dsl使用的子查询谓词表达式,用于装入ast包的sql语法树中
-
-
Field Summary
Fields Modifier and Type Field Description private final SelectQueryqueryprivate final SqlSubQueryPredicatepredicateprivate Stringalias
-
Constructor Summary
Constructors Constructor Description QuerySubQueryPredicate(SelectQuery query, SqlSubQueryPredicate predicate, String alias)
-
Method Summary
Modifier and Type Method Description final SelectQuerygetQuery()final SqlSubQueryPredicategetPredicate()StringgetAlias()UnitsetAlias(String alias)-
Methods inherited from class dsl.QuerySubQueryPredicate
alias, and, asc, between, desc, div, div, eq, eq, eq, ge, ge, ge, gt, gt, gt, inList, inList, isNotNull, isNull, json, json, jsonText, jsonText, le, le, le, like, like, lt, lt, lt, minus, minus, ne, ne, ne, notBetween, notInList, notInList, notLike, notLike, or, plus, plus, rem, rem, times, times, xor -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
QuerySubQueryPredicate
QuerySubQueryPredicate(SelectQuery query, SqlSubQueryPredicate predicate, String alias)
-
-
Method Detail
-
getQuery
final SelectQuery getQuery()
-
getPredicate
final SqlSubQueryPredicate getPredicate()
-
-
-
-