-
public interface Where
The WHERE clause specifies a filter to the result. These filters are booleans operations that are composed of one or more conditions appended with the and (Operator.AND
) and or (Operator.OR
) operators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Condition
getCondition()
The condition
-
-
-
Method Detail
-
getCondition
Condition getCondition()
The condition- Returns:
- the condition
-
-