public class SelectQuery extends Object implements WhereClause, SqlQuery
| Constructor and Description |
|---|
SelectQuery() |
SelectQuery(SelectQuery other) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, and, and, and, and, andIn, andIsNotNull, andIsNull, andNotInfromSqlizable, oftoSafeSqlpublic SelectQuery()
public SelectQuery(SelectQuery other)
public SelectQuery select(Operand operand)
public void clearSelects()
public SelectQuery with(String name, SqlQuery query)
public SelectQuery with(String name, List<String> columnNames, SqlQuery query)
public SelectQuery select(String columnName)
public SelectQuery select(Alias alias, String columnName)
public SelectQuery select(String columnName, From from)
public SelectQuery select(Operand operand, Alias alias)
public void clearFroms()
public SelectQuery groupBy(Column... columns)
public SelectQuery groupBy(Column column)
public void clearGroupBys()
public SelectQuery having(Condition condition)
public Having having()
public void clearHavings()
public SelectQuery windows(NamedWindow... namedWindows)
public SelectQuery window(NamedWindow window)
public void clearWindows()
public Alias generate()
public String generateIdentifier()
public void appendTo(SafeSqlAppendable sb)
appendTo in interface SafeSqlizablepublic SelectQuery and(Condition condition)
and in interface WhereClausepublic SelectQuery distinct()
public SelectQuery limit(int limit)
public SelectQuery noLimit()
public SelectQuery orderBy(String column, Order order)
public SelectQuery orderBy(Alias alias, String column, Order order)
public static SelectQuery withContextOf(SelectQuery other)
Copyright © 2017. All rights reserved.