class io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec extends io.vertx.pgclient.impl.codec.PgCommandCodec<io.vertx.sqlclient.impl.PreparedStatement, io.vertx.sqlclient.impl.command.PrepareStatementCommand>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec
  super_class: io.vertx.pgclient.impl.codec.PgCommandCodec
{
  private io.vertx.pgclient.impl.codec.PgParamDesc parameterDesc;
    descriptor: Lio/vertx/pgclient/impl/codec/PgParamDesc;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.pgclient.impl.codec.PgRowDesc rowDesc;
    descriptor: Lio/vertx/pgclient/impl/codec/PgRowDesc;
    flags: (0x0002) ACC_PRIVATE

  private long statement;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  void <init>(io.vertx.sqlclient.impl.command.PrepareStatementCommand);
    descriptor: (Lio/vertx/sqlclient/impl/command/PrepareStatementCommand;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
        start local 1 // io.vertx.sqlclient.impl.command.PrepareStatementCommand cmd
         0: .line 32
            aload 0 /* this */
            aload 1 /* cmd */
            invokespecial io.vertx.pgclient.impl.codec.PgCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
         1: .line 33
            return
        end local 1 // io.vertx.sqlclient.impl.command.PrepareStatementCommand cmd
        end local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/pgclient/impl/codec/PrepareStatementCommandCodec;
            0    2     1   cmd  Lio/vertx/sqlclient/impl/command/PrepareStatementCommand;
    MethodParameters:
      Name  Flags
      cmd   

  void encode(io.vertx.pgclient.impl.codec.PgEncoder);
    descriptor: (Lio/vertx/pgclient/impl/codec/PgEncoder;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
        start local 1 // io.vertx.pgclient.impl.codec.PgEncoder encoder
         0: .line 37
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.PrepareStatementCommand
            invokevirtual io.vertx.sqlclient.impl.command.PrepareStatementCommand.isManaged:()Z
            ifeq 3
         1: .line 38
            aload 0 /* this */
            aload 1 /* encoder */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.nextStatementName:()J
            putfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.statement:J
         2: .line 39
            goto 4
         3: .line 41
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lconst_0
            putfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.statement:J
         4: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.PrepareStatementCommand
            invokevirtual io.vertx.sqlclient.impl.command.PrepareStatementCommand.parameterTypes:()Ljava/util/List;
            astore 2 /* parameterTypes */
        start local 2 // java.util.List parameterTypes
         5: .line 45
            aload 2 /* parameterTypes */
            ifnull 6
            aload 0 /* this */
            aload 2 /* parameterTypes */
            invokevirtual io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.build:(Ljava/util/List;)[Lio/vertx/pgclient/impl/codec/DataType;
            goto 7
      StackMap locals: java.util.List
      StackMap stack:
         6: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.pgclient.impl.codec.DataType[]
         7: astore 3 /* parameterTypes2 */
        start local 3 // io.vertx.pgclient.impl.codec.DataType[] parameterTypes2
         8: .line 46
            aload 1 /* encoder */
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.PrepareStatementCommand
            invokevirtual io.vertx.sqlclient.impl.command.PrepareStatementCommand.sql:()Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.statement:J
            aload 3 /* parameterTypes2 */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeParse:(Ljava/lang/String;J[Lio/vertx/pgclient/impl/codec/DataType;)V
         9: .line 47
            aload 1 /* encoder */
            new io.vertx.pgclient.impl.codec.Describe
            dup
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.statement:J
            aconst_null
            invokespecial io.vertx.pgclient.impl.codec.Describe.<init>:(JLjava/lang/String;)V
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeDescribe:(Lio/vertx/pgclient/impl/codec/Describe;)V
        10: .line 48
            aload 1 /* encoder */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeSync:()V
        11: .line 49
            return
        end local 3 // io.vertx.pgclient.impl.codec.DataType[] parameterTypes2
        end local 2 // java.util.List parameterTypes
        end local 1 // io.vertx.pgclient.impl.codec.PgEncoder encoder
        end local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lio/vertx/pgclient/impl/codec/PrepareStatementCommandCodec;
            0   12     1          encoder  Lio/vertx/pgclient/impl/codec/PgEncoder;
            5   12     2   parameterTypes  Ljava/util/List<Ljava/lang/Class<*>;>;
            8   12     3  parameterTypes2  [Lio/vertx/pgclient/impl/codec/DataType;
    MethodParameters:
         Name  Flags
      encoder  

  private io.vertx.pgclient.impl.codec.DataType[] build(java.util.List<java.lang.Class<?>>);
    descriptor: (Ljava/util/List;)[Lio/vertx/pgclient/impl/codec/DataType;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
        start local 1 // java.util.List parameterTypes
         0: .line 52
            aload 1 /* parameterTypes */
            invokeinterface java.util.List.size:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 53
            iload 2 /* len */
            anewarray io.vertx.pgclient.impl.codec.DataType
            astore 3 /* dataType */
        start local 3 // io.vertx.pgclient.impl.codec.DataType[] dataType
         2: .line 54
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 9
         4: .line 55
      StackMap locals: int io.vertx.pgclient.impl.codec.DataType[] int
      StackMap stack:
            aload 1 /* parameterTypes */
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Class
            invokestatic io.vertx.pgclient.impl.codec.DataType.lookup:(Ljava/lang/Class;)Lio/vertx/pgclient/impl/codec/DataType;
            astore 5 /* type */
        start local 5 // io.vertx.pgclient.impl.codec.DataType type
         5: .line 56
            aload 5 /* type */
            ifnonnull 7
         6: .line 57
            aconst_null
            areturn
         7: .line 59
      StackMap locals: io.vertx.pgclient.impl.codec.DataType
      StackMap stack:
            aload 3 /* dataType */
            iload 4 /* i */
            aload 5 /* type */
            aastore
        end local 5 // io.vertx.pgclient.impl.codec.DataType type
         8: .line 54
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 2 /* len */
            if_icmplt 4
        end local 4 // int i
        10: .line 61
            aload 3 /* dataType */
            areturn
        end local 3 // io.vertx.pgclient.impl.codec.DataType[] dataType
        end local 2 // int len
        end local 1 // java.util.List parameterTypes
        end local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lio/vertx/pgclient/impl/codec/PrepareStatementCommandCodec;
            0   11     1  parameterTypes  Ljava/util/List<Ljava/lang/Class<*>;>;
            1   11     2             len  I
            2   11     3        dataType  [Lio/vertx/pgclient/impl/codec/DataType;
            3   10     4               i  I
            5    8     5            type  Lio/vertx/pgclient/impl/codec/DataType;
    Signature: (Ljava/util/List<Ljava/lang/Class<*>;>;)[Lio/vertx/pgclient/impl/codec/DataType;
    MethodParameters:
                Name  Flags
      parameterTypes  

  public void handleParseComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
         0: .line 67
            return
        end local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/impl/codec/PrepareStatementCommandCodec;

  public void handleParameterDescription(io.vertx.pgclient.impl.codec.PgParamDesc);
    descriptor: (Lio/vertx/pgclient/impl/codec/PgParamDesc;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
        start local 1 // io.vertx.pgclient.impl.codec.PgParamDesc paramDesc
         0: .line 72
            aload 0 /* this */
            aload 1 /* paramDesc */
            putfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.parameterDesc:Lio/vertx/pgclient/impl/codec/PgParamDesc;
         1: .line 73
            return
        end local 1 // io.vertx.pgclient.impl.codec.PgParamDesc paramDesc
        end local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/pgclient/impl/codec/PrepareStatementCommandCodec;
            0    2     1  paramDesc  Lio/vertx/pgclient/impl/codec/PgParamDesc;
    MethodParameters:
           Name  Flags
      paramDesc  

  public void handleRowDescription(io.vertx.pgclient.impl.codec.PgColumnDesc[]);
    descriptor: ([Lio/vertx/pgclient/impl/codec/PgColumnDesc;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
        start local 1 // io.vertx.pgclient.impl.codec.PgColumnDesc[] rowDesc
         0: .line 78
            aload 0 /* this */
            aload 1 /* rowDesc */
            invokestatic io.vertx.pgclient.impl.codec.PgRowDesc.createBinary:([Lio/vertx/pgclient/impl/codec/PgColumnDesc;)Lio/vertx/pgclient/impl/codec/PgRowDesc;
            putfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.rowDesc:Lio/vertx/pgclient/impl/codec/PgRowDesc;
         1: .line 79
            return
        end local 1 // io.vertx.pgclient.impl.codec.PgColumnDesc[] rowDesc
        end local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/pgclient/impl/codec/PrepareStatementCommandCodec;
            0    2     1  rowDesc  [Lio/vertx/pgclient/impl/codec/PgColumnDesc;
    MethodParameters:
         Name  Flags
      rowDesc  

  public void handleNoData();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
         0: .line 84
            return
        end local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/impl/codec/PrepareStatementCommandCodec;

  public void handleErrorResponse(io.vertx.pgclient.impl.codec.ErrorResponse);
    descriptor: (Lio/vertx/pgclient/impl/codec/ErrorResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
        start local 1 // io.vertx.pgclient.impl.codec.ErrorResponse errorResponse
         0: .line 88
            aload 0 /* this */
            aload 1 /* errorResponse */
            invokevirtual io.vertx.pgclient.impl.codec.ErrorResponse.toException:()Lio/vertx/pgclient/PgException;
            putfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.failure:Lio/vertx/pgclient/PgException;
         1: .line 89
            return
        end local 1 // io.vertx.pgclient.impl.codec.ErrorResponse errorResponse
        end local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/pgclient/impl/codec/PrepareStatementCommandCodec;
            0    2     1  errorResponse  Lio/vertx/pgclient/impl/codec/ErrorResponse;
    MethodParameters:
               Name  Flags
      errorResponse  

  public void handleReadyForQuery();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
         0: .line 93
            aload 0 /* this */
            new io.vertx.pgclient.impl.codec.PgPreparedStatement
            dup
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.PrepareStatementCommand
            invokevirtual io.vertx.sqlclient.impl.command.PrepareStatementCommand.sql:()Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.statement:J
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.parameterDesc:Lio/vertx/pgclient/impl/codec/PgParamDesc;
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.rowDesc:Lio/vertx/pgclient/impl/codec/PgRowDesc;
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.PrepareStatementCommand
            invokevirtual io.vertx.sqlclient.impl.command.PrepareStatementCommand.isManaged:()Z
            invokespecial io.vertx.pgclient.impl.codec.PgPreparedStatement.<init>:(Ljava/lang/String;JLio/vertx/pgclient/impl/codec/PgParamDesc;Lio/vertx/pgclient/impl/codec/PgRowDesc;Z)V
            putfield io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.result:Ljava/lang/Object;
         1: .line 94
            aload 0 /* this */
            invokespecial io.vertx.pgclient.impl.codec.PgCommandCodec.handleReadyForQuery:()V
         2: .line 95
            return
        end local 0 // io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/pgclient/impl/codec/PrepareStatementCommandCodec;
}
Signature: Lio/vertx/pgclient/impl/codec/PgCommandCodec<Lio/vertx/sqlclient/impl/PreparedStatement;Lio/vertx/sqlclient/impl/command/PrepareStatementCommand;>;
SourceFile: "PrepareStatementCommandCodec.java"