Interface Mixins.BooleanExpressionFragment
-
- All Superinterfaces:
BooleanExpressionTrait
,Expression<DataType.BooleanType>
,ExpressionFragment<DataType.BooleanType>
,Mixins.ExpressionFragmentEqualityTrait<DataType.BooleanType>
- Enclosing interface:
- Mixins
public static interface Mixins.BooleanExpressionFragment extends Mixins.ExpressionFragmentEqualityTrait<DataType.BooleanType>, BooleanExpressionTrait
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default DataType.BooleanType
getType()
-
Methods inherited from interface com.apple.foundationdb.relational.api.fluentsql.expression.BooleanExpressionTrait
and, nested, not, or
-
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
-
-
-
-
Method Detail
-
getType
default DataType.BooleanType getType()
- Specified by:
getType
in interfaceExpression<DataType.BooleanType>
-
-