Interface Mixins.FieldEqualityTrait<T extends DataType>
- All Superinterfaces:
ComparableExpressionTrait<T,
,Expression<T>> Expression<T>
,Field<T>
,ScalarExpression<T>
- All Known Subinterfaces:
Mixins.BooleanField
,Mixins.DoubleField
,Mixins.FloatField
,Mixins.IntField
,Mixins.LongField
,Mixins.StringField
- Enclosing interface:
- Mixins
-
Method Summary
Methods inherited from interface com.apple.foundationdb.relational.api.fluentsql.expression.ComparableExpressionTrait
getType, greaterThan, greaterThanOrEquals, greatest, isEqualTo, lessThan, lessThanOrEqual, notEquals
Methods inherited from interface com.apple.foundationdb.relational.api.fluentsql.expression.Expression
accept
Methods inherited from interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
asBoolean, asBoolean, asDouble, asDouble, asFloat, asFloat, asInt, asInt, asLong, asLong, asString, asString, getName, getParts, subField
Methods inherited from interface com.apple.foundationdb.relational.api.fluentsql.expression.ScalarExpression
isNotNull, isNull
-
Method Details
-
equalsInternal
-