Interface Mixins.IntExpressionFragment
-
- All Superinterfaces:
ComparableExpressionTrait<DataType.IntegerType,Expression<DataType.IntegerType>>
,Expression<DataType.IntegerType>
,ExpressionFragment<DataType.IntegerType>
,Mixins.ExpressionFragmentEqualityTrait<DataType.IntegerType>
,NumericExpressionTrait<DataType.IntegerType>
,ScalarExpression<DataType.IntegerType>
- Enclosing interface:
- Mixins
public static interface Mixins.IntExpressionFragment extends Mixins.ExpressionFragmentEqualityTrait<DataType.IntegerType>, NumericExpressionTrait<DataType.IntegerType>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default DataType.IntegerType
getType()
-
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 Detail
-
getType
default DataType.IntegerType getType()
- Specified by:
getType
in interfaceComparableExpressionTrait<DataType.IntegerType,Expression<DataType.IntegerType>>
- Specified by:
getType
in interfaceExpression<DataType.IntegerType>
- Specified by:
getType
in interfaceNumericExpressionTrait<DataType.IntegerType>
-
-