class io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec<R> extends io.vertx.pgclient.impl.codec.ExtendedQueryCommandBaseCodec<R, io.vertx.sqlclient.impl.command.ExtendedQueryCommand<R>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec
  super_class: io.vertx.pgclient.impl.codec.ExtendedQueryCommandBaseCodec
{
  void <init>(io.vertx.sqlclient.impl.command.ExtendedQueryCommand<R>);
    descriptor: (Lio/vertx/sqlclient/impl/command/ExtendedQueryCommand;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec this
        start local 1 // io.vertx.sqlclient.impl.command.ExtendedQueryCommand cmd
         0: .line 26
            aload 0 /* this */
            aload 1 /* cmd */
            invokespecial io.vertx.pgclient.impl.codec.ExtendedQueryCommandBaseCodec.<init>:(Lio/vertx/sqlclient/impl/command/ExtendedQueryCommandBase;)V
         1: .line 27
            return
        end local 1 // io.vertx.sqlclient.impl.command.ExtendedQueryCommand cmd
        end local 0 // io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/pgclient/impl/codec/ExtendedQueryCommandCodec<TR;>;
            0    2     1   cmd  Lio/vertx/sqlclient/impl/command/ExtendedQueryCommand<TR;>;
    Signature: (Lio/vertx/sqlclient/impl/command/ExtendedQueryCommand<TR;>;)V
    MethodParameters:
      Name  Flags
      cmd   

  void encode(io.vertx.pgclient.impl.codec.PgEncoder);
    descriptor: (Lio/vertx/pgclient/impl/codec/PgEncoder;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec this
        start local 1 // io.vertx.pgclient.impl.codec.PgEncoder encoder
         0: .line 31
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.isSuspended:()Z
            ifeq 4
         1: .line 32
            aload 1 /* encoder */
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.cursorId:()Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.fetch:()I
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeExecute:(Ljava/lang/String;I)V
         2: .line 33
            aload 1 /* encoder */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeSync:()V
         3: .line 34
            goto 10
         4: .line 35
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.preparedStatement:()Lio/vertx/sqlclient/impl/PreparedStatement;
            checkcast io.vertx.pgclient.impl.codec.PgPreparedStatement
            astore 2 /* ps */
        start local 2 // io.vertx.pgclient.impl.codec.PgPreparedStatement ps
         5: .line 36
            aload 2 /* ps */
            getfield io.vertx.pgclient.impl.codec.PgPreparedStatement.bind:Lio/vertx/pgclient/impl/codec/Bind;
            getfield io.vertx.pgclient.impl.codec.Bind.statement:J
            lconst_0
            lcmp
            ifne 7
         6: .line 37
            aload 1 /* encoder */
            new io.vertx.pgclient.impl.codec.Parse
            dup
            aload 2 /* ps */
            invokevirtual io.vertx.pgclient.impl.codec.PgPreparedStatement.sql:()Ljava/lang/String;
            invokespecial io.vertx.pgclient.impl.codec.Parse.<init>:(Ljava/lang/String;)V
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeParse:(Lio/vertx/pgclient/impl/codec/Parse;)V
         7: .line 39
      StackMap locals: io.vertx.pgclient.impl.codec.PgPreparedStatement
      StackMap stack:
            aload 1 /* encoder */
            aload 2 /* ps */
            getfield io.vertx.pgclient.impl.codec.PgPreparedStatement.bind:Lio/vertx/pgclient/impl/codec/Bind;
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.cursorId:()Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.params:()Lio/vertx/sqlclient/Tuple;
            checkcast java.util.List
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeBind:(Lio/vertx/pgclient/impl/codec/Bind;Ljava/lang/String;Ljava/util/List;)V
         8: .line 40
            aload 1 /* encoder */
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.cursorId:()Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.fetch:()I
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeExecute:(Ljava/lang/String;I)V
         9: .line 41
            aload 1 /* encoder */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeSync:()V
        end local 2 // io.vertx.pgclient.impl.codec.PgPreparedStatement ps
        10: .line 43
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.pgclient.impl.codec.PgEncoder encoder
        end local 0 // io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lio/vertx/pgclient/impl/codec/ExtendedQueryCommandCodec<TR;>;
            0   11     1  encoder  Lio/vertx/pgclient/impl/codec/PgEncoder;
            5   10     2       ps  Lio/vertx/pgclient/impl/codec/PgPreparedStatement;
    MethodParameters:
         Name  Flags
      encoder  
}
Signature: <R:Ljava/lang/Object;>Lio/vertx/pgclient/impl/codec/ExtendedQueryCommandBaseCodec<TR;Lio/vertx/sqlclient/impl/command/ExtendedQueryCommand<TR;>;>;
SourceFile: "ExtendedQueryCommandCodec.java"