Uses of Class
com.echothree.model.jooq.server.tables.campaign.Campaigns
Packages that use Campaigns
-
Uses of Campaigns in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as Campaigns -
Uses of Campaigns in com.echothree.model.jooq.server.tables.campaign
Subclasses of Campaigns 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 CampaignsModifier and TypeFieldDescriptionstatic final CampaignsCampaigns.CampaignsThe reference instance ofcampaignsMethods in com.echothree.model.jooq.server.tables.campaign that return CampaignsModifier and TypeMethodDescriptionCampaigns.as(org.jooq.Name alias) Campaigns.as(org.jooq.Table<?> alias) Rename this tableCampaigns.rename(org.jooq.Name name) Rename this tableCampaigns.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 tableCampaigns.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCampaigns.where(org.jooq.Condition condition) Create an inline derived table from this tableCampaigns.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCampaigns.where(org.jooq.SQL condition) Create an inline derived table from this tableCampaigns.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCampaigns.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table