Uses of Class
com.echothree.model.jooq.server.tables.offer.OfferDescriptions
Packages that use OfferDescriptions
-
Uses of OfferDescriptions in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as OfferDescriptionsModifier and TypeFieldDescriptionstatic final OfferDescriptionsTables.OfferDescriptionsThe tableofferdescriptions. -
Uses of OfferDescriptions in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer declared as OfferDescriptionsModifier and TypeFieldDescriptionstatic final OfferDescriptionsOfferDescriptions.OfferDescriptionsThe reference instance ofofferdescriptionsMethods in com.echothree.model.jooq.server.tables.offer that return OfferDescriptionsModifier and TypeMethodDescriptionOfferDescriptions.as(org.jooq.Name alias) OfferDescriptions.as(org.jooq.Table<?> alias) Rename this tableOfferDescriptions.rename(org.jooq.Name name) Rename this tableOfferDescriptions.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 tableOfferDescriptions.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableOfferDescriptions.where(org.jooq.Condition condition) Create an inline derived table from this tableOfferDescriptions.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableOfferDescriptions.where(org.jooq.SQL condition) Create an inline derived table from this tableOfferDescriptions.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableOfferDescriptions.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table