Uses of Class
com.echothree.model.jooq.server.tables.job.JobDescriptions
Packages that use JobDescriptions
-
Uses of JobDescriptions in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as JobDescriptionsModifier and TypeFieldDescriptionstatic final JobDescriptionsTables.JobDescriptionsThe tablejobdescriptions. -
Uses of JobDescriptions in com.echothree.model.jooq.server.tables.job
Fields in com.echothree.model.jooq.server.tables.job declared as JobDescriptionsModifier and TypeFieldDescriptionstatic final JobDescriptionsJobDescriptions.JobDescriptionsThe reference instance ofjobdescriptionsMethods in com.echothree.model.jooq.server.tables.job that return JobDescriptionsModifier and TypeMethodDescriptionJobDescriptions.as(org.jooq.Name alias) JobDescriptions.as(org.jooq.Table<?> alias) Rename this tableJobDescriptions.rename(org.jooq.Name name) Rename this tableJobDescriptions.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 tableJobDescriptions.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableJobDescriptions.where(org.jooq.Condition condition) Create an inline derived table from this tableJobDescriptions.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableJobDescriptions.where(org.jooq.SQL condition) Create an inline derived table from this tableJobDescriptions.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableJobDescriptions.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table