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