Package io.objectbox.query
Class PropertyQueryConditionImpl.StringLongCondition<T>
java.lang.Object
io.objectbox.query.PropertyQueryConditionImpl<T>
io.objectbox.query.PropertyQueryConditionImpl.StringLongCondition<T>
- All Implemented Interfaces:
PropertyQueryCondition<T>,QueryCondition<T>
- Enclosing class:
- PropertyQueryConditionImpl<T>
public static class PropertyQueryConditionImpl.StringLongCondition<T>
extends PropertyQueryConditionImpl<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumNested classes/interfaces inherited from class io.objectbox.query.PropertyQueryConditionImpl
PropertyQueryConditionImpl.ByteArrayCondition<T>, PropertyQueryConditionImpl.DoubleCondition<T>, PropertyQueryConditionImpl.DoubleDoubleCondition<T>, PropertyQueryConditionImpl.IntArrayCondition<T>, PropertyQueryConditionImpl.LongArrayCondition<T>, PropertyQueryConditionImpl.LongCondition<T>, PropertyQueryConditionImpl.LongLongCondition<T>, PropertyQueryConditionImpl.NearestNeighborCondition<T>, PropertyQueryConditionImpl.NullCondition<T>, PropertyQueryConditionImpl.StringArrayCondition<T>, PropertyQueryConditionImpl.StringCondition<T>, PropertyQueryConditionImpl.StringDoubleCondition<T>, PropertyQueryConditionImpl.StringLongCondition<T>, PropertyQueryConditionImpl.StringStringCondition<T> -
Field Summary
Fields inherited from class io.objectbox.query.PropertyQueryConditionImpl
property -
Constructor Summary
ConstructorsConstructorDescriptionStringLongCondition(Property<T> property, PropertyQueryConditionImpl.StringLongCondition.Operation op, String leftValue, long rightValue) -
Method Summary
Modifier and TypeMethodDescriptionand(QueryCondition<T> queryCondition) Combines this condition using AND with the given condition.or(QueryCondition<T> queryCondition) Combines this condition using OR with the given condition.Methods inherited from class io.objectbox.query.PropertyQueryConditionImpl
alias, applyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.objectbox.query.QueryCondition
and, or
-
Constructor Details
-
StringLongCondition
public StringLongCondition(Property<T> property, PropertyQueryConditionImpl.StringLongCondition.Operation op, String leftValue, long rightValue)
-
-
Method Details
-
and
Description copied from interface:QueryConditionCombines this condition using AND with the given condition.- Specified by:
andin interfaceQueryCondition<T>- See Also:
-
or
Description copied from interface:QueryConditionCombines this condition using OR with the given condition.- Specified by:
orin interfaceQueryCondition<T>- See Also:
-