Uses of Class
com.pugwoo.dbhelper.sql.WhereSQL
Packages that use WhereSQL
-
Uses of WhereSQL in com.pugwoo.dbhelper.sql
Methods in com.pugwoo.dbhelper.sql that return WhereSQLModifier and TypeMethodDescriptionWhereSQL.addGroupBy(String... groupByColumn) WhereSQL.addGroupByWithParam(String groupColumn, Object... params) WhereSQL.addOrderBy(String... orderByColumn) WhereSQL.addOrderByWithParam(String orderColumn, Object... params) 功能同addAnd,注意:只会读取参数whereSQL的条件和参数,因此需要注意whereSQL里【不能】存在order/group by/limit等子句WhereSQL.copy()复制出一个新的WhereSQL对象,两个对象独立多次调用时,会覆盖前一次调用设置的值。不需要加HAVING关键字。WhereSQL.not()WhereSQL.notIf(boolean ifTrue) 只有当ifTrue为true时,才会执行not功能同addOr,注意:只会读取参数whereSQL的条件和参数,因此需要注意whereSQL里【不能】存在order/group by/limit等子句WhereSQL.resetGroupBy()WhereSQL.resetOrderBy()Methods in com.pugwoo.dbhelper.sql with parameters of type WhereSQLModifier and TypeMethodDescription功能同addAnd,注意:只会读取参数whereSQL的条件和参数,因此需要注意whereSQL里【不能】存在order/group by/limit等子句功能同addOr,注意:只会读取参数whereSQL的条件和参数,因此需要注意whereSQL里【不能】存在order/group by/limit等子句