Interface Mixins.LongExpressionFragment
- All Superinterfaces:
ComparableExpressionTrait<DataType.LongType,
,Expression<DataType.LongType>> Expression<DataType.LongType>
,ExpressionFragment<DataType.LongType>
,Mixins.ExpressionFragmentEqualityTrait<DataType.LongType>
,NumericExpressionTrait<DataType.LongType>
,ScalarExpression<DataType.LongType>
- Enclosing interface:
- Mixins
public static interface Mixins.LongExpressionFragment
extends Mixins.ExpressionFragmentEqualityTrait<DataType.LongType>, NumericExpressionTrait<DataType.LongType>
-
Method Summary
Methods inherited from interface com.apple.foundationdb.relational.api.fluentsql.expression.ComparableExpressionTrait
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.ExpressionFragment
asBoolean, asBoolean, asDouble, asDouble, asFloat, asFloat, asInt, asInt, asLong, asLong, asString, asString, getFragment
Methods inherited from interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins.ExpressionFragmentEqualityTrait
equalsInternal
Methods inherited from interface com.apple.foundationdb.relational.api.fluentsql.expression.NumericExpressionTrait
add, div, mod, mul, sub
Methods inherited from interface com.apple.foundationdb.relational.api.fluentsql.expression.ScalarExpression
isNotNull, isNull
-
Method Details
-
getType
- Specified by:
getType
in interfaceComparableExpressionTrait<DataType.LongType,
Expression<DataType.LongType>> - Specified by:
getType
in interfaceExpression<DataType.LongType>
- Specified by:
getType
in interfaceNumericExpressionTrait<DataType.LongType>
-