Uses of Class
com.echothree.model.jooq.server.tables.campaign.CampaignContentDescriptions
Packages that use CampaignContentDescriptions
-
Uses of CampaignContentDescriptions in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CampaignContentDescriptionsModifier and TypeFieldDescriptionstatic final CampaignContentDescriptionsTables.CampaignContentDescriptionsThe tablecampaigncontentdescriptions. -
Uses of CampaignContentDescriptions in com.echothree.model.jooq.server.tables.campaign
Fields in com.echothree.model.jooq.server.tables.campaign declared as CampaignContentDescriptionsModifier and TypeFieldDescriptionstatic final CampaignContentDescriptionsCampaignContentDescriptions.CampaignContentDescriptionsThe reference instance ofcampaigncontentdescriptionsMethods in com.echothree.model.jooq.server.tables.campaign that return CampaignContentDescriptionsModifier and TypeMethodDescriptionCampaignContentDescriptions.as(org.jooq.Name alias) CampaignContentDescriptions.as(org.jooq.Table<?> alias) Rename this tableCampaignContentDescriptions.rename(org.jooq.Name name) Rename this tableCampaignContentDescriptions.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 tableCampaignContentDescriptions.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCampaignContentDescriptions.where(org.jooq.Condition condition) Create an inline derived table from this tableCampaignContentDescriptions.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCampaignContentDescriptions.where(org.jooq.SQL condition) Create an inline derived table from this tableCampaignContentDescriptions.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCampaignContentDescriptions.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table