public final class QueryGrouping extends QueryPart
Constructor and Description |
---|
QueryGrouping() |
QueryGrouping(String... fields) |
Modifier and Type | Method and Description |
---|---|
QueryGrouping |
add(String... fields) |
QueryGrouping |
clear() |
void |
collectSqlFragment(CodeWriter writer) |
List<String> |
getFields() |
boolean |
isEmpty() |
boolean |
isNotEmpty() |
collectParameterValues, getParameterValues, getSqlFragment, isPretty, printSqlParts, setPretty, toString
public QueryGrouping()
public QueryGrouping(String... fields)
public boolean isEmpty()
public boolean isNotEmpty()
public QueryGrouping clear()
public QueryGrouping add(String... fields)
public void collectSqlFragment(CodeWriter writer)
collectSqlFragment
in class SqlPart
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.