public class io.vertx.sqlclient.impl.command.CloseCursorCommand extends io.vertx.sqlclient.impl.command.CommandBase<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.sqlclient.impl.command.CloseCursorCommand
  super_class: io.vertx.sqlclient.impl.command.CommandBase
{
  private final java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.sqlclient.impl.PreparedStatement statement;
    descriptor: Lio/vertx/sqlclient/impl/PreparedStatement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, io.vertx.sqlclient.impl.PreparedStatement);
    descriptor: (Ljava/lang/String;Lio/vertx/sqlclient/impl/PreparedStatement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.sqlclient.impl.command.CloseCursorCommand this
        start local 1 // java.lang.String id
        start local 2 // io.vertx.sqlclient.impl.PreparedStatement statement
         0: .line 30
            aload 0 /* this */
            invokespecial io.vertx.sqlclient.impl.command.CommandBase.<init>:()V
         1: .line 31
            aload 0 /* this */
            aload 1 /* id */
            putfield io.vertx.sqlclient.impl.command.CloseCursorCommand.id:Ljava/lang/String;
         2: .line 32
            aload 0 /* this */
            aload 2 /* statement */
            putfield io.vertx.sqlclient.impl.command.CloseCursorCommand.statement:Lio/vertx/sqlclient/impl/PreparedStatement;
         3: .line 33
            return
        end local 2 // io.vertx.sqlclient.impl.PreparedStatement statement
        end local 1 // java.lang.String id
        end local 0 // io.vertx.sqlclient.impl.command.CloseCursorCommand this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/sqlclient/impl/command/CloseCursorCommand;
            0    4     1         id  Ljava/lang/String;
            0    4     2  statement  Lio/vertx/sqlclient/impl/PreparedStatement;
    MethodParameters:
           Name  Flags
      id         
      statement  

  public java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.impl.command.CloseCursorCommand this
         0: .line 36
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.command.CloseCursorCommand.id:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.sqlclient.impl.command.CloseCursorCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/impl/command/CloseCursorCommand;

  public io.vertx.sqlclient.impl.PreparedStatement statement();
    descriptor: ()Lio/vertx/sqlclient/impl/PreparedStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.impl.command.CloseCursorCommand this
         0: .line 40
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.command.CloseCursorCommand.statement:Lio/vertx/sqlclient/impl/PreparedStatement;
            areturn
        end local 0 // io.vertx.sqlclient.impl.command.CloseCursorCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/impl/command/CloseCursorCommand;
}
Signature: Lio/vertx/sqlclient/impl/command/CommandBase<Ljava/lang/Void;>;
SourceFile: "CloseCursorCommand.java"