| Modifier and Type | Method and Description |
|---|---|
<T> ColumnQuery.ColumnWhere |
ColumnQuery.ColumnNameCondition.between(T valueA,
T valueB)
Creates the between condition
Condition.EQUALS |
<T> ColumnQuery.ColumnWhere |
ColumnQuery.ColumnNameCondition.eq(T value)
Creates the equals condition
Condition.EQUALS |
<T> ColumnQuery.ColumnWhere |
ColumnQuery.ColumnNameCondition.gt(T value)
Creates the greater than condition
Condition.GREATER_THAN |
<T> ColumnQuery.ColumnWhere |
ColumnQuery.ColumnNameCondition.gte(T value)
Creates the greater equals than condition
Condition.GREATER_EQUALS_THAN |
<T> ColumnQuery.ColumnWhere |
ColumnQuery.ColumnNameCondition.in(Iterable<T> values)
Creates in condition
Condition.IN |
ColumnQuery.ColumnWhere |
ColumnQuery.ColumnNameCondition.like(String value)
Creates the like condition
Condition.LIKE |
<T> ColumnQuery.ColumnWhere |
ColumnQuery.ColumnNameCondition.lt(T value)
Creates the lesser than condition
Condition.LESSER_THAN |
<T> ColumnQuery.ColumnWhere |
ColumnQuery.ColumnNameCondition.lte(T value)
Creates the lesser equals than condition
Condition.LESSER_EQUALS_THAN |
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.