public class DerbySelect extends Select<DerbySelect>
plainSelect
stringBuilder
Constructor and Description |
---|
DerbySelect() |
Modifier and Type | Method and Description |
---|---|
DerbySelect |
fetch(Fetch fetch) |
DerbySelect |
into(Table... tables) |
protected Select |
newSelect() |
DerbySelect |
offset(Offset offset) |
static DerbySelect |
select(SelectItem... selectItems) |
static DerbySelect |
selectFrom(Table... tables) |
copy, customSelectItem, forUpdate, from, from, getId, getPlainSelect, groupBy, having, id, join, orderBy, parserStatementBody, setPlainSelect, toString, where
addParamName, addParamValue, and, appendSql, build, deparseFetch, deparseJoin, deparseLimit, deparseOffset, deparseOrderBy, deparseOrderBy, getLimitString, getNamedList, getStringBuilder, getValues, isNamedSql, isUseBracketsInExprList, mapValue, newSql, or, parsedSql, reset, setUseBracketsInExprList, sql, visitBinaryExpression, visitOldOracleJoinBinaryExpression
public static DerbySelect select(SelectItem... selectItems)
public static DerbySelect selectFrom(Table... tables)
public DerbySelect into(Table... tables)
public DerbySelect offset(Offset offset)
public DerbySelect fetch(Fetch fetch)
protected Select newSelect()
newSelect
in class Select<DerbySelect>
Copyright © 2006–2018 TinyGroup. All rights reserved.