class io.reactiverse.pgclient.impl.PreparedStatement
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.reactiverse.pgclient.impl.PreparedStatement
  super_class: java.lang.Object
{
  private static final io.reactiverse.pgclient.impl.codec.ColumnDesc[] EMPTY_COLUMNS;
    descriptor: [Lio/reactiverse/pgclient/impl/codec/ColumnDesc;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  final java.lang.String sql;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final io.reactiverse.pgclient.impl.codec.encoder.Bind bind;
    descriptor: Lio/reactiverse/pgclient/impl/codec/encoder/Bind;
    flags: (0x0010) ACC_FINAL

  private final io.reactiverse.pgclient.impl.codec.decoder.ParameterDescription paramDesc;
    descriptor: Lio/reactiverse/pgclient/impl/codec/decoder/ParameterDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final io.reactiverse.pgclient.impl.codec.decoder.RowDescription rowDesc;
    descriptor: Lio/reactiverse/pgclient/impl/codec/decoder/RowDescription;
    flags: (0x0010) ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 31
            iconst_0
            anewarray io.reactiverse.pgclient.impl.codec.ColumnDesc
            putstatic io.reactiverse.pgclient.impl.PreparedStatement.EMPTY_COLUMNS:[Lio/reactiverse/pgclient/impl/codec/ColumnDesc;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.String, long, io.reactiverse.pgclient.impl.codec.decoder.ParameterDescription, io.reactiverse.pgclient.impl.codec.decoder.RowDescription);
    descriptor: (Ljava/lang/String;JLio/reactiverse/pgclient/impl/codec/decoder/ParameterDescription;Lio/reactiverse/pgclient/impl/codec/decoder/RowDescription;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.reactiverse.pgclient.impl.PreparedStatement this
        start local 1 // java.lang.String sql
        start local 2 // long statement
        start local 4 // io.reactiverse.pgclient.impl.codec.decoder.ParameterDescription paramDesc
        start local 5 // io.reactiverse.pgclient.impl.codec.decoder.RowDescription rowDesc
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 5 /* rowDesc */
            ifnull 6
         2: .line 42
            new io.reactiverse.pgclient.impl.codec.decoder.RowDescription
            dup
            aload 5 /* rowDesc */
            invokevirtual io.reactiverse.pgclient.impl.codec.decoder.RowDescription.columns:()[Lio/reactiverse/pgclient/impl/codec/ColumnDesc;
            invokestatic java.util.Arrays.stream:([Ljava/lang/Object;)Ljava/util/stream/Stream;
         3: .line 43
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/reactiverse/pgclient/impl/PreparedStatement.lambda$0(Lio/reactiverse/pgclient/impl/codec/ColumnDesc;)Lio/reactiverse/pgclient/impl/codec/ColumnDesc; (6)
                  (Lio/reactiverse/pgclient/impl/codec/ColumnDesc;)Lio/reactiverse/pgclient/impl/codec/ColumnDesc;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         4: .line 51
            invokedynamic apply()Ljava/util/function/IntFunction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)Ljava/lang/Object;
                  io/reactiverse/pgclient/impl/PreparedStatement.lambda$1(I)[Lio/reactiverse/pgclient/impl/codec/ColumnDesc; (6)
                  (I)[Lio/reactiverse/pgclient/impl/codec/ColumnDesc;
            invokeinterface java.util.stream.Stream.toArray:(Ljava/util/function/IntFunction;)[Ljava/lang/Object;
            checkcast io.reactiverse.pgclient.impl.codec.ColumnDesc[]
         5: .line 42
            invokespecial io.reactiverse.pgclient.impl.codec.decoder.RowDescription.<init>:([Lio/reactiverse/pgclient/impl/codec/ColumnDesc;)V
            astore 5 /* rowDesc */
         6: .line 54
      StackMap locals: io.reactiverse.pgclient.impl.PreparedStatement java.lang.String long io.reactiverse.pgclient.impl.codec.decoder.ParameterDescription io.reactiverse.pgclient.impl.codec.decoder.RowDescription
      StackMap stack:
            aload 0 /* this */
            aload 4 /* paramDesc */
            putfield io.reactiverse.pgclient.impl.PreparedStatement.paramDesc:Lio/reactiverse/pgclient/impl/codec/decoder/ParameterDescription;
         7: .line 55
            aload 0 /* this */
            aload 5 /* rowDesc */
            putfield io.reactiverse.pgclient.impl.PreparedStatement.rowDesc:Lio/reactiverse/pgclient/impl/codec/decoder/RowDescription;
         8: .line 56
            aload 0 /* this */
            aload 1 /* sql */
            putfield io.reactiverse.pgclient.impl.PreparedStatement.sql:Ljava/lang/String;
         9: .line 57
            aload 0 /* this */
        10: new io.reactiverse.pgclient.impl.codec.encoder.Bind
            dup
            lload 2 /* statement */
            aload 4 /* paramDesc */
            ifnull 11
            aload 4 /* paramDesc */
            invokevirtual io.reactiverse.pgclient.impl.codec.decoder.ParameterDescription.getParamDataTypes:()[Lio/reactiverse/pgclient/impl/codec/DataType;
            goto 12
      StackMap locals: io.reactiverse.pgclient.impl.PreparedStatement java.lang.String long io.reactiverse.pgclient.impl.codec.decoder.ParameterDescription io.reactiverse.pgclient.impl.codec.decoder.RowDescription
      StackMap stack: io.reactiverse.pgclient.impl.PreparedStatement new 10 new 10 long
        11: aconst_null
      StackMap locals: io.reactiverse.pgclient.impl.PreparedStatement java.lang.String long io.reactiverse.pgclient.impl.codec.decoder.ParameterDescription io.reactiverse.pgclient.impl.codec.decoder.RowDescription
      StackMap stack: io.reactiverse.pgclient.impl.PreparedStatement new 10 new 10 long io.reactiverse.pgclient.impl.codec.DataType[]
        12: aload 5 /* rowDesc */
            ifnull 13
            aload 5 /* rowDesc */
            invokevirtual io.reactiverse.pgclient.impl.codec.decoder.RowDescription.columns:()[Lio/reactiverse/pgclient/impl/codec/ColumnDesc;
            goto 14
      StackMap locals: io.reactiverse.pgclient.impl.PreparedStatement java.lang.String long io.reactiverse.pgclient.impl.codec.decoder.ParameterDescription io.reactiverse.pgclient.impl.codec.decoder.RowDescription
      StackMap stack: io.reactiverse.pgclient.impl.PreparedStatement new 10 new 10 long io.reactiverse.pgclient.impl.codec.DataType[]
        13: getstatic io.reactiverse.pgclient.impl.PreparedStatement.EMPTY_COLUMNS:[Lio/reactiverse/pgclient/impl/codec/ColumnDesc;
      StackMap locals: io.reactiverse.pgclient.impl.PreparedStatement java.lang.String long io.reactiverse.pgclient.impl.codec.decoder.ParameterDescription io.reactiverse.pgclient.impl.codec.decoder.RowDescription
      StackMap stack: io.reactiverse.pgclient.impl.PreparedStatement new 10 new 10 long io.reactiverse.pgclient.impl.codec.DataType[] io.reactiverse.pgclient.impl.codec.ColumnDesc[]
        14: invokespecial io.reactiverse.pgclient.impl.codec.encoder.Bind.<init>:(J[Lio/reactiverse/pgclient/impl/codec/DataType;[Lio/reactiverse/pgclient/impl/codec/ColumnDesc;)V
            putfield io.reactiverse.pgclient.impl.PreparedStatement.bind:Lio/reactiverse/pgclient/impl/codec/encoder/Bind;
        15: .line 58
            return
        end local 5 // io.reactiverse.pgclient.impl.codec.decoder.RowDescription rowDesc
        end local 4 // io.reactiverse.pgclient.impl.codec.decoder.ParameterDescription paramDesc
        end local 2 // long statement
        end local 1 // java.lang.String sql
        end local 0 // io.reactiverse.pgclient.impl.PreparedStatement this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lio/reactiverse/pgclient/impl/PreparedStatement;
            0   16     1        sql  Ljava/lang/String;
            0   16     2  statement  J
            0   16     4  paramDesc  Lio/reactiverse/pgclient/impl/codec/decoder/ParameterDescription;
            0   16     5    rowDesc  Lio/reactiverse/pgclient/impl/codec/decoder/RowDescription;
    MethodParameters:
           Name  Flags
      sql        
      statement  
      paramDesc  
      rowDesc    

  java.lang.String prepare(java.util.List<java.lang.Object>);
    descriptor: (Ljava/util/List;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PreparedStatement this
        start local 1 // java.util.List values
         0: .line 61
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PreparedStatement.paramDesc:Lio/reactiverse/pgclient/impl/codec/decoder/ParameterDescription;
            aload 1 /* values */
            invokevirtual io.reactiverse.pgclient.impl.codec.decoder.ParameterDescription.prepare:(Ljava/util/List;)Ljava/lang/String;
            areturn
        end local 1 // java.util.List values
        end local 0 // io.reactiverse.pgclient.impl.PreparedStatement this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/reactiverse/pgclient/impl/PreparedStatement;
            0    1     1  values  Ljava/util/List<Ljava/lang/Object;>;
    Signature: (Ljava/util/List<Ljava/lang/Object;>;)Ljava/lang/String;
    MethodParameters:
        Name  Flags
      values  

  private static io.reactiverse.pgclient.impl.codec.ColumnDesc lambda$0(io.reactiverse.pgclient.impl.codec.ColumnDesc);
    descriptor: (Lio/reactiverse/pgclient/impl/codec/ColumnDesc;)Lio/reactiverse/pgclient/impl/codec/ColumnDesc;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.impl.codec.ColumnDesc c
         0: .line 43
            new io.reactiverse.pgclient.impl.codec.ColumnDesc
            dup
         1: .line 44
            aload 0 /* c */
            invokevirtual io.reactiverse.pgclient.impl.codec.ColumnDesc.getName:()Ljava/lang/String;
         2: .line 45
            aload 0 /* c */
            invokevirtual io.reactiverse.pgclient.impl.codec.ColumnDesc.getRelationId:()I
         3: .line 46
            aload 0 /* c */
            invokevirtual io.reactiverse.pgclient.impl.codec.ColumnDesc.getRelationAttributeNo:()S
         4: .line 47
            aload 0 /* c */
            invokevirtual io.reactiverse.pgclient.impl.codec.ColumnDesc.getDataType:()Lio/reactiverse/pgclient/impl/codec/DataType;
         5: .line 48
            aload 0 /* c */
            invokevirtual io.reactiverse.pgclient.impl.codec.ColumnDesc.getLength:()S
         6: .line 49
            aload 0 /* c */
            invokevirtual io.reactiverse.pgclient.impl.codec.ColumnDesc.getTypeModifier:()I
         7: .line 50
            aload 0 /* c */
            invokevirtual io.reactiverse.pgclient.impl.codec.ColumnDesc.getDataType:()Lio/reactiverse/pgclient/impl/codec/DataType;
            getfield io.reactiverse.pgclient.impl.codec.DataType.supportsBinary:Z
            ifeq 8
            getstatic io.reactiverse.pgclient.impl.codec.DataFormat.BINARY:Lio/reactiverse/pgclient/impl/codec/DataFormat;
            goto 9
      StackMap locals: io.reactiverse.pgclient.impl.codec.ColumnDesc
      StackMap stack: new 0 new 0 java.lang.String int int io.reactiverse.pgclient.impl.codec.DataType int int
         8: getstatic io.reactiverse.pgclient.impl.codec.DataFormat.TEXT:Lio/reactiverse/pgclient/impl/codec/DataFormat;
         9: .line 43
      StackMap locals: io.reactiverse.pgclient.impl.codec.ColumnDesc
      StackMap stack: new 0 new 0 java.lang.String int int io.reactiverse.pgclient.impl.codec.DataType int int io.reactiverse.pgclient.impl.codec.DataFormat
            invokespecial io.reactiverse.pgclient.impl.codec.ColumnDesc.<init>:(Ljava/lang/String;ISLio/reactiverse/pgclient/impl/codec/DataType;SILio/reactiverse/pgclient/impl/codec/DataFormat;)V
        10: .line 50
            areturn
        end local 0 // io.reactiverse.pgclient.impl.codec.ColumnDesc c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0     c  Lio/reactiverse/pgclient/impl/codec/ColumnDesc;

  private static io.reactiverse.pgclient.impl.codec.ColumnDesc[] lambda$1(int);
    descriptor: (I)[Lio/reactiverse/pgclient/impl/codec/ColumnDesc;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            iload 0
            anewarray io.reactiverse.pgclient.impl.codec.ColumnDesc
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PreparedStatement.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles