public class H2ComplexSelect extends ComplexSelect<H2ComplexSelect>
operationList
stringBuilder
Constructor and Description |
---|
H2ComplexSelect() |
Modifier and Type | Method and Description |
---|---|
H2ComplexSelect |
limit(int start,
int limit) |
H2ComplexSelect |
limit(Limit limit)
生成的sql语句 start和limit用?代替
|
protected ComplexSelect |
newSelect() |
static H2ComplexSelect |
setOperation(SetOperationInstanceCallBack instance,
Select... selects) |
static H2ComplexSelect |
union(Select... selects) |
static H2ComplexSelect |
unionAll(Select... selects) |
copy, getId, getOperationList, id, orderBy, parserStatementBody, setOperationList, toString
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 H2ComplexSelect union(Select... selects)
public static H2ComplexSelect unionAll(Select... selects)
public static H2ComplexSelect setOperation(SetOperationInstanceCallBack instance, Select... selects)
public H2ComplexSelect limit(int start, int limit)
public H2ComplexSelect limit(Limit limit)
limit
- protected ComplexSelect newSelect()
newSelect
in class ComplexSelect<H2ComplexSelect>
Copyright © 2006–2018 TinyGroup. All rights reserved.