Uses of Class
com.echothree.model.jooq.server.tables.job.Jobs
Packages that use Jobs
-
Uses of Jobs in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as Jobs -
Uses of Jobs in com.echothree.model.jooq.server.tables.job
Subclasses of Jobs in com.echothree.model.jooq.server.tables.jobModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.job declared as JobsMethods in com.echothree.model.jooq.server.tables.job that return JobsModifier and TypeMethodDescriptionJobs.as(org.jooq.Name alias) Jobs.as(org.jooq.Table<?> alias) Rename this tableJobs.rename(org.jooq.Name name) Rename this tableJobs.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 tableJobs.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableJobs.where(org.jooq.Condition condition) Create an inline derived table from this tableJobs.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableJobs.where(org.jooq.SQL condition) Create an inline derived table from this tableJobs.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableJobs.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table