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