Class WhereFragment
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.query.BaseWhereAdapter<WhereFragment>
-
- org.linuxforhealth.fhir.database.utils.query.WhereFragment
-
public class WhereFragment extends BaseWhereAdapter<WhereFragment>
An adapter which represents just a fragment of the where clause so we can build up just a portion of the predicate without having access to the whole clause
-
-
Constructor Summary
Constructors Constructor Description WhereFragment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WhereFragmentgetThis()Returns the sub-class type-specific instance of the class.-
Methods inherited from class org.linuxforhealth.fhir.database.utils.query.BaseWhereAdapter
acos, acos, add, and, and, and, and, and, bind, bind, bind, bind, bind, bind, coalesce, col, col, cos, cos, div, eq, eq, eq, eq, eq, eq, eq, eq, escape, escape, escape, escape, escape, exists, filter, getExpression, getPredicateParser, gt, gt, gt, gt, gt, gt, gte, gte, gte, gte, gte, gte, in, in, in, inLiteral, inLiteralLong, isNotNull, isNull, leftParen, like, like, like, like, like, literal, literal, literal, lt, lt, lt, lt, lt, lt, lte, lte, lte, lte, lte, lte, mult, neq, neq, neq, neq, neq, neq, neq, not, notExists, operator, or, or, or, or, or, radians, radians, rightParen, sin, sin, sub, where, where
-
-
-
-
Method Detail
-
getThis
protected WhereFragment getThis()
Description copied from class:BaseWhereAdapterReturns the sub-class type-specific instance of the class. Used as the return value in fluent methods.- Specified by:
getThisin classBaseWhereAdapter<WhereFragment>- Returns:
-
-