Uses of Class
com.echothree.model.jooq.server.tables.campaign.UserVisitCampaigns
Packages that use UserVisitCampaigns
-
Uses of UserVisitCampaigns in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as UserVisitCampaignsModifier and TypeFieldDescriptionstatic final UserVisitCampaignsTables.UserVisitCampaignsThe tableuservisitcampaigns. -
Uses of UserVisitCampaigns in com.echothree.model.jooq.server.tables.campaign
Fields in com.echothree.model.jooq.server.tables.campaign declared as UserVisitCampaignsModifier and TypeFieldDescriptionstatic final UserVisitCampaignsUserVisitCampaigns.UserVisitCampaignsThe reference instance ofuservisitcampaignsMethods in com.echothree.model.jooq.server.tables.campaign that return UserVisitCampaignsModifier and TypeMethodDescriptionUserVisitCampaigns.as(org.jooq.Name alias) UserVisitCampaigns.as(org.jooq.Table<?> alias) Rename this tableUserVisitCampaigns.rename(org.jooq.Name name) Rename this tableUserVisitCampaigns.rename(org.jooq.Table<?> name) Rename this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCreate an inline derived table from this tableUserVisitCampaigns.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableUserVisitCampaigns.where(org.jooq.Condition condition) Create an inline derived table from this tableUserVisitCampaigns.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableUserVisitCampaigns.where(org.jooq.SQL condition) Create an inline derived table from this tableUserVisitCampaigns.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableUserVisitCampaigns.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table