Interface FunctionName
-
- All Known Implementing Classes:
ExasolAggregateFunction,ExasolAnalyticAggregateFunctions,ExasolAnalyticFunction,ExasolScalarFunction
public interface FunctionNameInterface for function names.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()Function name.
-
-
-
Method Detail
-
name
String name()
Function name.- Returns:
- function name
-
-