Class IJob

  • All Implemented Interfaces:
    Serializable, org.jooq.Fields, org.jooq.GroupField, org.jooq.Named, org.jooq.Qualified, org.jooq.QueryPart, org.jooq.QueryPartInternal, org.jooq.RecordQualifier<IJobRecord>, org.jooq.Table<IJobRecord>, org.jooq.TableLike<IJobRecord>

    public class IJob
    extends org.jooq.impl.TableImpl<IJobRecord>
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IJob()
      Create a DB_ETERNAL.I_JOB table reference
      IJob​(String alias)
      Create an aliased DB_ETERNAL.I_JOB table reference
      IJob​(org.jooq.Name alias)
      Create an aliased DB_ETERNAL.I_JOB table reference
      IJob​(org.jooq.Table<O> child, org.jooq.ForeignKey<O,​IJobRecord> key)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Default Methods Deprecated Methods 
      Modifier and Type Method Description
      org.jooq.Name $name()  
      org.jooq.Schema $schema()  
      IJob as​(String alias)  
      org.jooq.Table<R> as​(String arg0, String... arg1)  
      org.jooq.Table<R> as​(String arg0, BiFunction<? super org.jooq.Field<?>,​? super Integer,​? extends String> arg1)  
      org.jooq.Table<R> as​(String arg0, Function<? super org.jooq.Field<?>,​? extends String> arg1)  
      IJob as​(org.jooq.Name alias)  
      org.jooq.Table<R> as​(org.jooq.Name arg0, BiFunction<? super org.jooq.Field<?>,​? super Integer,​? extends org.jooq.Name> arg1)  
      org.jooq.Table<R> as​(org.jooq.Name arg0, Function<? super org.jooq.Field<?>,​? extends org.jooq.Name> arg1)  
      org.jooq.Table<R> as​(org.jooq.Table<?> arg0)  
      org.jooq.Table<R> as​(org.jooq.Table<?> arg0, BiFunction<? super org.jooq.Field<?>,​? super Integer,​? extends org.jooq.Field<?>> arg1)  
      org.jooq.Table<R> as​(org.jooq.Table<?> arg0, Function<? super org.jooq.Field<?>,​? extends org.jooq.Field<?>> arg1)  
      org.jooq.Table<R> as​(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1)  
      org.jooq.Table<R> asTable()  
      org.jooq.Table<R> asTable​(String arg0)  
      org.jooq.Table<R> asTable​(String arg0, String... arg1)  
      org.jooq.Table<R> asTable​(String arg0, BiFunction<? super org.jooq.Field<?>,​? super Integer,​? extends String> arg1)  
      org.jooq.Table<R> asTable​(String arg0, Function<? super org.jooq.Field<?>,​? extends String> arg1)  
      org.jooq.Table<R> asTable​(org.jooq.Name arg0)  
      org.jooq.Table<R> asTable​(org.jooq.Name arg0, org.jooq.Name... arg1)  
      org.jooq.Table<R> asTable​(org.jooq.Table<?> arg0)  
      org.jooq.Table<R> asTable​(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1)  
      org.jooq.QualifiedAsterisk asterisk()  
      protected org.jooq.DSLContext create()
      Deprecated.
      protected org.jooq.DSLContext create​(org.jooq.Configuration arg0)
      Deprecated.
      protected org.jooq.DSLContext create​(org.jooq.Context<?> arg0)
      Deprecated.
      protected <T extends Object>
      org.jooq.TableField<R,​T>
      createField​(String arg0, org.jooq.DataType<T> arg1)
      Deprecated.
      protected <T extends Object>
      org.jooq.TableField<R,​T>
      createField​(String arg0, org.jooq.DataType<T> arg1, String arg2)
      Deprecated.
      protected <T extends Object,​U extends Object>
      org.jooq.TableField<R,​U>
      createField​(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T,​U> arg3)
      Deprecated.
      protected <T extends Object,​U extends Object>
      org.jooq.TableField<R,​U>
      createField​(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T,​U> arg3)
      Deprecated.
      protected <T extends Object,​X extends Object,​U extends Object>
      org.jooq.TableField<R,​U>
      createField​(String arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<X,​U> arg3, org.jooq.Binding<T,​X> arg4)
      Deprecated.
      protected static <R extends org.jooq.Record,​T extends Object>
      org.jooq.TableField<R,​T>
      createField​(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2)
      Deprecated.
      protected static <R extends org.jooq.Record,​T extends Object>
      org.jooq.TableField<R,​T>
      createField​(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3)
      Deprecated.
      protected static <R extends org.jooq.Record,​T extends Object,​U extends Object>
      org.jooq.TableField<R,​U>
      createField​(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Binding<T,​U> arg4)
      Deprecated.
      protected static <R extends org.jooq.Record,​T extends Object,​U extends Object>
      org.jooq.TableField<R,​U>
      createField​(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<T,​U> arg4)
      Deprecated.
      protected static <R extends org.jooq.Record,​T extends Object,​X extends Object,​U extends Object>
      org.jooq.TableField<R,​U>
      createField​(String arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<X,​U> arg4, org.jooq.Binding<T,​X> arg5)
      Deprecated.
      protected <T extends Object>
      org.jooq.TableField<R,​T>
      createField​(org.jooq.Name arg0, org.jooq.DataType<T> arg1)  
      protected <T extends Object>
      org.jooq.TableField<R,​T>
      createField​(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2)  
      protected <T extends Object,​U extends Object>
      org.jooq.TableField<R,​U>
      createField​(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Binding<T,​U> arg3)  
      protected <T extends Object,​U extends Object>
      org.jooq.TableField<R,​U>
      createField​(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<T,​U> arg3)  
      protected <T extends Object,​X extends Object,​U extends Object>
      org.jooq.TableField<R,​U>
      createField​(org.jooq.Name arg0, org.jooq.DataType<T> arg1, String arg2, org.jooq.Converter<X,​U> arg3, org.jooq.Binding<T,​X> arg4)  
      protected static <R extends org.jooq.Record,​T extends Object>
      org.jooq.TableField<R,​T>
      createField​(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2)  
      protected static <R extends org.jooq.Record,​T extends Object>
      org.jooq.TableField<R,​T>
      createField​(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3)  
      protected static <R extends org.jooq.Record,​T extends Object,​U extends Object>
      org.jooq.TableField<R,​U>
      createField​(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Binding<T,​U> arg4)  
      protected static <R extends org.jooq.Record,​T extends Object,​U extends Object>
      org.jooq.TableField<R,​U>
      createField​(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<T,​U> arg4)  
      protected static <R extends org.jooq.Record,​T extends Object,​X extends Object,​U extends Object>
      org.jooq.TableField<R,​U>
      createField​(org.jooq.Name arg0, org.jooq.DataType<T> arg1, org.jooq.Table<R> arg2, String arg3, org.jooq.Converter<X,​U> arg4, org.jooq.Binding<T,​X> arg5)  
      org.jooq.Table<org.jooq.Record> crossApply​(String arg0)  
      org.jooq.Table<org.jooq.Record> crossApply​(String arg0, Object... arg1)  
      org.jooq.Table<org.jooq.Record> crossApply​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.Table<org.jooq.Record> crossApply​(org.jooq.Name arg0)  
      org.jooq.Table<org.jooq.Record> crossApply​(org.jooq.SQL arg0)  
      org.jooq.Table<org.jooq.Record> crossApply​(org.jooq.TableLike<?> arg0)  
      org.jooq.Table<org.jooq.Record> crossJoin​(String arg0)  
      org.jooq.Table<org.jooq.Record> crossJoin​(String arg0, Object... arg1)  
      org.jooq.Table<org.jooq.Record> crossJoin​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.Table<org.jooq.Record> crossJoin​(org.jooq.Name arg0)  
      org.jooq.Table<org.jooq.Record> crossJoin​(org.jooq.SQL arg0)  
      org.jooq.Table<org.jooq.Record> crossJoin​(org.jooq.TableLike<?> arg0)  
      default org.jooq.DataType<?> dataType​(int arg0)  
      default org.jooq.DataType<?> dataType​(String arg0)  
      default org.jooq.DataType<?> dataType​(org.jooq.Name arg0)  
      default org.jooq.DataType<?>[] dataTypes()  
      boolean declaresCTE()  
      boolean declaresFields()  
      boolean declaresWindows()  
      org.jooq.DivideByOnStep divideBy​(org.jooq.Table<?> arg0)  
      org.jooq.Condition eq​(org.jooq.Table<R> arg0)  
      org.jooq.Condition equal​(org.jooq.Table<R> arg0)  
      default org.jooq.Field<?> field​(int arg0)  
      default <T extends Object>
      org.jooq.Field<T>
      field​(int arg0, Class<T> arg1)  
      default <T extends Object>
      org.jooq.Field<T>
      field​(int arg0, org.jooq.DataType<T> arg1)  
      default org.jooq.Field<?> field​(String arg0)
      Deprecated.
      default <T extends Object>
      org.jooq.Field<T>
      field​(String arg0, Class<T> arg1)
      Deprecated.
      default <T extends Object>
      org.jooq.Field<T>
      field​(String arg0, org.jooq.DataType<T> arg1)
      Deprecated.
      default <T extends Object>
      org.jooq.Field<T>
      field​(org.jooq.Field<T> arg0)  
      default org.jooq.Field<?> field​(org.jooq.Name arg0)
      Deprecated.
      default <T extends Object>
      org.jooq.Field<T>
      field​(org.jooq.Name arg0, Class<T> arg1)
      Deprecated.
      default <T extends Object>
      org.jooq.Field<T>
      field​(org.jooq.Name arg0, org.jooq.DataType<T> arg1)
      Deprecated.
      org.jooq.Field<?>[] fields()  
      default org.jooq.Field<?>[] fields​(int... arg0)  
      default org.jooq.Field<?>[] fields​(String... arg0)  
      default org.jooq.Field<?>[] fields​(org.jooq.Field<?>... arg0)  
      default org.jooq.Field<?>[] fields​(org.jooq.Name... arg0)  
      default Stream<org.jooq.Field<?>> fieldStream()  
      org.jooq.Table<R> forceIndex​(String... arg0)  
      org.jooq.Table<R> forceIndexForGroupBy​(String... arg0)  
      org.jooq.Table<R> forceIndexForJoin​(String... arg0)  
      org.jooq.Table<R> forceIndexForOrderBy​(String... arg0)  
      R from​(org.jooq.Record arg0)  
      org.jooq.TableOnStep<org.jooq.Record> fullJoin​(String arg0)  
      org.jooq.TableOnStep<org.jooq.Record> fullJoin​(String arg0, Object... arg1)  
      org.jooq.TableOnStep<org.jooq.Record> fullJoin​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.TableOnStep<org.jooq.Record> fullJoin​(org.jooq.Name arg0)  
      org.jooq.TableOnStep<org.jooq.Record> fullJoin​(org.jooq.SQL arg0)  
      org.jooq.TableOnStep<org.jooq.Record> fullJoin​(org.jooq.TableLike<?> arg0)  
      org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin​(String arg0)  
      org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin​(String arg0, Object... arg1)  
      org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin​(org.jooq.Name arg0)  
      org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin​(org.jooq.SQL arg0)  
      org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin​(org.jooq.TableLike<?> arg0)  
      boolean generatesCast()  
      org.jooq.Catalog getCatalog()  
      List<org.jooq.Check<R>> getChecks()  
      String getComment()  
      org.jooq.Comment getCommentPart()  
      org.jooq.DataType<R> getDataType()  
      org.jooq.Identity<R,​?> getIdentity()  
      List<org.jooq.Index> getIndexes()  
      List<org.jooq.UniqueKey<R>> getKeys()  
      String getName()  
      org.jooq.TableOptions getOptions()  
      org.jooq.Package getPackage()  
      org.jooq.UniqueKey<IJobRecord> getPrimaryKey()  
      org.jooq.Name getQualifiedName()  
      org.jooq.TableField<R,​?> getRecordTimestamp()  
      Class<IJobRecord> getRecordType()
      The class holding records for this type
      org.jooq.TableField<R,​?> getRecordVersion()  
      List<org.jooq.ForeignKey<R,​?>> getReferences()  
      <O extends org.jooq.Record>
      List<org.jooq.ForeignKey<O,​R>>
      getReferencesFrom​(org.jooq.Table<O> arg0)  
      <O extends org.jooq.Record>
      List<org.jooq.ForeignKey<R,​O>>
      getReferencesTo​(org.jooq.Table<O> arg0)  
      org.jooq.Schema getSchema()  
      org.jooq.TableOptions.TableType getType()  
      List<org.jooq.UniqueKey<IJobRecord>> getUniqueKeys()  
      org.jooq.Name getUnqualifiedName()  
      int hashCode()  
      org.jooq.Table<R> ignoreIndex​(String... arg0)  
      org.jooq.Table<R> ignoreIndexForGroupBy​(String... arg0)  
      org.jooq.Table<R> ignoreIndexForJoin​(String... arg0)  
      org.jooq.Table<R> ignoreIndexForOrderBy​(String... arg0)  
      default int indexOf​(String arg0)  
      default int indexOf​(org.jooq.Field<?> arg0)  
      default int indexOf​(org.jooq.Name arg0)  
      org.jooq.TableOnStep<org.jooq.Record> innerJoin​(String arg0)  
      org.jooq.TableOnStep<org.jooq.Record> innerJoin​(String arg0, Object... arg1)  
      org.jooq.TableOnStep<org.jooq.Record> innerJoin​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.TableOnStep<org.jooq.Record> innerJoin​(org.jooq.Name arg0)  
      org.jooq.TableOnStep<org.jooq.Record> innerJoin​(org.jooq.SQL arg0)  
      org.jooq.TableOnStep<org.jooq.Record> innerJoin​(org.jooq.TableLike<?> arg0)  
      org.jooq.TableOnStep<org.jooq.Record> join​(String arg0)  
      org.jooq.TableOnStep<org.jooq.Record> join​(String arg0, Object... arg1)  
      org.jooq.TableOnStep<org.jooq.Record> join​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.TableOnStep<org.jooq.Record> join​(org.jooq.Name arg0)  
      org.jooq.TableOnStep<org.jooq.Record> join​(org.jooq.SQL arg0)  
      org.jooq.TableOnStep<org.jooq.Record> join​(org.jooq.TableLike<?> arg0)  
      org.jooq.TableOptionalOnStep<org.jooq.Record> join​(org.jooq.TableLike<?> arg0, org.jooq.JoinType arg1)  
      org.jooq.TableOnStep<R> leftAntiJoin​(org.jooq.TableLike<?> arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin​(String arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin​(String arg0, Object... arg1)  
      org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin​(org.jooq.Name arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin​(org.jooq.SQL arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin​(org.jooq.TableLike<?> arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin​(String arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin​(String arg0, Object... arg1)  
      org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin​(org.jooq.Name arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin​(org.jooq.SQL arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin​(org.jooq.TableLike<?> arg0)  
      org.jooq.TableOnStep<R> leftSemiJoin​(org.jooq.TableLike<?> arg0)  
      org.jooq.Table<org.jooq.Record> naturalFullOuterJoin​(String arg0)  
      org.jooq.Table<org.jooq.Record> naturalFullOuterJoin​(String arg0, Object... arg1)  
      org.jooq.Table<org.jooq.Record> naturalFullOuterJoin​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.Table<org.jooq.Record> naturalFullOuterJoin​(org.jooq.Name arg0)  
      org.jooq.Table<org.jooq.Record> naturalFullOuterJoin​(org.jooq.SQL arg0)  
      org.jooq.Table<org.jooq.Record> naturalFullOuterJoin​(org.jooq.TableLike<?> arg0)  
      org.jooq.Table<org.jooq.Record> naturalJoin​(String arg0)  
      org.jooq.Table<org.jooq.Record> naturalJoin​(String arg0, Object... arg1)  
      org.jooq.Table<org.jooq.Record> naturalJoin​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.Table<org.jooq.Record> naturalJoin​(org.jooq.Name arg0)  
      org.jooq.Table<org.jooq.Record> naturalJoin​(org.jooq.SQL arg0)  
      org.jooq.Table<org.jooq.Record> naturalJoin​(org.jooq.TableLike<?> arg0)  
      org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin​(String arg0)  
      org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin​(String arg0, Object... arg1)  
      org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin​(org.jooq.Name arg0)  
      org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin​(org.jooq.SQL arg0)  
      org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin​(org.jooq.TableLike<?> arg0)  
      org.jooq.Table<org.jooq.Record> naturalRightOuterJoin​(String arg0)  
      org.jooq.Table<org.jooq.Record> naturalRightOuterJoin​(String arg0, Object... arg1)  
      org.jooq.Table<org.jooq.Record> naturalRightOuterJoin​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.Table<org.jooq.Record> naturalRightOuterJoin​(org.jooq.Name arg0)  
      org.jooq.Table<org.jooq.Record> naturalRightOuterJoin​(org.jooq.SQL arg0)  
      org.jooq.Table<org.jooq.Record> naturalRightOuterJoin​(org.jooq.TableLike<?> arg0)  
      org.jooq.Condition ne​(org.jooq.Table<R> arg0)  
      R newRecord()  
      org.jooq.Condition notEqual​(org.jooq.Table<R> arg0)  
      org.jooq.Table<org.jooq.Record> outerApply​(String arg0)  
      org.jooq.Table<org.jooq.Record> outerApply​(String arg0, Object... arg1)  
      org.jooq.Table<org.jooq.Record> outerApply​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.Table<org.jooq.Record> outerApply​(org.jooq.Name arg0)  
      org.jooq.Table<org.jooq.Record> outerApply​(org.jooq.SQL arg0)  
      org.jooq.Table<org.jooq.Record> outerApply​(org.jooq.TableLike<?> arg0)  
      org.jooq.RecordType<R> recordType()  
      IJob rename​(String name)
      Rename this table
      IJob rename​(org.jooq.Name name)
      Rename this table
      boolean rendersContent​(org.jooq.Context<?> arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin​(String arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin​(String arg0, Object... arg1)  
      org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin​(org.jooq.Name arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin​(org.jooq.SQL arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin​(org.jooq.TableLike<?> arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin​(String arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin​(String arg0, Object... arg1)  
      org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin​(org.jooq.Name arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin​(org.jooq.SQL arg0)  
      org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin​(org.jooq.TableLike<?> arg0)  
      org.jooq.Field<org.jooq.RowId> rowid()  
      org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin​(String arg0)  
      org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin​(String arg0, Object... arg1)  
      org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin​(org.jooq.Name arg0)  
      org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin​(org.jooq.SQL arg0)  
      org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin​(org.jooq.TableLike<?> arg0)  
      String toString()  
      protected org.jooq.exception.DataAccessException translate​(String arg0, SQLException arg1)  
      default Class<?> type​(int arg0)  
      default Class<?> type​(String arg0)  
      default Class<?> type​(org.jooq.Name arg0)  
      default Class<?>[] types()  
      org.jooq.Table<R> useIndex​(String... arg0)  
      org.jooq.Table<R> useIndexForGroupBy​(String... arg0)  
      org.jooq.Table<R> useIndexForJoin​(String... arg0)  
      org.jooq.Table<R> useIndexForOrderBy​(String... arg0)  
      org.jooq.Table<R> where​(String arg0)  
      org.jooq.Table<R> where​(String arg0, Object... arg1)  
      org.jooq.Table<R> where​(String arg0, org.jooq.QueryPart... arg1)  
      org.jooq.Table<R> where​(Collection<? extends org.jooq.Condition> arg0)  
      org.jooq.Table<R> where​(org.jooq.Condition arg0)  
      org.jooq.Table<R> where​(org.jooq.Condition... arg0)  
      org.jooq.Table<R> where​(org.jooq.Field<Boolean> arg0)  
      org.jooq.Table<R> where​(org.jooq.SQL arg0)  
      org.jooq.Table<R> whereExists​(org.jooq.Select<?> arg0)  
      org.jooq.Table<R> whereNotExists​(org.jooq.Select<?> arg0)  
      • Methods inherited from class org.jooq.impl.TableImpl

        accept, aliased, as, clauses, declaresTables, equals, fieldsRow, isSimple, isSynthetic
      • Methods inherited from interface org.jooq.Named

        $name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
      • Methods inherited from interface org.jooq.QueryPart

        hashCode, toString
      • Methods inherited from interface org.jooq.QueryPartInternal

        declaresCTE, declaresFields, declaresWindows, generatesCast, rendersContent
    • Field Detail

      • I_JOB

        public static final IJob I_JOB
        The reference instance of DB_ETERNAL.I_JOB
      • KEY

        public final org.jooq.TableField<IJobRecord,​String> KEY
        The column DB_ETERNAL.I_JOB.KEY. 「key」- 任务ID
      • NAMESPACE

        public final org.jooq.TableField<IJobRecord,​String> NAMESPACE
        The column DB_ETERNAL.I_JOB.NAMESPACE. 「namespace」- 任务所在名空间
      • NAME

        public final org.jooq.TableField<IJobRecord,​String> NAME
        The column DB_ETERNAL.I_JOB.NAME. 「name」- 任务名称
      • CODE

        public final org.jooq.TableField<IJobRecord,​String> CODE
        The column DB_ETERNAL.I_JOB.CODE. 「comment」- 任务编码
      • TYPE

        public final org.jooq.TableField<IJobRecord,​String> TYPE
        The column DB_ETERNAL.I_JOB.TYPE. 「type」- 任务类型
      • GROUP

        public final org.jooq.TableField<IJobRecord,​String> GROUP
        The column DB_ETERNAL.I_JOB.GROUP. 「group」- 任务组(按组查询),自由字符串
      • COMMENT

        public final org.jooq.TableField<IJobRecord,​String> COMMENT
        The column DB_ETERNAL.I_JOB.COMMENT. 「comment」- 备注信息
      • ADDITIONAL

        public final org.jooq.TableField<IJobRecord,​String> ADDITIONAL
        The column DB_ETERNAL.I_JOB.ADDITIONAL. 「additional」- 额外配置信息
      • RUN_AT

        public final org.jooq.TableField<IJobRecord,​LocalTime> RUN_AT
        The column DB_ETERNAL.I_JOB.RUN_AT. 「runAt」- 定时任务中的JOB时间
      • DURATION

        public final org.jooq.TableField<IJobRecord,​Long> DURATION
        The column DB_ETERNAL.I_JOB.DURATION. 「duration」- JOB的间隔时间,(秒为单位)
      • PROXY

        public final org.jooq.TableField<IJobRecord,​String> PROXY
        The column DB_ETERNAL.I_JOB.PROXY. 「proxy」- 代理类,带有@On/@Off
      • THRESHOLD

        public final org.jooq.TableField<IJobRecord,​Integer> THRESHOLD
        The column DB_ETERNAL.I_JOB.THRESHOLD. 「threshold」- 默认值 300 s,(秒为单位)
      • INCOME_COMPONENT

        public final org.jooq.TableField<IJobRecord,​String> INCOME_COMPONENT
        The column DB_ETERNAL.I_JOB.INCOME_COMPONENT. 「incomeComponent」对应income,必须是JobIncome,@On -> income
      • INCOME_ADDRESS

        public final org.jooq.TableField<IJobRecord,​String> INCOME_ADDRESS
        The column DB_ETERNAL.I_JOB.INCOME_ADDRESS. 「incomeAddress」对应incomeAddress,字符串,@On -> address
      • OUTCOME_COMPONENT

        public final org.jooq.TableField<IJobRecord,​String> OUTCOME_COMPONENT
        The column DB_ETERNAL.I_JOB.OUTCOME_COMPONENT. 「outcomeComponent」对应outcome,必须是JobOutcome,@Off -> outcome
      • OUTCOME_ADDRESS

        public final org.jooq.TableField<IJobRecord,​String> OUTCOME_ADDRESS
        The column DB_ETERNAL.I_JOB.OUTCOME_ADDRESS. 「outcomeAddress」对应outcomeAddress,字符串,@Off -> address
      • SERVICE_ID

        public final org.jooq.TableField<IJobRecord,​String> SERVICE_ID
        The column DB_ETERNAL.I_JOB.SERVICE_ID. 「serviceId」- 关联的服务ID
      • SIGMA

        public final org.jooq.TableField<IJobRecord,​String> SIGMA
        The column DB_ETERNAL.I_JOB.SIGMA. 「sigma」- 统一标识
      • LANGUAGE

        public final org.jooq.TableField<IJobRecord,​String> LANGUAGE
        The column DB_ETERNAL.I_JOB.LANGUAGE. 「language」- 使用的语言
      • ACTIVE

        public final org.jooq.TableField<IJobRecord,​Boolean> ACTIVE
        The column DB_ETERNAL.I_JOB.ACTIVE. 「active」- 是否启用
      • METADATA

        public final org.jooq.TableField<IJobRecord,​String> METADATA
        The column DB_ETERNAL.I_JOB.METADATA. 「metadata」- 附加配置数据
      • CREATED_AT

        public final org.jooq.TableField<IJobRecord,​LocalDateTime> CREATED_AT
        The column DB_ETERNAL.I_JOB.CREATED_AT. 「createdAt」- 创建时间
      • CREATED_BY

        public final org.jooq.TableField<IJobRecord,​String> CREATED_BY
        The column DB_ETERNAL.I_JOB.CREATED_BY. 「createdBy」- 创建人
      • UPDATED_AT

        public final org.jooq.TableField<IJobRecord,​LocalDateTime> UPDATED_AT
        The column DB_ETERNAL.I_JOB.UPDATED_AT. 「updatedAt」- 更新时间
      • UPDATED_BY

        public final org.jooq.TableField<IJobRecord,​String> UPDATED_BY
        The column DB_ETERNAL.I_JOB.UPDATED_BY. 「updatedBy」- 更新人
    • Constructor Detail

      • IJob

        public IJob​(String alias)
        Create an aliased DB_ETERNAL.I_JOB table reference
      • IJob

        public IJob​(org.jooq.Name alias)
        Create an aliased DB_ETERNAL.I_JOB table reference
      • IJob

        public IJob()
        Create a DB_ETERNAL.I_JOB table reference
      • IJob

        public IJob​(org.jooq.Table<O> child,
                    org.jooq.ForeignKey<O,​IJobRecord> key)
    • Method Detail

      • getRecordType

        public Class<IJobRecord> getRecordType()
        The class holding records for this type
        Specified by:
        getRecordType in interface org.jooq.RecordQualifier<IJobRecord>
        Overrides:
        getRecordType in class org.jooq.impl.TableImpl<IJobRecord>
      • getSchema

        public org.jooq.Schema getSchema()
        Specified by:
        getSchema in interface org.jooq.Qualified
      • getIndexes

        public List<org.jooq.Index> getIndexes()
        Specified by:
        getIndexes in interface org.jooq.Table<IJobRecord>
      • getPrimaryKey

        public org.jooq.UniqueKey<IJobRecord> getPrimaryKey()
        Specified by:
        getPrimaryKey in interface org.jooq.Table<IJobRecord>
      • getUniqueKeys

        public List<org.jooq.UniqueKey<IJobRecord>> getUniqueKeys()
        Specified by:
        getUniqueKeys in interface org.jooq.Table<IJobRecord>
      • as

        public IJob as​(org.jooq.Name alias)
        Specified by:
        as in interface org.jooq.Table<IJobRecord>
        Overrides:
        as in class org.jooq.impl.TableImpl<IJobRecord>
      • rename

        public IJob rename​(String name)
        Rename this table
        Overrides:
        rename in class org.jooq.impl.TableImpl<IJobRecord>
      • rename

        public IJob rename​(org.jooq.Name name)
        Rename this table
        Overrides:
        rename in class org.jooq.impl.TableImpl<IJobRecord>
      • from

        public final R from​(org.jooq.Record arg0)
        Specified by:
        from in interface org.jooq.Table<R extends org.jooq.Record>
      • asterisk

        public final org.jooq.QualifiedAsterisk asterisk()
        Specified by:
        asterisk in interface org.jooq.Table<R extends org.jooq.Record>
      • getDataType

        public final org.jooq.DataType<R> getDataType()
        Specified by:
        getDataType in interface org.jooq.RecordQualifier<R extends org.jooq.Record>
      • recordType

        public final org.jooq.RecordType<R> recordType()
        Specified by:
        recordType in interface org.jooq.Table<R extends org.jooq.Record>
      • newRecord

        public final R newRecord()
        Specified by:
        newRecord in interface org.jooq.RecordQualifier<R extends org.jooq.Record>
      • fields

        public final org.jooq.Field<?>[] fields()
        Specified by:
        fields in interface org.jooq.Fields
      • asTable

        public final org.jooq.Table<R> asTable()
        Specified by:
        asTable in interface org.jooq.TableLike<R extends org.jooq.Record>
      • asTable

        public final org.jooq.Table<R> asTable​(String arg0)
        Specified by:
        asTable in interface org.jooq.TableLike<R extends org.jooq.Record>
      • asTable

        public final org.jooq.Table<R> asTable​(String arg0,
                                               String... arg1)
        Specified by:
        asTable in interface org.jooq.TableLike<R extends org.jooq.Record>
      • asTable

        public final org.jooq.Table<R> asTable​(org.jooq.Name arg0)
        Specified by:
        asTable in interface org.jooq.TableLike<R extends org.jooq.Record>
      • asTable

        public final org.jooq.Table<R> asTable​(org.jooq.Name arg0,
                                               org.jooq.Name... arg1)
        Specified by:
        asTable in interface org.jooq.TableLike<R extends org.jooq.Record>
      • asTable

        public final org.jooq.Table<R> asTable​(org.jooq.Table<?> arg0)
        Specified by:
        asTable in interface org.jooq.TableLike<R extends org.jooq.Record>
      • asTable

        public final org.jooq.Table<R> asTable​(org.jooq.Table<?> arg0,
                                               org.jooq.Field<?>... arg1)
        Specified by:
        asTable in interface org.jooq.TableLike<R extends org.jooq.Record>
      • asTable

        public final org.jooq.Table<R> asTable​(String arg0,
                                               Function<? super org.jooq.Field<?>,​? extends String> arg1)
        Specified by:
        asTable in interface org.jooq.TableLike<R extends org.jooq.Record>
      • asTable

        public final org.jooq.Table<R> asTable​(String arg0,
                                               BiFunction<? super org.jooq.Field<?>,​? super Integer,​? extends String> arg1)
        Specified by:
        asTable in interface org.jooq.TableLike<R extends org.jooq.Record>
      • as

        public org.jooq.Table<R> as​(String arg0,
                                    String... arg1)
        Specified by:
        as in interface org.jooq.Table<R extends org.jooq.Record>
      • as

        public final org.jooq.Table<R> as​(String arg0,
                                          Function<? super org.jooq.Field<?>,​? extends String> arg1)
        Specified by:
        as in interface org.jooq.Table<R extends org.jooq.Record>
      • as

        public final org.jooq.Table<R> as​(String arg0,
                                          BiFunction<? super org.jooq.Field<?>,​? super Integer,​? extends String> arg1)
        Specified by:
        as in interface org.jooq.Table<R extends org.jooq.Record>
      • as

        public final org.jooq.Table<R> as​(org.jooq.Name arg0,
                                          Function<? super org.jooq.Field<?>,​? extends org.jooq.Name> arg1)
        Specified by:
        as in interface org.jooq.Table<R extends org.jooq.Record>
      • as

        public final org.jooq.Table<R> as​(org.jooq.Name arg0,
                                          BiFunction<? super org.jooq.Field<?>,​? super Integer,​? extends org.jooq.Name> arg1)
        Specified by:
        as in interface org.jooq.Table<R extends org.jooq.Record>
      • getType

        public final org.jooq.TableOptions.TableType getType()
        Specified by:
        getType in interface org.jooq.Table<R extends org.jooq.Record>
      • getOptions

        public final org.jooq.TableOptions getOptions()
        Specified by:
        getOptions in interface org.jooq.Table<R extends org.jooq.Record>
      • getCatalog

        public final org.jooq.Catalog getCatalog()
        Specified by:
        getCatalog in interface org.jooq.Qualified
      • getPackage

        public final org.jooq.Package getPackage()
        Specified by:
        getPackage in interface org.jooq.RecordQualifier<R extends org.jooq.Record>
      • getIdentity

        public org.jooq.Identity<R,​?> getIdentity()
        Specified by:
        getIdentity in interface org.jooq.Table<R extends org.jooq.Record>
      • getRecordVersion

        public org.jooq.TableField<R,​?> getRecordVersion()
        Specified by:
        getRecordVersion in interface org.jooq.Table<R extends org.jooq.Record>
      • getRecordTimestamp

        public org.jooq.TableField<R,​?> getRecordTimestamp()
        Specified by:
        getRecordTimestamp in interface org.jooq.Table<R extends org.jooq.Record>
      • getKeys

        public List<org.jooq.UniqueKey<R>> getKeys()
        Specified by:
        getKeys in interface org.jooq.Table<R extends org.jooq.Record>
      • getReferencesFrom

        public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<O,​R>> getReferencesFrom​(org.jooq.Table<O> arg0)
        Specified by:
        getReferencesFrom in interface org.jooq.Table<R extends org.jooq.Record>
      • getReferences

        public List<org.jooq.ForeignKey<R,​?>> getReferences()
        Specified by:
        getReferences in interface org.jooq.Table<R extends org.jooq.Record>
      • getReferencesTo

        public final <O extends org.jooq.Record> List<org.jooq.ForeignKey<R,​O>> getReferencesTo​(org.jooq.Table<O> arg0)
        Specified by:
        getReferencesTo in interface org.jooq.Table<R extends org.jooq.Record>
      • getChecks

        public List<org.jooq.Check<R>> getChecks()
        Specified by:
        getChecks in interface org.jooq.Table<R extends org.jooq.Record>
      • createField

        @Deprecated
        protected static final <R extends org.jooq.Record,​T extends Object> org.jooq.TableField<R,​T> createField​(String arg0,
                                                                                                                             org.jooq.DataType<T> arg1,
                                                                                                                             org.jooq.Table<R> arg2)
        Deprecated.
      • createField

        @Deprecated
        protected static final <R extends org.jooq.Record,​T extends Object> org.jooq.TableField<R,​T> createField​(String arg0,
                                                                                                                             org.jooq.DataType<T> arg1,
                                                                                                                             org.jooq.Table<R> arg2,
                                                                                                                             String arg3)
        Deprecated.
      • createField

        @Deprecated
        protected static final <R extends org.jooq.Record,​T extends Object,​U extends Object> org.jooq.TableField<R,​U> createField​(String arg0,
                                                                                                                                                    org.jooq.DataType<T> arg1,
                                                                                                                                                    org.jooq.Table<R> arg2,
                                                                                                                                                    String arg3,
                                                                                                                                                    org.jooq.Converter<T,​U> arg4)
        Deprecated.
      • createField

        @Deprecated
        protected static final <R extends org.jooq.Record,​T extends Object,​U extends Object> org.jooq.TableField<R,​U> createField​(String arg0,
                                                                                                                                                    org.jooq.DataType<T> arg1,
                                                                                                                                                    org.jooq.Table<R> arg2,
                                                                                                                                                    String arg3,
                                                                                                                                                    org.jooq.Binding<T,​U> arg4)
        Deprecated.
      • createField

        @Deprecated
        protected static final <R extends org.jooq.Record,​T extends Object,​X extends Object,​U extends Object> org.jooq.TableField<R,​U> createField​(String arg0,
                                                                                                                                                                           org.jooq.DataType<T> arg1,
                                                                                                                                                                           org.jooq.Table<R> arg2,
                                                                                                                                                                           String arg3,
                                                                                                                                                                           org.jooq.Converter<X,​U> arg4,
                                                                                                                                                                           org.jooq.Binding<T,​X> arg5)
        Deprecated.
      • createField

        @Deprecated
        protected final <T extends Object> org.jooq.TableField<R,​T> createField​(String arg0,
                                                                                      org.jooq.DataType<T> arg1)
        Deprecated.
      • createField

        @Deprecated
        protected final <T extends Object> org.jooq.TableField<R,​T> createField​(String arg0,
                                                                                      org.jooq.DataType<T> arg1,
                                                                                      String arg2)
        Deprecated.
      • createField

        @Deprecated
        protected final <T extends Object,​U extends Object> org.jooq.TableField<R,​U> createField​(String arg0,
                                                                                                             org.jooq.DataType<T> arg1,
                                                                                                             String arg2,
                                                                                                             org.jooq.Converter<T,​U> arg3)
        Deprecated.
      • createField

        @Deprecated
        protected final <T extends Object,​U extends Object> org.jooq.TableField<R,​U> createField​(String arg0,
                                                                                                             org.jooq.DataType<T> arg1,
                                                                                                             String arg2,
                                                                                                             org.jooq.Binding<T,​U> arg3)
        Deprecated.
      • createField

        @Deprecated
        protected final <T extends Object,​X extends Object,​U extends Object> org.jooq.TableField<R,​U> createField​(String arg0,
                                                                                                                                    org.jooq.DataType<T> arg1,
                                                                                                                                    String arg2,
                                                                                                                                    org.jooq.Converter<X,​U> arg3,
                                                                                                                                    org.jooq.Binding<T,​X> arg4)
        Deprecated.
      • createField

        protected static final <R extends org.jooq.Record,​T extends Object> org.jooq.TableField<R,​T> createField​(org.jooq.Name arg0,
                                                                                                                             org.jooq.DataType<T> arg1,
                                                                                                                             org.jooq.Table<R> arg2)
      • createField

        protected static final <R extends org.jooq.Record,​T extends Object> org.jooq.TableField<R,​T> createField​(org.jooq.Name arg0,
                                                                                                                             org.jooq.DataType<T> arg1,
                                                                                                                             org.jooq.Table<R> arg2,
                                                                                                                             String arg3)
      • createField

        protected static final <R extends org.jooq.Record,​T extends Object,​U extends Object> org.jooq.TableField<R,​U> createField​(org.jooq.Name arg0,
                                                                                                                                                    org.jooq.DataType<T> arg1,
                                                                                                                                                    org.jooq.Table<R> arg2,
                                                                                                                                                    String arg3,
                                                                                                                                                    org.jooq.Converter<T,​U> arg4)
      • createField

        protected static final <R extends org.jooq.Record,​T extends Object,​U extends Object> org.jooq.TableField<R,​U> createField​(org.jooq.Name arg0,
                                                                                                                                                    org.jooq.DataType<T> arg1,
                                                                                                                                                    org.jooq.Table<R> arg2,
                                                                                                                                                    String arg3,
                                                                                                                                                    org.jooq.Binding<T,​U> arg4)
      • createField

        protected static final <R extends org.jooq.Record,​T extends Object,​X extends Object,​U extends Object> org.jooq.TableField<R,​U> createField​(org.jooq.Name arg0,
                                                                                                                                                                           org.jooq.DataType<T> arg1,
                                                                                                                                                                           org.jooq.Table<R> arg2,
                                                                                                                                                                           String arg3,
                                                                                                                                                                           org.jooq.Converter<X,​U> arg4,
                                                                                                                                                                           org.jooq.Binding<T,​X> arg5)
      • createField

        protected final <T extends Object> org.jooq.TableField<R,​T> createField​(org.jooq.Name arg0,
                                                                                      org.jooq.DataType<T> arg1)
      • createField

        protected final <T extends Object> org.jooq.TableField<R,​T> createField​(org.jooq.Name arg0,
                                                                                      org.jooq.DataType<T> arg1,
                                                                                      String arg2)
      • createField

        protected final <T extends Object,​U extends Object> org.jooq.TableField<R,​U> createField​(org.jooq.Name arg0,
                                                                                                             org.jooq.DataType<T> arg1,
                                                                                                             String arg2,
                                                                                                             org.jooq.Converter<T,​U> arg3)
      • createField

        protected final <T extends Object,​U extends Object> org.jooq.TableField<R,​U> createField​(org.jooq.Name arg0,
                                                                                                             org.jooq.DataType<T> arg1,
                                                                                                             String arg2,
                                                                                                             org.jooq.Binding<T,​U> arg3)
      • createField

        protected final <T extends Object,​X extends Object,​U extends Object> org.jooq.TableField<R,​U> createField​(org.jooq.Name arg0,
                                                                                                                                    org.jooq.DataType<T> arg1,
                                                                                                                                    String arg2,
                                                                                                                                    org.jooq.Converter<X,​U> arg3,
                                                                                                                                    org.jooq.Binding<T,​X> arg4)
      • eq

        public final org.jooq.Condition eq​(org.jooq.Table<R> arg0)
        Specified by:
        eq in interface org.jooq.Table<R extends org.jooq.Record>
      • equal

        public final org.jooq.Condition equal​(org.jooq.Table<R> arg0)
        Specified by:
        equal in interface org.jooq.Table<R extends org.jooq.Record>
      • ne

        public final org.jooq.Condition ne​(org.jooq.Table<R> arg0)
        Specified by:
        ne in interface org.jooq.Table<R extends org.jooq.Record>
      • notEqual

        public final org.jooq.Condition notEqual​(org.jooq.Table<R> arg0)
        Specified by:
        notEqual in interface org.jooq.Table<R extends org.jooq.Record>
      • rowid

        public org.jooq.Field<org.jooq.RowId> rowid()
        Specified by:
        rowid in interface org.jooq.Table<R extends org.jooq.Record>
      • useIndex

        public final org.jooq.Table<R> useIndex​(String... arg0)
        Specified by:
        useIndex in interface org.jooq.Table<R extends org.jooq.Record>
      • useIndexForJoin

        public final org.jooq.Table<R> useIndexForJoin​(String... arg0)
        Specified by:
        useIndexForJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • useIndexForOrderBy

        public final org.jooq.Table<R> useIndexForOrderBy​(String... arg0)
        Specified by:
        useIndexForOrderBy in interface org.jooq.Table<R extends org.jooq.Record>
      • useIndexForGroupBy

        public final org.jooq.Table<R> useIndexForGroupBy​(String... arg0)
        Specified by:
        useIndexForGroupBy in interface org.jooq.Table<R extends org.jooq.Record>
      • ignoreIndex

        public final org.jooq.Table<R> ignoreIndex​(String... arg0)
        Specified by:
        ignoreIndex in interface org.jooq.Table<R extends org.jooq.Record>
      • ignoreIndexForJoin

        public final org.jooq.Table<R> ignoreIndexForJoin​(String... arg0)
        Specified by:
        ignoreIndexForJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • ignoreIndexForOrderBy

        public final org.jooq.Table<R> ignoreIndexForOrderBy​(String... arg0)
        Specified by:
        ignoreIndexForOrderBy in interface org.jooq.Table<R extends org.jooq.Record>
      • ignoreIndexForGroupBy

        public final org.jooq.Table<R> ignoreIndexForGroupBy​(String... arg0)
        Specified by:
        ignoreIndexForGroupBy in interface org.jooq.Table<R extends org.jooq.Record>
      • forceIndex

        public final org.jooq.Table<R> forceIndex​(String... arg0)
        Specified by:
        forceIndex in interface org.jooq.Table<R extends org.jooq.Record>
      • forceIndexForJoin

        public final org.jooq.Table<R> forceIndexForJoin​(String... arg0)
        Specified by:
        forceIndexForJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • forceIndexForOrderBy

        public final org.jooq.Table<R> forceIndexForOrderBy​(String... arg0)
        Specified by:
        forceIndexForOrderBy in interface org.jooq.Table<R extends org.jooq.Record>
      • forceIndexForGroupBy

        public final org.jooq.Table<R> forceIndexForGroupBy​(String... arg0)
        Specified by:
        forceIndexForGroupBy in interface org.jooq.Table<R extends org.jooq.Record>
      • as

        public final org.jooq.Table<R> as​(org.jooq.Table<?> arg0)
        Specified by:
        as in interface org.jooq.Table<R extends org.jooq.Record>
      • as

        public final org.jooq.Table<R> as​(org.jooq.Table<?> arg0,
                                          org.jooq.Field<?>... arg1)
        Specified by:
        as in interface org.jooq.Table<R extends org.jooq.Record>
      • as

        public final org.jooq.Table<R> as​(org.jooq.Table<?> arg0,
                                          Function<? super org.jooq.Field<?>,​? extends org.jooq.Field<?>> arg1)
        Specified by:
        as in interface org.jooq.Table<R extends org.jooq.Record>
      • as

        public final org.jooq.Table<R> as​(org.jooq.Table<?> arg0,
                                          BiFunction<? super org.jooq.Field<?>,​? super Integer,​? extends org.jooq.Field<?>> arg1)
        Specified by:
        as in interface org.jooq.Table<R extends org.jooq.Record>
      • divideBy

        public final org.jooq.DivideByOnStep divideBy​(org.jooq.Table<?> arg0)
        Specified by:
        divideBy in interface org.jooq.Table<R extends org.jooq.Record>
      • leftSemiJoin

        public final org.jooq.TableOnStep<R> leftSemiJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        leftSemiJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • leftAntiJoin

        public final org.jooq.TableOnStep<R> leftAntiJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        leftAntiJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • where

        public org.jooq.Table<R> where​(org.jooq.Condition arg0)
        Specified by:
        where in interface org.jooq.Table<R extends org.jooq.Record>
      • where

        public org.jooq.Table<R> where​(org.jooq.Condition... arg0)
        Specified by:
        where in interface org.jooq.Table<R extends org.jooq.Record>
      • where

        public org.jooq.Table<R> where​(Collection<? extends org.jooq.Condition> arg0)
        Specified by:
        where in interface org.jooq.Table<R extends org.jooq.Record>
      • where

        public org.jooq.Table<R> where​(org.jooq.Field<Boolean> arg0)
        Specified by:
        where in interface org.jooq.Table<R extends org.jooq.Record>
      • where

        public org.jooq.Table<R> where​(org.jooq.SQL arg0)
        Specified by:
        where in interface org.jooq.Table<R extends org.jooq.Record>
      • where

        public org.jooq.Table<R> where​(String arg0)
        Specified by:
        where in interface org.jooq.Table<R extends org.jooq.Record>
      • where

        public org.jooq.Table<R> where​(String arg0,
                                       Object... arg1)
        Specified by:
        where in interface org.jooq.Table<R extends org.jooq.Record>
      • where

        public org.jooq.Table<R> where​(String arg0,
                                       org.jooq.QueryPart... arg1)
        Specified by:
        where in interface org.jooq.Table<R extends org.jooq.Record>
      • whereExists

        public org.jooq.Table<R> whereExists​(org.jooq.Select<?> arg0)
        Specified by:
        whereExists in interface org.jooq.Table<R extends org.jooq.Record>
      • whereNotExists

        public org.jooq.Table<R> whereNotExists​(org.jooq.Select<?> arg0)
        Specified by:
        whereNotExists in interface org.jooq.Table<R extends org.jooq.Record>
      • join

        public final org.jooq.TableOptionalOnStep<org.jooq.Record> join​(org.jooq.TableLike<?> arg0,
                                                                        org.jooq.JoinType arg1)
        Specified by:
        join in interface org.jooq.Table<R extends org.jooq.Record>
      • join

        public final org.jooq.TableOnStep<org.jooq.Record> join​(org.jooq.TableLike<?> arg0)
        Specified by:
        join in interface org.jooq.Table<R extends org.jooq.Record>
      • join

        public final org.jooq.TableOnStep<org.jooq.Record> join​(org.jooq.SQL arg0)
        Specified by:
        join in interface org.jooq.Table<R extends org.jooq.Record>
      • join

        public final org.jooq.TableOnStep<org.jooq.Record> join​(String arg0)
        Specified by:
        join in interface org.jooq.Table<R extends org.jooq.Record>
      • join

        public final org.jooq.TableOnStep<org.jooq.Record> join​(String arg0,
                                                                Object... arg1)
        Specified by:
        join in interface org.jooq.Table<R extends org.jooq.Record>
      • join

        public final org.jooq.TableOnStep<org.jooq.Record> join​(String arg0,
                                                                org.jooq.QueryPart... arg1)
        Specified by:
        join in interface org.jooq.Table<R extends org.jooq.Record>
      • join

        public final org.jooq.TableOnStep<org.jooq.Record> join​(org.jooq.Name arg0)
        Specified by:
        join in interface org.jooq.Table<R extends org.jooq.Record>
      • innerJoin

        public final org.jooq.TableOnStep<org.jooq.Record> innerJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        innerJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • innerJoin

        public final org.jooq.TableOnStep<org.jooq.Record> innerJoin​(org.jooq.SQL arg0)
        Specified by:
        innerJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • innerJoin

        public final org.jooq.TableOnStep<org.jooq.Record> innerJoin​(String arg0)
        Specified by:
        innerJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • innerJoin

        public final org.jooq.TableOnStep<org.jooq.Record> innerJoin​(String arg0,
                                                                     Object... arg1)
        Specified by:
        innerJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • innerJoin

        public final org.jooq.TableOnStep<org.jooq.Record> innerJoin​(String arg0,
                                                                     org.jooq.QueryPart... arg1)
        Specified by:
        innerJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • innerJoin

        public final org.jooq.TableOnStep<org.jooq.Record> innerJoin​(org.jooq.Name arg0)
        Specified by:
        innerJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • leftJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        leftJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • leftJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin​(org.jooq.SQL arg0)
        Specified by:
        leftJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • leftJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin​(String arg0)
        Specified by:
        leftJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • leftJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin​(String arg0,
                                                                             Object... arg1)
        Specified by:
        leftJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • leftJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin​(String arg0,
                                                                             org.jooq.QueryPart... arg1)
        Specified by:
        leftJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • leftJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> leftJoin​(org.jooq.Name arg0)
        Specified by:
        leftJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • leftOuterJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • leftOuterJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin​(org.jooq.SQL arg0)
        Specified by:
        leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • leftOuterJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin​(String arg0)
        Specified by:
        leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • leftOuterJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin​(String arg0,
                                                                                  Object... arg1)
        Specified by:
        leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • leftOuterJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin​(String arg0,
                                                                                  org.jooq.QueryPart... arg1)
        Specified by:
        leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • leftOuterJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> leftOuterJoin​(org.jooq.Name arg0)
        Specified by:
        leftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • rightJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        rightJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • rightJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin​(org.jooq.SQL arg0)
        Specified by:
        rightJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • rightJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin​(String arg0)
        Specified by:
        rightJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • rightJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin​(String arg0,
                                                                              Object... arg1)
        Specified by:
        rightJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • rightJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin​(String arg0,
                                                                              org.jooq.QueryPart... arg1)
        Specified by:
        rightJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • rightJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> rightJoin​(org.jooq.Name arg0)
        Specified by:
        rightJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • rightOuterJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • rightOuterJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin​(org.jooq.SQL arg0)
        Specified by:
        rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • rightOuterJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin​(String arg0)
        Specified by:
        rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • rightOuterJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin​(String arg0,
                                                                                   Object... arg1)
        Specified by:
        rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • rightOuterJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin​(String arg0,
                                                                                   org.jooq.QueryPart... arg1)
        Specified by:
        rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • rightOuterJoin

        public final org.jooq.TablePartitionByStep<org.jooq.Record> rightOuterJoin​(org.jooq.Name arg0)
        Specified by:
        rightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • fullOuterJoin

        public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • fullOuterJoin

        public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin​(org.jooq.SQL arg0)
        Specified by:
        fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • fullOuterJoin

        public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin​(String arg0)
        Specified by:
        fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • fullOuterJoin

        public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin​(String arg0,
                                                                         Object... arg1)
        Specified by:
        fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • fullOuterJoin

        public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin​(String arg0,
                                                                         org.jooq.QueryPart... arg1)
        Specified by:
        fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • fullOuterJoin

        public final org.jooq.TableOnStep<org.jooq.Record> fullOuterJoin​(org.jooq.Name arg0)
        Specified by:
        fullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • fullJoin

        public final org.jooq.TableOnStep<org.jooq.Record> fullJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        fullJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • fullJoin

        public final org.jooq.TableOnStep<org.jooq.Record> fullJoin​(org.jooq.SQL arg0)
        Specified by:
        fullJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • fullJoin

        public final org.jooq.TableOnStep<org.jooq.Record> fullJoin​(String arg0)
        Specified by:
        fullJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • fullJoin

        public final org.jooq.TableOnStep<org.jooq.Record> fullJoin​(String arg0,
                                                                    Object... arg1)
        Specified by:
        fullJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • fullJoin

        public final org.jooq.TableOnStep<org.jooq.Record> fullJoin​(String arg0,
                                                                    org.jooq.QueryPart... arg1)
        Specified by:
        fullJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • fullJoin

        public final org.jooq.TableOnStep<org.jooq.Record> fullJoin​(org.jooq.Name arg0)
        Specified by:
        fullJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • crossJoin

        public final org.jooq.Table<org.jooq.Record> crossJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        crossJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • crossJoin

        public final org.jooq.Table<org.jooq.Record> crossJoin​(org.jooq.SQL arg0)
        Specified by:
        crossJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • crossJoin

        public final org.jooq.Table<org.jooq.Record> crossJoin​(String arg0)
        Specified by:
        crossJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • crossJoin

        public final org.jooq.Table<org.jooq.Record> crossJoin​(String arg0,
                                                               Object... arg1)
        Specified by:
        crossJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • crossJoin

        public final org.jooq.Table<org.jooq.Record> crossJoin​(String arg0,
                                                               org.jooq.QueryPart... arg1)
        Specified by:
        crossJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • crossJoin

        public final org.jooq.Table<org.jooq.Record> crossJoin​(org.jooq.Name arg0)
        Specified by:
        crossJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalJoin

        public final org.jooq.Table<org.jooq.Record> naturalJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalJoin

        public final org.jooq.Table<org.jooq.Record> naturalJoin​(org.jooq.SQL arg0)
        Specified by:
        naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalJoin

        public final org.jooq.Table<org.jooq.Record> naturalJoin​(String arg0)
        Specified by:
        naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalJoin

        public final org.jooq.Table<org.jooq.Record> naturalJoin​(String arg0,
                                                                 Object... arg1)
        Specified by:
        naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalJoin

        public final org.jooq.Table<org.jooq.Record> naturalJoin​(String arg0,
                                                                 org.jooq.QueryPart... arg1)
        Specified by:
        naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalJoin

        public final org.jooq.Table<org.jooq.Record> naturalJoin​(org.jooq.Name arg0)
        Specified by:
        naturalJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalLeftOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalLeftOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin​(org.jooq.SQL arg0)
        Specified by:
        naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalLeftOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin​(String arg0)
        Specified by:
        naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalLeftOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin​(String arg0,
                                                                          Object... arg1)
        Specified by:
        naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalLeftOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin​(String arg0,
                                                                          org.jooq.QueryPart... arg1)
        Specified by:
        naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalLeftOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalLeftOuterJoin​(org.jooq.Name arg0)
        Specified by:
        naturalLeftOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalRightOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalRightOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin​(org.jooq.SQL arg0)
        Specified by:
        naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalRightOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin​(String arg0)
        Specified by:
        naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalRightOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin​(String arg0,
                                                                           Object... arg1)
        Specified by:
        naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalRightOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin​(String arg0,
                                                                           org.jooq.QueryPart... arg1)
        Specified by:
        naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalRightOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalRightOuterJoin​(org.jooq.Name arg0)
        Specified by:
        naturalRightOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalFullOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        naturalFullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalFullOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin​(org.jooq.SQL arg0)
        Specified by:
        naturalFullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalFullOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin​(String arg0)
        Specified by:
        naturalFullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalFullOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin​(String arg0,
                                                                          Object... arg1)
        Specified by:
        naturalFullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalFullOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin​(String arg0,
                                                                          org.jooq.QueryPart... arg1)
        Specified by:
        naturalFullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • naturalFullOuterJoin

        public final org.jooq.Table<org.jooq.Record> naturalFullOuterJoin​(org.jooq.Name arg0)
        Specified by:
        naturalFullOuterJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • crossApply

        public final org.jooq.Table<org.jooq.Record> crossApply​(org.jooq.TableLike<?> arg0)
        Specified by:
        crossApply in interface org.jooq.Table<R extends org.jooq.Record>
      • crossApply

        public final org.jooq.Table<org.jooq.Record> crossApply​(org.jooq.SQL arg0)
        Specified by:
        crossApply in interface org.jooq.Table<R extends org.jooq.Record>
      • crossApply

        public final org.jooq.Table<org.jooq.Record> crossApply​(String arg0)
        Specified by:
        crossApply in interface org.jooq.Table<R extends org.jooq.Record>
      • crossApply

        public final org.jooq.Table<org.jooq.Record> crossApply​(String arg0,
                                                                Object... arg1)
        Specified by:
        crossApply in interface org.jooq.Table<R extends org.jooq.Record>
      • crossApply

        public final org.jooq.Table<org.jooq.Record> crossApply​(String arg0,
                                                                org.jooq.QueryPart... arg1)
        Specified by:
        crossApply in interface org.jooq.Table<R extends org.jooq.Record>
      • crossApply

        public final org.jooq.Table<org.jooq.Record> crossApply​(org.jooq.Name arg0)
        Specified by:
        crossApply in interface org.jooq.Table<R extends org.jooq.Record>
      • outerApply

        public final org.jooq.Table<org.jooq.Record> outerApply​(org.jooq.TableLike<?> arg0)
        Specified by:
        outerApply in interface org.jooq.Table<R extends org.jooq.Record>
      • outerApply

        public final org.jooq.Table<org.jooq.Record> outerApply​(org.jooq.SQL arg0)
        Specified by:
        outerApply in interface org.jooq.Table<R extends org.jooq.Record>
      • outerApply

        public final org.jooq.Table<org.jooq.Record> outerApply​(String arg0)
        Specified by:
        outerApply in interface org.jooq.Table<R extends org.jooq.Record>
      • outerApply

        public final org.jooq.Table<org.jooq.Record> outerApply​(String arg0,
                                                                Object... arg1)
        Specified by:
        outerApply in interface org.jooq.Table<R extends org.jooq.Record>
      • outerApply

        public final org.jooq.Table<org.jooq.Record> outerApply​(String arg0,
                                                                org.jooq.QueryPart... arg1)
        Specified by:
        outerApply in interface org.jooq.Table<R extends org.jooq.Record>
      • outerApply

        public final org.jooq.Table<org.jooq.Record> outerApply​(org.jooq.Name arg0)
        Specified by:
        outerApply in interface org.jooq.Table<R extends org.jooq.Record>
      • straightJoin

        public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin​(org.jooq.TableLike<?> arg0)
        Specified by:
        straightJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • straightJoin

        public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin​(org.jooq.SQL arg0)
        Specified by:
        straightJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • straightJoin

        public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin​(String arg0)
        Specified by:
        straightJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • straightJoin

        public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin​(String arg0,
                                                                                Object... arg1)
        Specified by:
        straightJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • straightJoin

        public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin​(String arg0,
                                                                                org.jooq.QueryPart... arg1)
        Specified by:
        straightJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • straightJoin

        public final org.jooq.TableOptionalOnStep<org.jooq.Record> straightJoin​(org.jooq.Name arg0)
        Specified by:
        straightJoin in interface org.jooq.Table<R extends org.jooq.Record>
      • $schema

        public final org.jooq.Schema $schema()
        Specified by:
        $schema in interface org.jooq.Qualified
      • fieldStream

        public default Stream<org.jooq.Field<?>> fieldStream()
        Specified by:
        fieldStream in interface org.jooq.Fields
      • field

        public default <T extends Object> org.jooq.Field<T> field​(org.jooq.Field<T> arg0)
        Specified by:
        field in interface org.jooq.Fields
      • field

        @Deprecated
        public default org.jooq.Field<?> field​(String arg0)
        Deprecated.
        Specified by:
        field in interface org.jooq.Fields
      • field

        @Deprecated
        public default <T extends Object> org.jooq.Field<T> field​(String arg0,
                                                                  Class<T> arg1)
        Deprecated.
        Specified by:
        field in interface org.jooq.Fields
      • field

        @Deprecated
        public default <T extends Object> org.jooq.Field<T> field​(String arg0,
                                                                  org.jooq.DataType<T> arg1)
        Deprecated.
        Specified by:
        field in interface org.jooq.Fields
      • field

        @Deprecated
        public default org.jooq.Field<?> field​(org.jooq.Name arg0)
        Deprecated.
        Specified by:
        field in interface org.jooq.Fields
      • field

        @Deprecated
        public default <T extends Object> org.jooq.Field<T> field​(org.jooq.Name arg0,
                                                                  Class<T> arg1)
        Deprecated.
        Specified by:
        field in interface org.jooq.Fields
      • field

        @Deprecated
        public default <T extends Object> org.jooq.Field<T> field​(org.jooq.Name arg0,
                                                                  org.jooq.DataType<T> arg1)
        Deprecated.
        Specified by:
        field in interface org.jooq.Fields
      • field

        public default org.jooq.Field<?> field​(int arg0)
        Specified by:
        field in interface org.jooq.Fields
      • field

        public default <T extends Object> org.jooq.Field<T> field​(int arg0,
                                                                  Class<T> arg1)
        Specified by:
        field in interface org.jooq.Fields
      • field

        public default <T extends Object> org.jooq.Field<T> field​(int arg0,
                                                                  org.jooq.DataType<T> arg1)
        Specified by:
        field in interface org.jooq.Fields
      • fields

        public default org.jooq.Field<?>[] fields​(org.jooq.Field<?>... arg0)
        Specified by:
        fields in interface org.jooq.Fields
      • fields

        public default org.jooq.Field<?>[] fields​(String... arg0)
        Specified by:
        fields in interface org.jooq.Fields
      • fields

        public default org.jooq.Field<?>[] fields​(org.jooq.Name... arg0)
        Specified by:
        fields in interface org.jooq.Fields
      • fields

        public default org.jooq.Field<?>[] fields​(int... arg0)
        Specified by:
        fields in interface org.jooq.Fields
      • indexOf

        public default int indexOf​(org.jooq.Field<?> arg0)
        Specified by:
        indexOf in interface org.jooq.Fields
      • indexOf

        public default int indexOf​(String arg0)
        Specified by:
        indexOf in interface org.jooq.Fields
      • indexOf

        public default int indexOf​(org.jooq.Name arg0)
        Specified by:
        indexOf in interface org.jooq.Fields
      • types

        public default Class<?>[] types()
        Specified by:
        types in interface org.jooq.Fields
      • type

        public default Class<?> type​(int arg0)
        Specified by:
        type in interface org.jooq.Fields
      • type

        public default Class<?> type​(String arg0)
        Specified by:
        type in interface org.jooq.Fields
      • type

        public default Class<?> type​(org.jooq.Name arg0)
        Specified by:
        type in interface org.jooq.Fields
      • dataTypes

        public default org.jooq.DataType<?>[] dataTypes()
        Specified by:
        dataTypes in interface org.jooq.Fields
      • dataType

        public default org.jooq.DataType<?> dataType​(int arg0)
        Specified by:
        dataType in interface org.jooq.Fields
      • dataType

        public default org.jooq.DataType<?> dataType​(String arg0)
        Specified by:
        dataType in interface org.jooq.Fields
      • dataType

        public default org.jooq.DataType<?> dataType​(org.jooq.Name arg0)
        Specified by:
        dataType in interface org.jooq.Fields
      • getName

        public final String getName()
        Specified by:
        getName in interface org.jooq.Named
      • getQualifiedName

        public org.jooq.Name getQualifiedName()
        Specified by:
        getQualifiedName in interface org.jooq.Named
      • getUnqualifiedName

        public final org.jooq.Name getUnqualifiedName()
        Specified by:
        getUnqualifiedName in interface org.jooq.Named
      • getComment

        public final String getComment()
        Specified by:
        getComment in interface org.jooq.Named
      • getCommentPart

        public final org.jooq.Comment getCommentPart()
        Specified by:
        getCommentPart in interface org.jooq.Named
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface org.jooq.QueryPart
      • $name

        public final org.jooq.Name $name()
        Specified by:
        $name in interface org.jooq.Named
      • rendersContent

        public boolean rendersContent​(org.jooq.Context<?> arg0)
        Specified by:
        rendersContent in interface org.jooq.QueryPartInternal
      • declaresFields

        public boolean declaresFields()
        Specified by:
        declaresFields in interface org.jooq.QueryPartInternal
      • declaresWindows

        public boolean declaresWindows()
        Specified by:
        declaresWindows in interface org.jooq.QueryPartInternal
      • declaresCTE

        public boolean declaresCTE()
        Specified by:
        declaresCTE in interface org.jooq.QueryPartInternal
      • generatesCast

        public boolean generatesCast()
        Specified by:
        generatesCast in interface org.jooq.QueryPartInternal
      • toString

        public String toString()
        Specified by:
        toString in interface org.jooq.QueryPart
        Overrides:
        toString in class Object
      • create

        @Deprecated
        protected final org.jooq.DSLContext create()
        Deprecated.
      • create

        @Deprecated
        protected final org.jooq.DSLContext create​(org.jooq.Configuration arg0)
        Deprecated.
      • create

        @Deprecated
        protected final org.jooq.DSLContext create​(org.jooq.Context<?> arg0)
        Deprecated.
      • translate

        protected final org.jooq.exception.DataAccessException translate​(String arg0,
                                                                         SQLException arg1)