Class VQuery
java.lang.Object
cn.vertxup.ui.domain.tables.pojos.VQuery
- All Implemented Interfaces:
IVQuery,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class VQuery
extends Object
implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IVQuery
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidLoad data from another generated Record/POJO implementing the common interface IVQueryGetter forDB_ETERNAL.V_QUERY.CRITERIA.getKey()Getter forDB_ETERNAL.V_QUERY.KEY.getPager()Getter forDB_ETERNAL.V_QUERY.PAGER.Getter forDB_ETERNAL.V_QUERY.PROJECTION.Getter forDB_ETERNAL.V_QUERY.SORTER.inthashCode()<E extends IVQuery>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IVQuerysetCriteria(String criteria) Setter forDB_ETERNAL.V_QUERY.CRITERIA.Setter forDB_ETERNAL.V_QUERY.KEY.Setter forDB_ETERNAL.V_QUERY.PAGER.setProjection(String projection) Setter forDB_ETERNAL.V_QUERY.PROJECTION.Setter forDB_ETERNAL.V_QUERY.SORTER.toString()
-
Constructor Details
-
VQuery
public VQuery() -
VQuery
-
VQuery
-
VQuery
public VQuery(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getKey
Getter forDB_ETERNAL.V_QUERY.KEY. 「key」- 选项主键 -
setKey
Setter forDB_ETERNAL.V_QUERY.KEY. 「key」- 选项主键 -
getProjection
Getter forDB_ETERNAL.V_QUERY.PROJECTION. 「projection」- query/projection:[], 默认列过滤项- Specified by:
getProjectionin interfaceIVQuery
-
setProjection
Setter forDB_ETERNAL.V_QUERY.PROJECTION. 「projection」- query/projection:[], 默认列过滤项- Specified by:
setProjectionin interfaceIVQuery
-
getPager
Getter forDB_ETERNAL.V_QUERY.PAGER. 「pager」- query/pager:{}, 分页选项 -
setPager
Setter forDB_ETERNAL.V_QUERY.PAGER. 「pager」- query/pager:{}, 分页选项 -
getSorter
Getter forDB_ETERNAL.V_QUERY.SORTER. 「sorter」- query/sorter:[], 排序选项 -
setSorter
Setter forDB_ETERNAL.V_QUERY.SORTER. 「sorter」- query/sorter:[], 排序选项 -
getCriteria
Getter forDB_ETERNAL.V_QUERY.CRITERIA. 「criteria」- query/criteria:{}, 查询条件选项- Specified by:
getCriteriain interfaceIVQuery
-
setCriteria
Setter forDB_ETERNAL.V_QUERY.CRITERIA. 「criteria」- query/criteria:{}, 查询条件选项- Specified by:
setCriteriain interfaceIVQuery
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:IVQueryLoad data from another generated Record/POJO implementing the common interface IVQuery -
into
Description copied from interface:IVQueryCopy data into another generated Record/POJO implementing the common interface IVQuery
-