Uses of Class
com.echothree.model.jooq.server.tables.job.JobStatuses
Packages that use JobStatuses
-
Uses of JobStatuses in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as JobStatusesModifier and TypeFieldDescriptionstatic final JobStatusesTables.JobStatusesThe tablejobstatuses. -
Uses of JobStatuses in com.echothree.model.jooq.server.tables.job
Fields in com.echothree.model.jooq.server.tables.job declared as JobStatusesModifier and TypeFieldDescriptionstatic final JobStatusesJobStatuses.JobStatusesThe reference instance ofjobstatusesMethods in com.echothree.model.jooq.server.tables.job that return JobStatusesModifier and TypeMethodDescriptionJobStatuses.as(org.jooq.Name alias) JobStatuses.as(org.jooq.Table<?> alias) Rename this tableJobStatuses.rename(org.jooq.Name name) Rename this tableJobStatuses.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 tableJobStatuses.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableJobStatuses.where(org.jooq.Condition condition) Create an inline derived table from this tableJobStatuses.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableJobStatuses.where(org.jooq.SQL condition) Create an inline derived table from this tableJobStatuses.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableJobStatuses.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table