Class SelectionClauseWriter.Function

java.lang.Object
org.apache.sis.internal.sql.feature.SelectionClauseWriter.Function
All Implemented Interfaces:
BiConsumer<Filter<AbstractFeature>, SelectionClause>
Enclosing class:
SelectionClauseWriter

private final class SelectionClauseWriter.Function extends Object implements BiConsumer<Filter<AbstractFeature>, SelectionClause>
Appends a function name with an arbitrary number of parameters (potentially zero). This method stops immediately if a parameter cannot be expressed in SQL, leaving the trailing part of the SQL in an invalid state.
Since:
1.1
Version:
1.1