public class io.vertx.mysqlclient.impl.MySQLConnectionImpl extends io.vertx.sqlclient.impl.SqlConnectionImpl<io.vertx.mysqlclient.impl.MySQLConnectionImpl> implements io.vertx.mysqlclient.MySQLConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.mysqlclient.impl.MySQLConnectionImpl
  super_class: io.vertx.sqlclient.impl.SqlConnectionImpl
{
  private final io.vertx.mysqlclient.impl.MySQLConnectionFactory factory;
    descriptor: Lio/vertx/mysqlclient/impl/MySQLConnectionFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static void connect(io.vertx.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.mysqlclient.MySQLConnection>>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.mysqlclient.MySQLConnectOptions options
        start local 2 // io.vertx.core.Handler handler
         0: .line 25
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 3 /* ctx */
        start local 3 // io.vertx.core.Context ctx
         1: .line 26
            aload 3 /* ctx */
            ifnull 5
         2: .line 27
            new io.vertx.mysqlclient.impl.MySQLConnectionFactory
            dup
            aload 3 /* ctx */
            iconst_0
            aload 1 /* options */
            invokespecial io.vertx.mysqlclient.impl.MySQLConnectionFactory.<init>:(Lio/vertx/core/Context;ZLio/vertx/mysqlclient/MySQLConnectOptions;)V
            astore 4 /* client */
        start local 4 // io.vertx.mysqlclient.impl.MySQLConnectionFactory client
         3: .line 28
            aload 4 /* client */
            aload 4 /* client */
            aload 3 /* ctx */
            aload 2 /* handler */
            invokedynamic handle(Lio/vertx/mysqlclient/impl/MySQLConnectionFactory;Lio/vertx/core/Context;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/mysqlclient/impl/MySQLConnectionImpl.lambda$0(Lio/vertx/mysqlclient/impl/MySQLConnectionFactory;Lio/vertx/core/Context;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionFactory.connect:(Lio/vertx/core/Handler;)V
        end local 4 // io.vertx.mysqlclient.impl.MySQLConnectionFactory client
         4: .line 38
            goto 6
         5: .line 39
      StackMap locals: io.vertx.core.Context
      StackMap stack:
            aload 0 /* vertx */
            aload 0 /* vertx */
            aload 1 /* options */
            aload 2 /* handler */
            invokedynamic handle(Lio/vertx/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/mysqlclient/impl/MySQLConnectionImpl.lambda$1(Lio/vertx/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
         6: .line 43
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.Context ctx
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.mysqlclient.MySQLConnectOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0    vertx  Lio/vertx/core/Vertx;
            0    7     1  options  Lio/vertx/mysqlclient/MySQLConnectOptions;
            0    7     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/mysqlclient/MySQLConnection;>;>;
            1    7     3      ctx  Lio/vertx/core/Context;
            3    4     4   client  Lio/vertx/mysqlclient/impl/MySQLConnectionFactory;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/mysqlclient/MySQLConnection;>;>;)V
    MethodParameters:
         Name  Flags
      vertx    
      options  
      handler  

  public void <init>(io.vertx.mysqlclient.impl.MySQLConnectionFactory, io.vertx.core.Context, io.vertx.sqlclient.impl.Connection);
    descriptor: (Lio/vertx/mysqlclient/impl/MySQLConnectionFactory;Lio/vertx/core/Context;Lio/vertx/sqlclient/impl/Connection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
        start local 1 // io.vertx.mysqlclient.impl.MySQLConnectionFactory factory
        start local 2 // io.vertx.core.Context context
        start local 3 // io.vertx.sqlclient.impl.Connection conn
         0: .line 48
            aload 0 /* this */
            aload 2 /* context */
            aload 3 /* conn */
            invokespecial io.vertx.sqlclient.impl.SqlConnectionImpl.<init>:(Lio/vertx/core/Context;Lio/vertx/sqlclient/impl/Connection;)V
         1: .line 50
            aload 0 /* this */
            aload 1 /* factory */
            putfield io.vertx.mysqlclient.impl.MySQLConnectionImpl.factory:Lio/vertx/mysqlclient/impl/MySQLConnectionFactory;
         2: .line 51
            return
        end local 3 // io.vertx.sqlclient.impl.Connection conn
        end local 2 // io.vertx.core.Context context
        end local 1 // io.vertx.mysqlclient.impl.MySQLConnectionFactory factory
        end local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/mysqlclient/impl/MySQLConnectionImpl;
            0    3     1  factory  Lio/vertx/mysqlclient/impl/MySQLConnectionFactory;
            0    3     2  context  Lio/vertx/core/Context;
            0    3     3     conn  Lio/vertx/sqlclient/impl/Connection;
    MethodParameters:
         Name  Flags
      factory  
      context  
      conn     

  public void handleNotification(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
        start local 1 // int processId
        start local 2 // java.lang.String channel
        start local 3 // java.lang.String payload
         0: .line 55
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 3 // java.lang.String payload
        end local 2 // java.lang.String channel
        end local 1 // int processId
        end local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/mysqlclient/impl/MySQLConnectionImpl;
            0    1     1  processId  I
            0    1     2    channel  Ljava/lang/String;
            0    1     3    payload  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      processId  
      channel    
      payload    

  public io.vertx.sqlclient.Transaction begin();
    descriptor: ()Lio/vertx/sqlclient/Transaction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
         0: .line 60
            new java.lang.UnsupportedOperationException
            dup
            ldc "Transaction is not supported for now"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mysqlclient/impl/MySQLConnectionImpl;

  public io.vertx.sqlclient.Transaction begin(boolean);
    descriptor: (Z)Lio/vertx/sqlclient/Transaction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
        start local 1 // boolean closeOnEnd
         0: .line 65
            new java.lang.UnsupportedOperationException
            dup
            ldc "Transaction is not supported for now"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // boolean closeOnEnd
        end local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/mysqlclient/impl/MySQLConnectionImpl;
            0    1     1  closeOnEnd  Z
    MethodParameters:
            Name  Flags
      closeOnEnd  

  public io.vertx.mysqlclient.MySQLConnection ping(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 70
            new io.vertx.mysqlclient.impl.command.PingCommand
            dup
            invokespecial io.vertx.mysqlclient.impl.command.PingCommand.<init>:()V
            astore 2 /* cmd */
        start local 2 // io.vertx.mysqlclient.impl.command.PingCommand cmd
         1: .line 71
            aload 2 /* cmd */
            aload 1 /* handler */
            putfield io.vertx.mysqlclient.impl.command.PingCommand.handler:Lio/vertx/core/Handler;
         2: .line 72
            aload 0 /* this */
            aload 2 /* cmd */
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.schedule:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
         3: .line 73
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.mysqlclient.impl.command.PingCommand cmd
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/mysqlclient/impl/MySQLConnectionImpl;
            0    4     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    4     2      cmd  Lio/vertx/mysqlclient/impl/command/PingCommand;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.mysqlclient.MySQLConnection specifySchema(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
        start local 1 // java.lang.String schemaName
        start local 2 // io.vertx.core.Handler handler
         0: .line 78
            new io.vertx.mysqlclient.impl.command.InitDbCommand
            dup
            aload 1 /* schemaName */
            invokespecial io.vertx.mysqlclient.impl.command.InitDbCommand.<init>:(Ljava/lang/String;)V
            astore 3 /* cmd */
        start local 3 // io.vertx.mysqlclient.impl.command.InitDbCommand cmd
         1: .line 79
            aload 3 /* cmd */
            aload 2 /* handler */
            putfield io.vertx.mysqlclient.impl.command.InitDbCommand.handler:Lio/vertx/core/Handler;
         2: .line 80
            aload 0 /* this */
            aload 3 /* cmd */
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.schedule:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
         3: .line 81
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.mysqlclient.impl.command.InitDbCommand cmd
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String schemaName
        end local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/mysqlclient/impl/MySQLConnectionImpl;
            0    4     1  schemaName  Ljava/lang/String;
            0    4     2     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    4     3         cmd  Lio/vertx/mysqlclient/impl/command/InitDbCommand;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/mysqlclient/MySQLConnection;
    MethodParameters:
            Name  Flags
      schemaName  
      handler     

  public io.vertx.mysqlclient.MySQLConnection getInternalStatistics(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 86
            new io.vertx.mysqlclient.impl.command.StatisticsCommand
            dup
            invokespecial io.vertx.mysqlclient.impl.command.StatisticsCommand.<init>:()V
            astore 2 /* cmd */
        start local 2 // io.vertx.mysqlclient.impl.command.StatisticsCommand cmd
         1: .line 87
            aload 2 /* cmd */
            aload 1 /* handler */
            putfield io.vertx.mysqlclient.impl.command.StatisticsCommand.handler:Lio/vertx/core/Handler;
         2: .line 88
            aload 0 /* this */
            aload 2 /* cmd */
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.schedule:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
         3: .line 89
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.mysqlclient.impl.command.StatisticsCommand cmd
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/mysqlclient/impl/MySQLConnectionImpl;
            0    4     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
            1    4     2      cmd  Lio/vertx/mysqlclient/impl/command/StatisticsCommand;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.mysqlclient.MySQLConnection setOption(io.vertx.mysqlclient.MySQLSetOption, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/mysqlclient/MySQLSetOption;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
        start local 1 // io.vertx.mysqlclient.MySQLSetOption option
        start local 2 // io.vertx.core.Handler handler
         0: .line 94
            new io.vertx.mysqlclient.impl.command.SetOptionCommand
            dup
            aload 1 /* option */
            invokespecial io.vertx.mysqlclient.impl.command.SetOptionCommand.<init>:(Lio/vertx/mysqlclient/MySQLSetOption;)V
            astore 3 /* cmd */
        start local 3 // io.vertx.mysqlclient.impl.command.SetOptionCommand cmd
         1: .line 95
            aload 3 /* cmd */
            aload 2 /* handler */
            putfield io.vertx.mysqlclient.impl.command.SetOptionCommand.handler:Lio/vertx/core/Handler;
         2: .line 96
            aload 0 /* this */
            aload 3 /* cmd */
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.schedule:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
         3: .line 97
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.mysqlclient.impl.command.SetOptionCommand cmd
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.mysqlclient.MySQLSetOption option
        end local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/mysqlclient/impl/MySQLConnectionImpl;
            0    4     1   option  Lio/vertx/mysqlclient/MySQLSetOption;
            0    4     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    4     3      cmd  Lio/vertx/mysqlclient/impl/command/SetOptionCommand;
    Signature: (Lio/vertx/mysqlclient/MySQLSetOption;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      option   
      handler  

  public io.vertx.mysqlclient.MySQLConnection resetConnection(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 102
            new io.vertx.mysqlclient.impl.command.ResetConnectionCommand
            dup
            invokespecial io.vertx.mysqlclient.impl.command.ResetConnectionCommand.<init>:()V
            astore 2 /* cmd */
        start local 2 // io.vertx.mysqlclient.impl.command.ResetConnectionCommand cmd
         1: .line 103
            aload 2 /* cmd */
            aload 1 /* handler */
            putfield io.vertx.mysqlclient.impl.command.ResetConnectionCommand.handler:Lio/vertx/core/Handler;
         2: .line 104
            aload 0 /* this */
            aload 2 /* cmd */
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.schedule:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
         3: .line 105
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.mysqlclient.impl.command.ResetConnectionCommand cmd
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/mysqlclient/impl/MySQLConnectionImpl;
            0    4     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    4     2      cmd  Lio/vertx/mysqlclient/impl/command/ResetConnectionCommand;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.mysqlclient.MySQLConnection debug(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 110
            new io.vertx.mysqlclient.impl.command.DebugCommand
            dup
            invokespecial io.vertx.mysqlclient.impl.command.DebugCommand.<init>:()V
            astore 2 /* cmd */
        start local 2 // io.vertx.mysqlclient.impl.command.DebugCommand cmd
         1: .line 111
            aload 2 /* cmd */
            aload 1 /* handler */
            putfield io.vertx.mysqlclient.impl.command.DebugCommand.handler:Lio/vertx/core/Handler;
         2: .line 112
            aload 0 /* this */
            aload 2 /* cmd */
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.schedule:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
         3: .line 113
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.mysqlclient.impl.command.DebugCommand cmd
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/mysqlclient/impl/MySQLConnectionImpl;
            0    4     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    4     2      cmd  Lio/vertx/mysqlclient/impl/command/DebugCommand;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.mysqlclient.MySQLConnection changeUser(io.vertx.mysqlclient.MySQLConnectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
        start local 1 // io.vertx.mysqlclient.MySQLConnectOptions options
        start local 2 // io.vertx.core.Handler handler
         0: .line 120
            aload 1 /* options */
            invokevirtual io.vertx.mysqlclient.MySQLConnectOptions.getCollation:()Ljava/lang/String;
            invokestatic io.vertx.mysqlclient.impl.MySQLCollation.valueOfName:(Ljava/lang/String;)Lio/vertx/mysqlclient/impl/MySQLCollation;
            astore 3 /* collation */
        start local 3 // io.vertx.mysqlclient.impl.MySQLCollation collation
         1: .line 121
            goto 5
        end local 3 // io.vertx.mysqlclient.impl.MySQLCollation collation
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
         2: astore 4 /* e */
        start local 4 // java.lang.IllegalArgumentException e
         3: .line 122
            aload 2 /* handler */
            aload 4 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 123
            aload 0 /* this */
            areturn
        end local 4 // java.lang.IllegalArgumentException e
        start local 3 // io.vertx.mysqlclient.impl.MySQLCollation collation
         5: .line 125
      StackMap locals: io.vertx.mysqlclient.impl.MySQLCollation
      StackMap stack:
            new io.vertx.mysqlclient.impl.command.ChangeUserCommand
            dup
            aload 1 /* options */
            invokevirtual io.vertx.mysqlclient.MySQLConnectOptions.getUser:()Ljava/lang/String;
            aload 1 /* options */
            invokevirtual io.vertx.mysqlclient.MySQLConnectOptions.getPassword:()Ljava/lang/String;
            aload 1 /* options */
            invokevirtual io.vertx.mysqlclient.MySQLConnectOptions.getDatabase:()Ljava/lang/String;
            aload 3 /* collation */
            aload 1 /* options */
            invokevirtual io.vertx.mysqlclient.MySQLConnectOptions.getProperties:()Ljava/util/Map;
            invokespecial io.vertx.mysqlclient.impl.command.ChangeUserCommand.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/mysqlclient/impl/MySQLCollation;Ljava/util/Map;)V
            astore 4 /* cmd */
        start local 4 // io.vertx.mysqlclient.impl.command.ChangeUserCommand cmd
         6: .line 126
            aload 4 /* cmd */
            aload 2 /* handler */
            putfield io.vertx.mysqlclient.impl.command.ChangeUserCommand.handler:Lio/vertx/core/Handler;
         7: .line 127
            aload 0 /* this */
            aload 4 /* cmd */
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.schedule:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
         8: .line 128
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.mysqlclient.impl.command.ChangeUserCommand cmd
        end local 3 // io.vertx.mysqlclient.impl.MySQLCollation collation
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.mysqlclient.MySQLConnectOptions options
        end local 0 // io.vertx.mysqlclient.impl.MySQLConnectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lio/vertx/mysqlclient/impl/MySQLConnectionImpl;
            0    9     1    options  Lio/vertx/mysqlclient/MySQLConnectOptions;
            0    9     2    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    2     3  collation  Lio/vertx/mysqlclient/impl/MySQLCollation;
            5    9     3  collation  Lio/vertx/mysqlclient/impl/MySQLCollation;
            3    5     4          e  Ljava/lang/IllegalArgumentException;
            6    9     4        cmd  Lio/vertx/mysqlclient/impl/command/ChangeUserCommand;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalArgumentException
    Signature: (Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      options  
      handler  

  public io.vertx.mysqlclient.MySQLConnection preparedQuery(java.lang.String, io.vertx.sqlclient.Tuple, java.util.stream.Collector, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/sqlclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            checkcast java.util.stream.Collector
            aload 4
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.preparedQuery:(Ljava/lang/String;Lio/vertx/sqlclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/SqlClient;
            checkcast io.vertx.mysqlclient.MySQLConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.mysqlclient.MySQLConnection preparedQuery(java.lang.String, java.util.stream.Collector, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.stream.Collector
            aload 3
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.preparedQuery:(Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/SqlClient;
            checkcast io.vertx.mysqlclient.MySQLConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.mysqlclient.MySQLConnection preparedQuery(java.lang.String, io.vertx.sqlclient.Tuple, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/sqlclient/Tuple;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.preparedQuery:(Ljava/lang/String;Lio/vertx/sqlclient/Tuple;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/SqlClient;
            checkcast io.vertx.mysqlclient.MySQLConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.mysqlclient.MySQLConnection preparedQuery(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.preparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/SqlClient;
            checkcast io.vertx.mysqlclient.MySQLConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.mysqlclient.MySQLConnection closeHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/sqlclient/impl/SqlConnectionImpl;
            checkcast io.vertx.mysqlclient.MySQLConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.mysqlclient.MySQLConnection prepare(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.prepare:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/impl/SqlConnectionBase;
            checkcast io.vertx.mysqlclient.MySQLConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.mysqlclient.MySQLConnection query(java.lang.String, java.util.stream.Collector, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.stream.Collector
            aload 3
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.query:(Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/SqlClient;
            checkcast io.vertx.mysqlclient.MySQLConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.mysqlclient.MySQLConnection query(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/SqlClient;
            checkcast io.vertx.mysqlclient.MySQLConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.mysqlclient.MySQLConnection exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mysqlclient.impl.MySQLConnectionImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/sqlclient/impl/SqlConnectionImpl;
            checkcast io.vertx.mysqlclient.MySQLConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.mysqlclient.impl.MySQLConnectionFactory, io.vertx.core.Context, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/mysqlclient/impl/MySQLConnectionFactory;Lio/vertx/core/Context;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=6, args_size=4
        start local 3 // io.vertx.core.AsyncResult ar
         0: .line 29
            aload 3 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 6
         1: .line 30
            aload 3 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.sqlclient.impl.Connection
            astore 4 /* conn */
        start local 4 // io.vertx.sqlclient.impl.Connection conn
         2: .line 31
            new io.vertx.mysqlclient.impl.MySQLConnectionImpl
            dup
            aload 0
            aload 1
            aload 4 /* conn */
            invokespecial io.vertx.mysqlclient.impl.MySQLConnectionImpl.<init>:(Lio/vertx/mysqlclient/impl/MySQLConnectionFactory;Lio/vertx/core/Context;Lio/vertx/sqlclient/impl/Connection;)V
            astore 5 /* p */
        start local 5 // io.vertx.mysqlclient.impl.MySQLConnectionImpl p
         3: .line 32
            aload 4 /* conn */
            aload 5 /* p */
            invokeinterface io.vertx.sqlclient.impl.Connection.init:(Lio/vertx/sqlclient/impl/Connection$Holder;)V
         4: .line 33
            aload 2
            aload 5 /* p */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // io.vertx.mysqlclient.impl.MySQLConnectionImpl p
        end local 4 // io.vertx.sqlclient.impl.Connection conn
         5: .line 34
            goto 7
         6: .line 35
      StackMap locals:
      StackMap stack:
            aload 2
            aload 3 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         7: .line 37
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     3    ar  Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/impl/Connection;>;
            2    5     4  conn  Lio/vertx/sqlclient/impl/Connection;
            3    5     5     p  Lio/vertx/mysqlclient/impl/MySQLConnectionImpl;

  private static void lambda$1(io.vertx.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions, io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 3 // java.lang.Void v
         0: .line 40
            aload 0
            aload 1
            aload 2
            invokestatic io.vertx.mysqlclient.impl.MySQLConnectionImpl.connect:(Lio/vertx/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 41
            return
        end local 3 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     3     v  Ljava/lang/Void;
}
Signature: Lio/vertx/sqlclient/impl/SqlConnectionImpl<Lio/vertx/mysqlclient/impl/MySQLConnectionImpl;>;Lio/vertx/mysqlclient/MySQLConnection;
SourceFile: "MySQLConnectionImpl.java"
InnerClasses:
  public abstract Holder = io.vertx.sqlclient.impl.Connection$Holder of io.vertx.sqlclient.impl.Connection
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles