public class io.vertx.ext.jdbc.impl.actions.JDBCCommit extends io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.jdbc.impl.actions.JDBCCommit
  super_class: io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction
{
  public void <init>(io.vertx.core.Vertx, io.vertx.ext.sql.SQLOptions, io.vertx.core.impl.ContextInternal);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCommit this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.sql.SQLOptions options
        start local 3 // io.vertx.core.impl.ContextInternal ctx
         0: .line 32
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* options */
            aload 3 /* ctx */
            invokespecial io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;)V
         1: .line 33
            return
        end local 3 // io.vertx.core.impl.ContextInternal ctx
        end local 2 // io.vertx.ext.sql.SQLOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCommit this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/jdbc/impl/actions/JDBCCommit;
            0    2     1    vertx  Lio/vertx/core/Vertx;
            0    2     2  options  Lio/vertx/ext/sql/SQLOptions;
            0    2     3      ctx  Lio/vertx/core/impl/ContextInternal;
    MethodParameters:
         Name  Flags
      vertx    
      options  
      ctx      

  public java.lang.Void execute(java.sql.Connection);
    descriptor: (Ljava/sql/Connection;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCommit this
        start local 1 // java.sql.Connection conn
         0: .line 37
            aload 1 /* conn */
            invokeinterface java.sql.Connection.commit:()V
         1: .line 38
            aconst_null
            areturn
        end local 1 // java.sql.Connection conn
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCommit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCCommit;
            0    2     1  conn  Ljava/sql/Connection;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      conn  

  protected java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCommit this
         0: .line 43
            ldc "commit"
            areturn
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCommit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCCommit;

  public java.lang.Object execute(java.sql.Connection);
    descriptor: (Ljava/sql/Connection;)Ljava/lang/Object;
    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.ext.jdbc.impl.actions.JDBCCommit.execute:(Ljava/sql/Connection;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.sql.SQLException
}
Signature: Lio/vertx/ext/jdbc/impl/actions/AbstractJDBCAction<Ljava/lang/Void;>;
SourceFile: "JDBCCommit.java"