Uses of Class
org.apache.sis.internal.sql.feature.SelectionClause
Packages that use SelectionClause
-
Uses of SelectionClause in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature with parameters of type SelectionClauseModifier and TypeMethodDescriptionprotected final voidSelectionClauseWriter.typeNotFound(Enum<?> type, Filter<AbstractFeature> filter, SelectionClause sql) Invoked when an unsupported filter is found.protected final voidSelectionClauseWriter.typeNotFound(String type, Expression<AbstractFeature, ?> expression, SelectionClause sql) Invoked when an unsupported expression is found.protected final voidSelectionClauseWriter.writeBinaryOperator(SelectionClause sql, Filter<AbstractFeature> filter, String operator) Writes the expressions of a filter as a binary operator.