class io.vertx.ext.jdbc.impl.JDBCConnectionImpl implements io.vertx.ext.sql.SQLConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.jdbc.impl.JDBCConnectionImpl
  super_class: java.lang.Object
{
  static final io.vertx.core.logging.Logger log;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final java.sql.Connection conn;
    descriptor: Ljava/sql/Connection;
    flags: (0x0010) ACC_FINAL

  private final io.vertx.core.impl.ContextInternal ctx;
    descriptor: Lio/vertx/core/impl/ContextInternal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.spi.metrics.PoolMetrics metrics;
    descriptor: Lio/vertx/core/spi/metrics/PoolMetrics;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final java.lang.Object metric;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  private final io.vertx.core.impl.TaskQueue statementsQueue;
    descriptor: Lio/vertx/core/impl/TaskQueue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper helper;
    descriptor: Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.ext.sql.SQLOptions options;
    descriptor: Lio/vertx/ext/sql/SQLOptions;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 39
            ldc Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
            putstatic io.vertx.ext.jdbc.impl.JDBCConnectionImpl.log:Lio/vertx/core/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.core.Context, io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper, java.sql.Connection, io.vertx.core.spi.metrics.PoolMetrics, java.lang.Object);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Ljava/sql/Connection;Lio/vertx/core/spi/metrics/PoolMetrics;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // io.vertx.core.Context context
        start local 2 // io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper helper
        start local 3 // java.sql.Connection conn
        start local 4 // io.vertx.core.spi.metrics.PoolMetrics metrics
        start local 5 // java.lang.Object metric
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            new io.vertx.core.impl.TaskQueue
            dup
            invokespecial io.vertx.core.impl.TaskQueue.<init>:()V
            putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
         2: .line 53
            aload 0 /* this */
            aload 1 /* context */
            invokeinterface io.vertx.core.Context.owner:()Lio/vertx/core/Vertx;
            putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
         3: .line 54
            aload 0 /* this */
            aload 2 /* helper */
            putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
         4: .line 55
            aload 0 /* this */
            aload 3 /* conn */
            putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
         5: .line 56
            aload 0 /* this */
            aload 4 /* metrics */
            putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
         6: .line 57
            aload 0 /* this */
            aload 5 /* metric */
            putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.metric:Ljava/lang/Object;
         7: .line 58
            aload 0 /* this */
            aload 1 /* context */
            checkcast io.vertx.core.impl.ContextInternal
            putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
         8: .line 59
            return
        end local 5 // java.lang.Object metric
        end local 4 // io.vertx.core.spi.metrics.PoolMetrics metrics
        end local 3 // java.sql.Connection conn
        end local 2 // io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper helper
        end local 1 // io.vertx.core.Context context
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    9     1  context  Lio/vertx/core/Context;
            0    9     2   helper  Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            0    9     3     conn  Ljava/sql/Connection;
            0    9     4  metrics  Lio/vertx/core/spi/metrics/PoolMetrics;
            0    9     5   metric  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      helper   
      conn     
      metrics  
      metric   

  public io.vertx.ext.sql.SQLConnection setOptions(io.vertx.ext.sql.SQLOptions);
    descriptor: (Lio/vertx/ext/sql/SQLOptions;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // io.vertx.ext.sql.SQLOptions options
         0: .line 63
            aload 0 /* this */
            aload 1 /* options */
            putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
         1: .line 64
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.sql.SQLOptions options
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1  options  Lio/vertx/ext/sql/SQLOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.ext.sql.SQLConnection setAutoCommit(boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (ZLio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // boolean autoCommit
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 69
            new io.vertx.ext.jdbc.impl.actions.JDBCAutoCommit
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            iload 1 /* autoCommit */
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCAutoCommit.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Z)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 2 /* resultHandler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCAutoCommit.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 70
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // boolean autoCommit
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1     autoCommit  Z
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      autoCommit     
      resultHandler  

  public io.vertx.ext.sql.SQLConnection execute(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 75
            new io.vertx.ext.jdbc.impl.actions.JDBCExecute
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* sql */
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCExecute.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 2 /* resultHandler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCExecute.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 76
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1            sql  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      resultHandler  

  public io.vertx.ext.sql.SQLConnection query(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.ResultSet>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 81
            new io.vertx.ext.jdbc.impl.actions.JDBCQuery
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* sql */
            aconst_null
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCQuery.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/json/JsonArray;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 2 /* resultHandler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCQuery.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 82
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1            sql  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      resultHandler  

  public io.vertx.ext.sql.SQLConnection queryStream(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.SQLRowStream>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=3, args_size=3
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler handler
         0: .line 87
            new io.vertx.ext.jdbc.impl.actions.StreamQuery
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 1 /* sql */
            aconst_null
            invokespecial io.vertx.ext.jdbc.impl.actions.StreamQuery.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/TaskQueue;Ljava/lang/String;Lio/vertx/core/json/JsonArray;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 2 /* handler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.StreamQuery.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 88
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1      sql  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/SQLRowStream;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/SQLRowStream;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
         Name  Flags
      sql      
      handler  

  public io.vertx.ext.sql.SQLConnection queryStreamWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.SQLRowStream>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=4
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.json.JsonArray params
        start local 3 // io.vertx.core.Handler handler
         0: .line 93
            new io.vertx.ext.jdbc.impl.actions.StreamQuery
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 1 /* sql */
            aload 2 /* params */
            invokespecial io.vertx.ext.jdbc.impl.actions.StreamQuery.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/TaskQueue;Ljava/lang/String;Lio/vertx/core/json/JsonArray;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 3 /* handler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.StreamQuery.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 94
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.core.json.JsonArray params
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1      sql  Ljava/lang/String;
            0    2     2   params  Lio/vertx/core/json/JsonArray;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/SQLRowStream;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/SQLRowStream;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
         Name  Flags
      sql      
      params   
      handler  

  public io.vertx.ext.sql.SQLConnection queryWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.ResultSet>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.json.JsonArray params
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 99
            new io.vertx.ext.jdbc.impl.actions.JDBCQuery
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* sql */
            aload 2 /* params */
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCQuery.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/json/JsonArray;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 3 /* resultHandler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCQuery.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 100
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonArray params
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1            sql  Ljava/lang/String;
            0    2     2         params  Lio/vertx/core/json/JsonArray;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      params         
      resultHandler  

  public io.vertx.ext.sql.SQLConnection update(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.UpdateResult>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 105
            new io.vertx.ext.jdbc.impl.actions.JDBCUpdate
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* sql */
            aconst_null
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCUpdate.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/json/JsonArray;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 2 /* resultHandler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCUpdate.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 106
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1            sql  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/UpdateResult;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/UpdateResult;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      resultHandler  

  public io.vertx.ext.sql.SQLConnection updateWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.UpdateResult>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.json.JsonArray params
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 111
            new io.vertx.ext.jdbc.impl.actions.JDBCUpdate
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* sql */
            aload 2 /* params */
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCUpdate.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/json/JsonArray;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 3 /* resultHandler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCUpdate.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 112
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonArray params
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1            sql  Ljava/lang/String;
            0    2     2         params  Lio/vertx/core/json/JsonArray;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/UpdateResult;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/UpdateResult;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      params         
      resultHandler  

  public io.vertx.ext.sql.SQLConnection call(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.ResultSet>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=3, args_size=3
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 117
            new io.vertx.ext.jdbc.impl.actions.JDBCCallable
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* sql */
            aconst_null
            aconst_null
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCCallable.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 2 /* resultHandler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCCallable.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 118
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1            sql  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      resultHandler  

  public io.vertx.ext.sql.SQLConnection callWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.ResultSet>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.json.JsonArray params
        start local 3 // io.vertx.core.json.JsonArray outputs
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 123
            new io.vertx.ext.jdbc.impl.actions.JDBCCallable
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* sql */
            aload 2 /* params */
            aload 3 /* outputs */
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCCallable.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 4 /* resultHandler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCCallable.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 124
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.core.json.JsonArray outputs
        end local 2 // io.vertx.core.json.JsonArray params
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1            sql  Ljava/lang/String;
            0    2     2         params  Lio/vertx/core/json/JsonArray;
            0    2     3        outputs  Lio/vertx/core/json/JsonArray;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      params         
      outputs        
      resultHandler  

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 129
            new io.vertx.ext.jdbc.impl.actions.JDBCClose
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.metric:Ljava/lang/Object;
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCClose.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/spi/metrics/PoolMetrics;Ljava/lang/Object;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 1 /* handler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCClose.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 130
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
         0: .line 134
            aload 0 /* this */
            invokedynamic handle()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/ext/jdbc/impl/JDBCConnectionImpl.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.ext.jdbc.impl.JDBCConnectionImpl.close:(Lio/vertx/core/Handler;)V
         1: .line 139
            return
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;

  public io.vertx.ext.sql.SQLConnection commit(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 143
            new io.vertx.ext.jdbc.impl.actions.JDBCCommit
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCCommit.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 1 /* handler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCCommit.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 144
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.sql.SQLConnection rollback(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 149
            new io.vertx.ext.jdbc.impl.actions.JDBCRollback
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCRollback.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 1 /* handler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCRollback.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 150
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.sql.SQLConnection getTransactionIsolation(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.TransactionIsolation>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 155
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;)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/ext/jdbc/impl/JDBCConnectionImpl.lambda$1(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
         1: .line 167
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 1 /* handler */
         2: .line 155
            invokeinterface io.vertx.core.impl.ContextInternal.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         3: .line 169
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    4     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/TransactionIsolation;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/TransactionIsolation;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.sql.SQLConnection batch(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.Integer>>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // java.util.List sqlStatements
        start local 2 // io.vertx.core.Handler handler
         0: .line 174
            new io.vertx.ext.jdbc.impl.actions.JDBCBatch
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* sqlStatements */
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCBatch.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/util/List;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 2 /* handler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCBatch.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 175
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List sqlStatements
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1  sqlStatements  Ljava/util/List<Ljava/lang/String;>;
            0    2     2        handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sqlStatements  
      handler        

  public io.vertx.ext.sql.SQLConnection batchWithParams(java.lang.String, java.util.List<io.vertx.core.json.JsonArray>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.Integer>>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // java.lang.String statement
        start local 2 // java.util.List args
        start local 3 // io.vertx.core.Handler handler
         0: .line 180
            new io.vertx.ext.jdbc.impl.actions.JDBCBatch
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* statement */
            aload 2 /* args */
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCBatch.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Ljava/util/List;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 3 /* handler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCBatch.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 181
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List args
        end local 1 // java.lang.String statement
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1  statement  Ljava/lang/String;
            0    2     2       args  Ljava/util/List<Lio/vertx/core/json/JsonArray;>;
            0    2     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
           Name  Flags
      statement  
      args       
      handler    

  public io.vertx.ext.sql.SQLConnection batchCallableWithParams(java.lang.String, java.util.List<io.vertx.core.json.JsonArray>, java.util.List<io.vertx.core.json.JsonArray>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.Integer>>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // java.lang.String statement
        start local 2 // java.util.List inArgs
        start local 3 // java.util.List outArgs
        start local 4 // io.vertx.core.Handler handler
         0: .line 186
            new io.vertx.ext.jdbc.impl.actions.JDBCBatch
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* statement */
            aload 2 /* inArgs */
            aload 3 /* outArgs */
            invokespecial io.vertx.ext.jdbc.impl.actions.JDBCBatch.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 4 /* handler */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCBatch.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         1: .line 187
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.util.List outArgs
        end local 2 // java.util.List inArgs
        end local 1 // java.lang.String statement
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    2     1  statement  Ljava/lang/String;
            0    2     2     inArgs  Ljava/util/List<Lio/vertx/core/json/JsonArray;>;
            0    2     3    outArgs  Ljava/util/List<Lio/vertx/core/json/JsonArray;>;
            0    2     4    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
           Name  Flags
      statement  
      inArgs     
      outArgs    
      handler    

  public io.vertx.ext.sql.SQLConnection setTransactionIsolation(io.vertx.ext.sql.TransactionIsolation, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/ext/sql/TransactionIsolation;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // io.vertx.ext.sql.TransactionIsolation isolation
        start local 2 // io.vertx.core.Handler handler
         0: .line 192
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            aload 1 /* isolation */
            invokedynamic handle(Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;Lio/vertx/ext/sql/TransactionIsolation;)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/ext/jdbc/impl/JDBCConnectionImpl.lambda$2(Lio/vertx/ext/sql/TransactionIsolation;Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
         1: .line 199
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
            aload 2 /* handler */
         2: .line 192
            invokeinterface io.vertx.core.impl.ContextInternal.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         3: .line 201
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.ext.sql.TransactionIsolation isolation
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    4     1  isolation  Lio/vertx/ext/sql/TransactionIsolation;
            0    4     2    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/ext/sql/TransactionIsolation;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
           Name  Flags
      isolation  
      handler    

  public <C> C unwrap();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
         0: .line 207
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            areturn
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
    Signature: <C:Ljava/lang/Object;>()TC;

  public io.vertx.ext.sql.SQLOperations update(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
    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.ext.jdbc.impl.JDBCConnectionImpl.update:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.sql.SQLOperations query(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
    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.ext.jdbc.impl.JDBCConnectionImpl.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.sql.SQLOperations queryStreamWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
    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.ext.jdbc.impl.JDBCConnectionImpl.queryStreamWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.sql.SQLOperations updateWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
    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.ext.jdbc.impl.JDBCConnectionImpl.updateWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.sql.SQLOperations callWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.json.JsonArray, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
    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
            aload 4
            invokevirtual io.vertx.ext.jdbc.impl.JDBCConnectionImpl.callWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.sql.SQLOperations queryStream(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
    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.ext.jdbc.impl.JDBCConnectionImpl.queryStream:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.sql.SQLOperations call(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
    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.ext.jdbc.impl.JDBCConnectionImpl.call:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.sql.SQLOperations queryWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
    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.ext.jdbc.impl.JDBCConnectionImpl.queryWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 135
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 2
         1: .line 136
            getstatic io.vertx.ext.jdbc.impl.JDBCConnectionImpl.log:Lio/vertx/core/logging/Logger;
            ldc "Failure in closing connection"
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 138
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$1(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 1 // io.vertx.core.Promise f
         0: .line 157
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            invokeinterface java.sql.Connection.getTransactionIsolation:()I
            invokestatic io.vertx.ext.sql.TransactionIsolation.from:(I)Lio/vertx/ext/sql/TransactionIsolation;
            astore 2 /* txIsolation */
        start local 2 // io.vertx.ext.sql.TransactionIsolation txIsolation
         1: .line 159
            aload 2 /* txIsolation */
            ifnull 4
         2: .line 160
            aload 1 /* f */
            aload 2 /* txIsolation */
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
         3: .line 161
            goto 8
         4: .line 162
      StackMap locals: io.vertx.ext.sql.TransactionIsolation
      StackMap stack:
            aload 1 /* f */
            ldc "Unknown isolation level"
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/String;)V
        end local 2 // io.vertx.ext.sql.TransactionIsolation txIsolation
         5: .line 164
            goto 8
      StackMap locals: io.vertx.ext.jdbc.impl.JDBCConnectionImpl io.vertx.core.Promise
      StackMap stack: java.sql.SQLException
         6: astore 2 /* e */
        start local 2 // java.sql.SQLException e
         7: .line 165
            aload 1 /* f */
            aload 2 /* e */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
        end local 2 // java.sql.SQLException e
         8: .line 167
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Promise f
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    9     1            f  Lio/vertx/core/Promise<Lio/vertx/ext/sql/TransactionIsolation;>;
            1    5     2  txIsolation  Lio/vertx/ext/sql/TransactionIsolation;
            7    8     2            e  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.sql.SQLException

  private void lambda$2(io.vertx.ext.sql.TransactionIsolation, io.vertx.core.Promise);
    descriptor: (Lio/vertx/ext/sql/TransactionIsolation;Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
        start local 2 // io.vertx.core.Promise f
         0: .line 194
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
            aload 1
            invokevirtual io.vertx.ext.sql.TransactionIsolation.getType:()I
            invokeinterface java.sql.Connection.setTransactionIsolation:(I)V
         1: .line 195
            aload 2 /* f */
            aconst_null
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
         2: .line 196
            goto 5
      StackMap locals:
      StackMap stack: java.sql.SQLException
         3: astore 3 /* e */
        start local 3 // java.sql.SQLException e
         4: .line 197
            aload 2 /* f */
            aload 3 /* e */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
        end local 3 // java.sql.SQLException e
         5: .line 199
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Promise f
        end local 0 // io.vertx.ext.jdbc.impl.JDBCConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
            0    6     2     f  Lio/vertx/core/Promise<Ljava/lang/Void;>;
            4    5     3     e  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.sql.SQLException
}
SourceFile: "JDBCConnectionImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles