Uses of Class
com.echothree.model.jooq.server.tables.campaign.CampaignSources
Packages that use CampaignSources
-
Uses of CampaignSources in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CampaignSourcesModifier and TypeFieldDescriptionstatic final CampaignSourcesTables.CampaignSourcesThe tablecampaignsources. -
Uses of CampaignSources in com.echothree.model.jooq.server.tables.campaign
Subclasses of CampaignSources 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 CampaignSourcesModifier and TypeFieldDescriptionstatic final CampaignSourcesCampaignSources.CampaignSourcesThe reference instance ofcampaignsourcesMethods in com.echothree.model.jooq.server.tables.campaign that return CampaignSourcesModifier and TypeMethodDescriptionCampaignSources.as(org.jooq.Name alias) CampaignSources.as(org.jooq.Table<?> alias) Rename this tableCampaignSources.rename(org.jooq.Name name) Rename this tableCampaignSources.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 tableCampaignSources.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCampaignSources.where(org.jooq.Condition condition) Create an inline derived table from this tableCampaignSources.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCampaignSources.where(org.jooq.SQL condition) Create an inline derived table from this tableCampaignSources.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCampaignSources.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table