Class AggregateFieldHelper

java.lang.Object
org.dotwebstack.framework.backend.postgres.query.AggregateFieldHelper

public final class AggregateFieldHelper extends Object
  • Field Details

    • isStringJoin

      public static final Predicate<org.dotwebstack.framework.core.query.model.AggregateField> isStringJoin
  • Method Details

    • create

      public static org.jooq.Field<?> create(org.dotwebstack.framework.core.query.model.AggregateField aggregateField, String fromTable, String columnName, String columnAlias)