public interface org.jooq.Row3<T1, T2, T3> extends org.jooq.Row
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.Row3
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jetbrains cannot be resolved\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.jooq.Field<T1> field1();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Field<TT1;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Field<T2> field2();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Field<TT2;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Field<T3> field3();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Field<TT3;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Condition compare(org.jooq.Comparator, org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Comparator;Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Comparator;Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      comparator  
      row         

  public abstract org.jooq.Condition compare(org.jooq.Comparator, org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Comparator;Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Comparator;Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      comparator  
      record      

  public abstract org.jooq.Condition compare(org.jooq.Comparator, T1, T2, T3);
    descriptor: (Lorg/jooq/Comparator;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Comparator;TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      comparator  
      t1          
      t2          
      t3          

  public abstract org.jooq.Condition compare(org.jooq.Comparator, org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Comparator;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Comparator;Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      comparator  
      t1          
      t2          
      t3          

  public abstract org.jooq.Condition compare(org.jooq.Comparator, org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Comparator;Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Comparator;Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      comparator  
      select      

  public abstract org.jooq.Condition compare(org.jooq.Comparator, org.jooq.QuantifiedSelect<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Comparator;Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Comparator;Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      comparator  
      select      

  public abstract org.jooq.Condition equal(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition equal(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition equal(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition equal(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition equal(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition equal(org.jooq.QuantifiedSelect<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition eq(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition eq(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition eq(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition eq(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition eq(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition eq(org.jooq.QuantifiedSelect<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition notEqual(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition notEqual(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition notEqual(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition notEqual(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition notEqual(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition notEqual(org.jooq.QuantifiedSelect<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition ne(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition ne(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition ne(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition ne(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition ne(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition ne(org.jooq.QuantifiedSelect<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition isDistinctFrom(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition isDistinctFrom(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition isDistinctFrom(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition isDistinctFrom(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition isDistinctFrom(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition isNotDistinctFrom(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition isNotDistinctFrom(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition isNotDistinctFrom(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition isNotDistinctFrom(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition isNotDistinctFrom(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition lessThan(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition lessThan(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition lessThan(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition lessThan(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition lessThan(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition lessThan(org.jooq.QuantifiedSelect<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition lt(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition lt(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition lt(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition lt(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition lt(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition lt(org.jooq.QuantifiedSelect<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition lessOrEqual(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition lessOrEqual(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition lessOrEqual(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition lessOrEqual(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition lessOrEqual(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition lessOrEqual(org.jooq.QuantifiedSelect<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition le(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition le(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition le(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition le(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition le(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition le(org.jooq.QuantifiedSelect<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition greaterThan(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition greaterThan(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition greaterThan(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition greaterThan(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition greaterThan(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition greaterThan(org.jooq.QuantifiedSelect<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition gt(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition gt(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition gt(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition gt(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition gt(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition gt(org.jooq.QuantifiedSelect<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition greaterOrEqual(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition greaterOrEqual(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition greaterOrEqual(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition greaterOrEqual(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition greaterOrEqual(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition greaterOrEqual(org.jooq.QuantifiedSelect<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition ge(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      row   

  public abstract org.jooq.Condition ge(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition ge(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition ge(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    

  public abstract org.jooq.Condition ge(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition ge(org.jooq.QuantifiedSelect<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> between(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      minValue1  
      minValue2  
      minValue3  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> between(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      minValue1  
      minValue2  
      minValue3  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> between(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> between(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.Condition between(org.jooq.Row3<T1, T2, T3>, org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.Condition between(org.jooq.Record3<T1, T2, T3>, org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> betweenSymmetric(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      minValue1  
      minValue2  
      minValue3  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> betweenSymmetric(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      minValue1  
      minValue2  
      minValue3  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> betweenSymmetric(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> betweenSymmetric(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.Condition betweenSymmetric(org.jooq.Row3<T1, T2, T3>, org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.Condition betweenSymmetric(org.jooq.Record3<T1, T2, T3>, org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> notBetween(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      minValue1  
      minValue2  
      minValue3  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> notBetween(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      minValue1  
      minValue2  
      minValue3  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> notBetween(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> notBetween(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.Condition notBetween(org.jooq.Row3<T1, T2, T3>, org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.Condition notBetween(org.jooq.Record3<T1, T2, T3>, org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> notBetweenSymmetric(T1, T2, T3);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      minValue1  
      minValue2  
      minValue3  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> notBetweenSymmetric(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      minValue1  
      minValue2  
      minValue3  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> notBetweenSymmetric(org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.BetweenAndStep3<T1, T2, T3> notBetweenSymmetric(org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;)Lorg/jooq/BetweenAndStep3;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/BetweenAndStep3<TT1;TT2;TT3;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.Condition notBetweenSymmetric(org.jooq.Row3<T1, T2, T3>, org.jooq.Row3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Row3;Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Row3<TT1;TT2;TT3;>;Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.Condition notBetweenSymmetric(org.jooq.Record3<T1, T2, T3>, org.jooq.Record3<T1, T2, T3>);
    descriptor: (Lorg/jooq/Record3;Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Record3<TT1;TT2;TT3;>;Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.Condition in(java.util.Collection<? extends org.jooq.Row3<T1, T2, T3>>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<+Lorg/jooq/Row3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      rows  

  public abstract org.jooq.Condition in(org.jooq.Result<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Result;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Result<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      result  

  public abstract org.jooq.Condition in(org.jooq.Row3<T1, T2, T3>[]);
    descriptor: ([Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      rows  

  public abstract org.jooq.Condition in(org.jooq.Record3<T1, T2, T3>[]);
    descriptor: ([Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition in(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition notIn(java.util.Collection<? extends org.jooq.Row3<T1, T2, T3>>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<+Lorg/jooq/Row3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      rows  

  public abstract org.jooq.Condition notIn(org.jooq.Result<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Result;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Result<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      result  

  public abstract org.jooq.Condition notIn(org.jooq.Row3<T1, T2, T3>[]);
    descriptor: ([Lorg/jooq/Row3;)Lorg/jooq/Condition;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Row3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      rows  

  public abstract org.jooq.Condition notIn(org.jooq.Record3<T1, T2, T3>[]);
    descriptor: ([Lorg/jooq/Record3;)Lorg/jooq/Condition;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Record3<TT1;TT2;TT3;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition notIn(org.jooq.Select<? extends org.jooq.Record3<T1, T2, T3>>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+Lorg/jooq/Record3<TT1;TT2;TT3;>;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  
}
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;>Ljava/lang/Object;Lorg/jooq/Row;
SourceFile: "Row3.java"