Interface FunctionLike<T extends DataType>
- Type Parameters:
T
- The type of the function.
- All Superinterfaces:
Expression<T>
- All Known Implementing Classes:
BooleanFunction
,ComparableFunction
,NumericFunction
Represents a function.
-
Method Summary
Methods inherited from interface com.apple.foundationdb.relational.api.fluentsql.expression.Expression
accept, getType
-
Method Details
-
getArguments
-
getName
-