Uses of Class
com.echothree.model.jooq.server.tables.campaign.CampaignTerms
Packages that use CampaignTerms
-
Uses of CampaignTerms in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CampaignTermsModifier and TypeFieldDescriptionstatic final CampaignTermsTables.CampaignTermsThe tablecampaignterms. -
Uses of CampaignTerms in com.echothree.model.jooq.server.tables.campaign
Subclasses of CampaignTerms 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 CampaignTermsModifier and TypeFieldDescriptionstatic final CampaignTermsCampaignTerms.CampaignTermsThe reference instance ofcampaigntermsMethods in com.echothree.model.jooq.server.tables.campaign that return CampaignTermsModifier and TypeMethodDescriptionCampaignTerms.as(org.jooq.Name alias) CampaignTerms.as(org.jooq.Table<?> alias) Rename this tableCampaignTerms.rename(org.jooq.Name name) Rename this tableCampaignTerms.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 tableCampaignTerms.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCampaignTerms.where(org.jooq.Condition condition) Create an inline derived table from this tableCampaignTerms.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCampaignTerms.where(org.jooq.SQL condition) Create an inline derived table from this tableCampaignTerms.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCampaignTerms.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table