Uses of Class
com.echothree.model.jooq.server.tables.campaign.CampaignDetails
Packages that use CampaignDetails
-
Uses of CampaignDetails in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CampaignDetailsModifier and TypeFieldDescriptionstatic final CampaignDetailsTables.CampaignDetailsThe tablecampaigndetails. -
Uses of CampaignDetails in com.echothree.model.jooq.server.tables.campaign
Subclasses of CampaignDetails in com.echothree.model.jooq.server.tables.campaignModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.campaign declared as CampaignDetailsModifier and TypeFieldDescriptionstatic final CampaignDetailsCampaignDetails.CampaignDetailsThe reference instance ofcampaigndetailsMethods in com.echothree.model.jooq.server.tables.campaign that return CampaignDetailsModifier and TypeMethodDescriptionCampaignDetails.as(org.jooq.Name alias) CampaignDetails.as(org.jooq.Table<?> alias) Rename this tableCampaignDetails.rename(org.jooq.Name name) Rename this tableCampaignDetails.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 tableCampaignDetails.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCampaignDetails.where(org.jooq.Condition condition) Create an inline derived table from this tableCampaignDetails.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCampaignDetails.where(org.jooq.SQL condition) Create an inline derived table from this tableCampaignDetails.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCampaignDetails.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table