public class io.vertx.mysqlclient.impl.command.ChangeUserCommand extends io.vertx.mysqlclient.impl.command.AuthenticationCommandBase<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.mysqlclient.impl.command.ChangeUserCommand
  super_class: io.vertx.mysqlclient.impl.command.AuthenticationCommandBase
{
  public void <init>(java.lang.String, java.lang.String, java.lang.String, io.vertx.mysqlclient.impl.MySQLCollation, io.vertx.core.buffer.Buffer, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/mysqlclient/impl/MySQLCollation;Lio/vertx/core/buffer/Buffer;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.mysqlclient.impl.command.ChangeUserCommand this
        start local 1 // java.lang.String username
        start local 2 // java.lang.String password
        start local 3 // java.lang.String database
        start local 4 // io.vertx.mysqlclient.impl.MySQLCollation collation
        start local 5 // io.vertx.core.buffer.Buffer serverRsaPublicKey
        start local 6 // java.util.Map connectionAttributes
         0: .line 26
            aload 0 /* this */
            aload 1 /* username */
            aload 2 /* password */
            aload 3 /* database */
            aload 4 /* collation */
            aload 5 /* serverRsaPublicKey */
            aload 6 /* connectionAttributes */
            invokespecial io.vertx.mysqlclient.impl.command.AuthenticationCommandBase.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/mysqlclient/impl/MySQLCollation;Lio/vertx/core/buffer/Buffer;Ljava/util/Map;)V
         1: .line 27
            return
        end local 6 // java.util.Map connectionAttributes
        end local 5 // io.vertx.core.buffer.Buffer serverRsaPublicKey
        end local 4 // io.vertx.mysqlclient.impl.MySQLCollation collation
        end local 3 // java.lang.String database
        end local 2 // java.lang.String password
        end local 1 // java.lang.String username
        end local 0 // io.vertx.mysqlclient.impl.command.ChangeUserCommand this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/vertx/mysqlclient/impl/command/ChangeUserCommand;
            0    2     1              username  Ljava/lang/String;
            0    2     2              password  Ljava/lang/String;
            0    2     3              database  Ljava/lang/String;
            0    2     4             collation  Lio/vertx/mysqlclient/impl/MySQLCollation;
            0    2     5    serverRsaPublicKey  Lio/vertx/core/buffer/Buffer;
            0    2     6  connectionAttributes  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/mysqlclient/impl/MySQLCollation;Lio/vertx/core/buffer/Buffer;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)V
    MethodParameters:
                      Name  Flags
      username              
      password              
      database              
      collation             
      serverRsaPublicKey    
      connectionAttributes  
}
Signature: Lio/vertx/mysqlclient/impl/command/AuthenticationCommandBase<Ljava/lang/Void;>;
SourceFile: "ChangeUserCommand.java"