Uses of Class
com.echothree.model.jooq.server.tables.campaign.CampaignMediums
Packages that use CampaignMediums
-
Uses of CampaignMediums in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CampaignMediumsModifier and TypeFieldDescriptionstatic final CampaignMediumsTables.CampaignMediumsThe tablecampaignmediums. -
Uses of CampaignMediums in com.echothree.model.jooq.server.tables.campaign
Subclasses of CampaignMediums 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 CampaignMediumsModifier and TypeFieldDescriptionstatic final CampaignMediumsCampaignMediums.CampaignMediumsThe reference instance ofcampaignmediumsMethods in com.echothree.model.jooq.server.tables.campaign that return CampaignMediumsModifier and TypeMethodDescriptionCampaignMediums.as(org.jooq.Name alias) CampaignMediums.as(org.jooq.Table<?> alias) Rename this tableCampaignMediums.rename(org.jooq.Name name) Rename this tableCampaignMediums.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 tableCampaignMediums.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCampaignMediums.where(org.jooq.Condition condition) Create an inline derived table from this tableCampaignMediums.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCampaignMediums.where(org.jooq.SQL condition) Create an inline derived table from this tableCampaignMediums.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCampaignMediums.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table