java.lang.Object
org.dotwebstack.framework.backend.postgres.query.AggregateFieldHelper
public final class AggregateFieldHelper
extends Object
-
Field Summary
Fields
static final Predicate<org.dotwebstack.framework.core.query.model.AggregateField>
-
Method Summary
static org.jooq.Field<?>
create(org.dotwebstack.framework.core.query.model.AggregateField aggregateField,
String fromTable,
String columnName,
String columnAlias)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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)