Package | Description |
---|---|
org.tinygroup.tinysqldsl.extend |
Modifier and Type | Method and Description |
---|---|
MysqlSelect |
MysqlSelect.limit(int start,
int limit) |
MysqlSelect |
MysqlSelect.limit(Limit limit)
生成的sql语句 start和limit用?代替
|
static MysqlSelect |
MysqlSelect.select(SelectItem... selectItems) |
static MysqlSelect |
MysqlSelect.selectFrom(Table... tables) |
Copyright © 2006–2018 TinyGroup. All rights reserved.