T - public interface Query<T> extends Paginatable
| 限定符和类型 | 方法和说明 |
|---|---|
List<T> |
execute(Relationship... relationships) |
Query |
fetch(long rowCount) |
Query |
fetch(long rowCount,
boolean first) |
Query |
groupBy(String groupBy) |
Query |
having(String having) |
Query |
offset(long offset) |
Query |
orderBy(String orderBy) |
T |
queryFirst(Relationship... relationships) |
Query |
select(String... columns) |
Query |
where(String filter,
Object... args) |
getQuerySQLQuery fetch(long rowCount)
Query fetch(long rowCount, boolean first)
Query offset(long offset)
List<T> execute(Relationship... relationships) throws SQLException
SQLExceptionT queryFirst(Relationship... relationships) throws SQLException
SQLExceptionCopyright © 2020 com.github.braisdom. All rights reserved.