接口 MutableRootQuery<T extends Table<?>>
- 所有超级接口:
Filterable,MutableQuery,RootSelectable<T>,Sortable
- 所有已知实现类:
MutableRootQueryImpl
-
方法概要
修饰符和类型方法说明groupBy(Expression<?>... expressions) default MutableRootQuery<T>orderBy(Expression<?>... expressions) default MutableRootQuery<T>default MutableRootQuery<T>
-
方法详细资料
-
where
- 指定者:
where在接口中Filterable- 指定者:
where在接口中Sortable
-
whereIf
- 指定者:
whereIf在接口中Filterable- 指定者:
whereIf在接口中Sortable
-
whereIf
- 指定者:
whereIf在接口中Filterable- 指定者:
whereIf在接口中Sortable
-
orderBy
-
orderBy
-
groupBy
- 指定者:
groupBy在接口中MutableQuery
-
having
- 指定者:
having在接口中MutableQuery
-