Uses of Interface
io.tarantool.driver.api.conditions.FieldIdentifier
-
Packages that use FieldIdentifier Package Description io.tarantool.driver.api.conditions Tuple filtering conditions used in select operationsio.tarantool.driver.core.conditions Tuple filtering conditions used in select operations -
-
Uses of FieldIdentifier in io.tarantool.driver.api.conditions
Subinterfaces of FieldIdentifier in io.tarantool.driver.api.conditions Modifier and Type Interface Description interfaceIdIndexRepresents an index defined by its idinterfaceNamedFieldRepresents a field defined by nameinterfaceNamedIndexRepresents an index defined by nameinterfacePositionFieldRepresents a field defined by positionMethods in io.tarantool.driver.api.conditions that return FieldIdentifier Modifier and Type Method Description FieldIdentifier<?,?>Condition. field()Filtering operand, may be a field or index -
Uses of FieldIdentifier in io.tarantool.driver.core.conditions
Classes in io.tarantool.driver.core.conditions that implement FieldIdentifier Modifier and Type Class Description classIdIndexImplRepresents an index defined by its idclassNamedFieldImplRepresents a field defined by nameclassNamedIndexImplRepresents an index defined by nameclassPositionFieldImplRepresents a field defined by positionMethods in io.tarantool.driver.core.conditions that return FieldIdentifier Modifier and Type Method Description FieldIdentifier<?,?>BaseCondition. field()Constructors in io.tarantool.driver.core.conditions with parameters of type FieldIdentifier Constructor Description BaseCondition(Operator operator, FieldIdentifier<?,?> field)FieldValueConditionImpl(Operator operator, FieldIdentifier<?,?> field, Object value)Basic constructorIndexValueConditionImpl(Operator operator, FieldIdentifier<?,?> field, List<?> indexValues)Basic constructor
-