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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(IVQuery from)Load data from another generated Record/POJO implementing the common interface IVQueryStringgetCriteria()Getter forDB_ETERNAL.V_QUERY.CRITERIA.StringgetKey()Getter forDB_ETERNAL.V_QUERY.KEY.StringgetPager()Getter forDB_ETERNAL.V_QUERY.PAGER.StringgetProjection()Getter forDB_ETERNAL.V_QUERY.PROJECTION.StringgetSorter()Getter forDB_ETERNAL.V_QUERY.SORTER.<E extends IVQuery>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IVQueryVQuerysetCriteria(String criteria)Setter forDB_ETERNAL.V_QUERY.CRITERIA.VQuerysetKey(String key)Setter forDB_ETERNAL.V_QUERY.KEY.VQuerysetPager(String pager)Setter forDB_ETERNAL.V_QUERY.PAGER.VQuerysetProjection(String projection)Setter forDB_ETERNAL.V_QUERY.PROJECTION.VQuerysetSorter(String sorter)Setter forDB_ETERNAL.V_QUERY.SORTER.StringtoString()
-
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.V_QUERY.KEY. 「key」- 选项主键
-
getProjection
public String getProjection()
Getter forDB_ETERNAL.V_QUERY.PROJECTION. 「projection」- query/projection:[], 默认列过滤项- Specified by:
getProjectionin interfaceIVQuery
-
setProjection
public VQuery setProjection(String projection)
Setter forDB_ETERNAL.V_QUERY.PROJECTION. 「projection」- query/projection:[], 默认列过滤项- Specified by:
setProjectionin interfaceIVQuery
-
getPager
public String getPager()
Getter forDB_ETERNAL.V_QUERY.PAGER. 「pager」- query/pager:{}, 分页选项
-
setPager
public VQuery setPager(String pager)
Setter forDB_ETERNAL.V_QUERY.PAGER. 「pager」- query/pager:{}, 分页选项
-
getSorter
public String getSorter()
Getter forDB_ETERNAL.V_QUERY.SORTER. 「sorter」- query/sorter:[], 排序选项
-
setSorter
public VQuery setSorter(String sorter)
Setter forDB_ETERNAL.V_QUERY.SORTER. 「sorter」- query/sorter:[], 排序选项
-
getCriteria
public String getCriteria()
Getter forDB_ETERNAL.V_QUERY.CRITERIA. 「criteria」- query/criteria:{}, 查询条件选项- Specified by:
getCriteriain interfaceIVQuery
-
setCriteria
public VQuery setCriteria(String criteria)
Setter forDB_ETERNAL.V_QUERY.CRITERIA. 「criteria」- query/criteria:{}, 查询条件选项- Specified by:
setCriteriain interfaceIVQuery
-
from
public void from(IVQuery from)
Description copied from interface:IVQueryLoad data from another generated Record/POJO implementing the common interface IVQuery
-
-