public class MysqlSelect extends Select<MysqlSelect>
plainSelect
stringBuilder
Constructor and Description |
---|
MysqlSelect() |
Modifier and Type | Method and Description |
---|---|
MysqlSelect |
limit(int start,
int limit) |
MysqlSelect |
limit(Limit limit)
生成的sql语句 start和limit用?代替
|
protected Select |
newSelect() |
static MysqlSelect |
select(SelectItem... selectItems) |
static MysqlSelect |
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 MysqlSelect select(SelectItem... selectItems)
public static MysqlSelect selectFrom(Table... tables)
public MysqlSelect limit(int start, int limit)
public MysqlSelect limit(Limit limit)
limit
- protected Select newSelect()
newSelect
in class Select<MysqlSelect>
Copyright © 2006–2018 TinyGroup. All rights reserved.