public class examples.JDBCExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.JDBCExamples
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // examples.JDBCExamples this
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // examples.JDBCExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/JDBCExamples;

  public void exampleCreateDefault(io.vertx.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // examples.JDBCExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.json.JsonObject config
         0: .line 22
            aload 1 /* vertx */
            aload 2 /* config */
            invokestatic io.vertx.ext.jdbc.JDBCClient.createShared:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/jdbc/JDBCClient;
            pop
         1: .line 24
            return
        end local 2 // io.vertx.core.json.JsonObject config
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.JDBCExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lexamples/JDBCExamples;
            0    2     1   vertx  Lio/vertx/core/Vertx;
            0    2     2  config  Lio/vertx/core/json/JsonObject;
    MethodParameters:
        Name  Flags
      vertx   
      config  

  public void exampleCreateDataSourceName(io.vertx.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // examples.JDBCExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.json.JsonObject config
         0: .line 29
            aload 1 /* vertx */
            aload 2 /* config */
            ldc "MyDataSource"
            invokestatic io.vertx.ext.jdbc.JDBCClient.createShared:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;Ljava/lang/String;)Lio/vertx/ext/jdbc/JDBCClient;
            pop
         1: .line 31
            return
        end local 2 // io.vertx.core.json.JsonObject config
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.JDBCExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lexamples/JDBCExamples;
            0    2     1   vertx  Lio/vertx/core/Vertx;
            0    2     2  config  Lio/vertx/core/json/JsonObject;
    MethodParameters:
        Name  Flags
      vertx   
      config  

  public void exampleCreateWithDataSource(io.vertx.core.Vertx, javax.sql.DataSource);
    descriptor: (Lio/vertx/core/Vertx;Ljavax/sql/DataSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // examples.JDBCExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // javax.sql.DataSource dataSource
         0: .line 35
            aload 1 /* vertx */
            aload 2 /* dataSource */
            invokestatic io.vertx.ext.jdbc.JDBCClient.create:(Lio/vertx/core/Vertx;Ljavax/sql/DataSource;)Lio/vertx/ext/jdbc/JDBCClient;
            pop
         1: .line 37
            return
        end local 2 // javax.sql.DataSource dataSource
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.JDBCExamples this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lexamples/JDBCExamples;
            0    2     1       vertx  Lio/vertx/core/Vertx;
            0    2     2  dataSource  Ljavax/sql/DataSource;
    MethodParameters:
            Name  Flags
      vertx       
      dataSource  

  public void exampleCreateNonShared(io.vertx.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // examples.JDBCExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.json.JsonObject config
         0: .line 41
            aload 1 /* vertx */
            aload 2 /* config */
            invokestatic io.vertx.ext.jdbc.JDBCClient.createNonShared:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/jdbc/JDBCClient;
            pop
         1: .line 43
            return
        end local 2 // io.vertx.core.json.JsonObject config
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.JDBCExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lexamples/JDBCExamples;
            0    2     1   vertx  Lio/vertx/core/Vertx;
            0    2     2  config  Lio/vertx/core/json/JsonObject;
    MethodParameters:
        Name  Flags
      vertx   
      config  

  public void example4(io.vertx.ext.jdbc.JDBCClient);
    descriptor: (Lio/vertx/ext/jdbc/JDBCClient;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.JDBCExamples this
        start local 1 // io.vertx.ext.jdbc.JDBCClient client
         0: .line 49
            aload 1 /* client */
            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
                  examples/JDBCExamples.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.jdbc.JDBCClient.getConnection:(Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLClient;
            pop
         1: .line 66
            return
        end local 1 // io.vertx.ext.jdbc.JDBCClient client
        end local 0 // examples.JDBCExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lexamples/JDBCExamples;
            0    2     1  client  Lio/vertx/ext/jdbc/JDBCClient;
    MethodParameters:
        Name  Flags
      client  

  public void example5(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.JDBCExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 70
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         1: .line 71
            ldc "url"
            ldc "jdbc:hsqldb:mem:test?shutdown=true"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         2: .line 72
            ldc "driver_class"
            ldc "org.hsqldb.jdbcDriver"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         3: .line 73
            ldc "max_pool_size"
            bipush 30
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Integer;)Lio/vertx/core/json/JsonObject;
         4: .line 70
            astore 2 /* config */
        start local 2 // io.vertx.core.json.JsonObject config
         5: .line 75
            aload 1 /* vertx */
            aload 2 /* config */
            invokestatic io.vertx.ext.jdbc.JDBCClient.createShared:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/jdbc/JDBCClient;
            pop
         6: .line 77
            return
        end local 2 // io.vertx.core.json.JsonObject config
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.JDBCExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lexamples/JDBCExamples;
            0    7     1   vertx  Lio/vertx/core/Vertx;
            5    7     2  config  Lio/vertx/core/json/JsonObject;
    MethodParameters:
       Name  Flags
      vertx  

  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=2, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 50
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 52
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.ext.sql.SQLConnection
            astore 1 /* connection */
        start local 1 // io.vertx.ext.sql.SQLConnection connection
         2: .line 54
            aload 1 /* connection */
            ldc "SELECT * FROM some_table"
            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
                  examples/JDBCExamples.lambda$1(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.sql.SQLConnection.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
        end local 1 // io.vertx.ext.sql.SQLConnection connection
         3: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0         res  Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/SQLConnection;>;
            2    3     1  connection  Lio/vertx/ext/sql/SQLConnection;

  private static void lambda$1(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res2
         0: .line 55
            aload 0 /* res2 */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 57
            aload 0 /* res2 */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.ext.sql.ResultSet
            pop
         2: .line 60
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult res2
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  res2  Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;
}
SourceFile: "JDBCExamples.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeInvisibleAnnotations: 
      io.vertx.docgen.Source()