-
-
Constructor Summary
Constructors Constructor Description QueryJson(Query query, SqlBinaryOperator operator, Object value, String alias)
-
Method Summary
Modifier and Type Method Description final QuerygetQuery()final SqlBinaryOperatorgetOperator()final ObjectgetValue()StringgetAlias()UnitsetAlias(String alias)-
Methods inherited from class dsl.QueryJson
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
-
QueryJson
QueryJson(Query query, SqlBinaryOperator operator, Object value, String alias)
-
-
-
-