public interface org.jooq.Routine<T> extends org.jooq.Qualified, org.jooq.Attachable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.Routine
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jetbrains cannot be resolved\n\tThe import org.jetbrains cannot be resolved\n\tNullable 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\tNullable 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.Parameter<T> getReturnParameter();
    descriptor: ()Lorg/jooq/Parameter;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Parameter<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()

  public abstract java.util.List<org.jooq.Parameter<?>> getOutParameters();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lorg/jooq/Parameter<*>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract java.util.List<org.jooq.Parameter<?>> getInParameters();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lorg/jooq/Parameter<*>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract java.util.List<org.jooq.Parameter<?>> getParameters();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lorg/jooq/Parameter<*>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract int execute(org.jooq.Configuration);
    descriptor: (Lorg/jooq/Configuration;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    MethodParameters:
               Name  Flags
      configuration  

  public abstract int execute();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException

  public abstract <Z> void setValue(org.jooq.Parameter<Z>, );
    descriptor: (Lorg/jooq/Parameter;Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <Z:Ljava/lang/Object;>(Lorg/jooq/Parameter<TZ;>;TZ;)V
    MethodParameters:
           Name  Flags
      parameter  
      value      

  public abstract <Z> void set(org.jooq.Parameter<Z>, );
    descriptor: (Lorg/jooq/Parameter;Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <Z:Ljava/lang/Object;>(Lorg/jooq/Parameter<TZ;>;TZ;)V
    MethodParameters:
           Name  Flags
      parameter  
      value      

  public abstract <Z> Z getValue(org.jooq.Parameter<Z>);
    descriptor: (Lorg/jooq/Parameter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <Z:Ljava/lang/Object;>(Lorg/jooq/Parameter<TZ;>;)TZ;
    MethodParameters:
           Name  Flags
      parameter  

  public abstract <Z> Z getInValue(org.jooq.Parameter<Z>);
    descriptor: (Lorg/jooq/Parameter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <Z:Ljava/lang/Object;>(Lorg/jooq/Parameter<TZ;>;)TZ;
    MethodParameters:
           Name  Flags
      parameter  

  public abstract <Z> Z get(org.jooq.Parameter<Z>);
    descriptor: (Lorg/jooq/Parameter;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <Z:Ljava/lang/Object;>(Lorg/jooq/Parameter<TZ;>;)TZ;
    MethodParameters:
           Name  Flags
      parameter  

  public abstract T getReturnValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()

  public abstract org.jooq.Results getResults();
    descriptor: ()Lorg/jooq/Results;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/jooq/Qualified;Lorg/jooq/Attachable;
SourceFile: "Routine.java"