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 interface
IdIndex
Represents an index defined by its idinterface
NamedField
Represents a field defined by nameinterface
NamedIndex
Represents an index defined by nameinterface
PositionField
Represents 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 class
IdIndexImpl
Represents an index defined by its idclass
NamedFieldImpl
Represents a field defined by nameclass
NamedIndexImpl
Represents an index defined by nameclass
PositionFieldImpl
Represents 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
-