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