接口 QueryImpl
public interface QueryImpl
条件请参考类:
Condition- 作者:
- lingkang Create by 2024/12/1 2:30
-
方法概要
修饰符和类型方法说明in(String column, Collection value) notIn(String column, Collection value) notLikeLeft(String column, Object value) notLikeRight(String column, Object value) or()orderByAsc(String... ascColumn) orderByDesc(String... descColumn)
-
方法详细资料
-
eq
-
ne
-
gt
-
ge
-
lt
-
le
-
like
-
notLike
-
likeLeft
-
likeRight
-
notLikeLeft
-
notLikeRight
-
isNull
-
isNotNull
-
in
-
notIn
-
orderByAsc
-
orderByDesc
-
or
QueryImpl or() -
sql
-
sql
-