public class io.vertx.sqlclient.impl.command.InitCommand extends io.vertx.sqlclient.impl.command.CommandBase<io.vertx.sqlclient.impl.Connection>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.sqlclient.impl.command.InitCommand
  super_class: io.vertx.sqlclient.impl.command.CommandBase
{
  private final io.vertx.sqlclient.impl.SocketConnectionBase conn;
    descriptor: Lio/vertx/sqlclient/impl/SocketConnectionBase;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String username;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String password;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String database;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.String, java.lang.String> properties;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public void <init>(io.vertx.sqlclient.impl.SocketConnectionBase, java.lang.String, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Lio/vertx/sqlclient/impl/SocketConnectionBase;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.vertx.sqlclient.impl.command.InitCommand this
        start local 1 // io.vertx.sqlclient.impl.SocketConnectionBase conn
        start local 2 // java.lang.String username
        start local 3 // java.lang.String password
        start local 4 // java.lang.String database
        start local 5 // java.util.Map properties
         0: .line 38
            aload 0 /* this */
            invokespecial io.vertx.sqlclient.impl.command.CommandBase.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* conn */
            putfield io.vertx.sqlclient.impl.command.InitCommand.conn:Lio/vertx/sqlclient/impl/SocketConnectionBase;
         2: .line 45
            aload 0 /* this */
            aload 2 /* username */
            putfield io.vertx.sqlclient.impl.command.InitCommand.username:Ljava/lang/String;
         3: .line 46
            aload 0 /* this */
            aload 3 /* password */
            putfield io.vertx.sqlclient.impl.command.InitCommand.password:Ljava/lang/String;
         4: .line 47
            aload 0 /* this */
            aload 4 /* database */
            putfield io.vertx.sqlclient.impl.command.InitCommand.database:Ljava/lang/String;
         5: .line 48
            aload 0 /* this */
            aload 5 /* properties */
            putfield io.vertx.sqlclient.impl.command.InitCommand.properties:Ljava/util/Map;
         6: .line 49
            return
        end local 5 // java.util.Map properties
        end local 4 // java.lang.String database
        end local 3 // java.lang.String password
        end local 2 // java.lang.String username
        end local 1 // io.vertx.sqlclient.impl.SocketConnectionBase conn
        end local 0 // io.vertx.sqlclient.impl.command.InitCommand this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/vertx/sqlclient/impl/command/InitCommand;
            0    7     1        conn  Lio/vertx/sqlclient/impl/SocketConnectionBase;
            0    7     2    username  Ljava/lang/String;
            0    7     3    password  Ljava/lang/String;
            0    7     4    database  Ljava/lang/String;
            0    7     5  properties  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Lio/vertx/sqlclient/impl/SocketConnectionBase;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)V
    MethodParameters:
            Name  Flags
      conn        
      username    
      password    
      database    
      properties  

  public io.vertx.sqlclient.impl.SocketConnectionBase connection();
    descriptor: ()Lio/vertx/sqlclient/impl/SocketConnectionBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.impl.command.InitCommand this
         0: .line 52
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.command.InitCommand.conn:Lio/vertx/sqlclient/impl/SocketConnectionBase;
            areturn
        end local 0 // io.vertx.sqlclient.impl.command.InitCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/impl/command/InitCommand;

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

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

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

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