类 Query
java.lang.Object
top.lingkang.mm.orm.Query
- 直接已知子类:
QueryColumn
- 作者:
- lingkang
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidaddQueryParam(StringBuilder sql, String p) buildSql()getParam()getSql()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) voidvoid
-
字段详细资料
-
list
-
orderBy
-
sql
-
param
-
-
构造器详细资料
-
Query
public Query()
-
-
方法详细资料
-
eq
-
ne
-
gt
-
ge
-
lt
-
le
-
like
-
notLike
-
likeLeft
-
likeRight
-
notLikeLeft
-
notLikeRight
-
isNull
-
isNotNull
-
in
-
notIn
-
orderByAsc
-
orderByDesc
-
or
-
sql
-
sql
-
buildSql
-
addQueryParam
-
getSql
-
setSql
-
getParam
-
setParam
-