class org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper implements org.hibernate.tool.hbm2ddl.ConnectionHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper
  super_class: java.lang.Object
{
  private java.sql.Connection connection;
    descriptor: Ljava/sql/Connection;
    flags: (0x0002) ACC_PRIVATE

  private boolean toggleAutoCommit;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final org.hibernate.engine.jdbc.spi.SqlExceptionHelper sqlExceptionHelper;
    descriptor: Lorg/hibernate/engine/jdbc/spi/SqlExceptionHelper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.sql.Connection, org.hibernate.engine.jdbc.spi.SqlExceptionHelper);
    descriptor: (Ljava/sql/Connection;Lorg/hibernate/engine/jdbc/spi/SqlExceptionHelper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper this
        start local 1 // java.sql.Connection connection
        start local 2 // org.hibernate.engine.jdbc.spi.SqlExceptionHelper sqlExceptionHelper
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* connection */
            putfield org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.connection:Ljava/sql/Connection;
         2: .line 31
            aload 0 /* this */
            aload 2 /* sqlExceptionHelper */
            putfield org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.sqlExceptionHelper:Lorg/hibernate/engine/jdbc/spi/SqlExceptionHelper;
         3: .line 32
            return
        end local 2 // org.hibernate.engine.jdbc.spi.SqlExceptionHelper sqlExceptionHelper
        end local 1 // java.sql.Connection connection
        end local 0 // org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lorg/hibernate/tool/hbm2ddl/SuppliedConnectionHelper;
            0    4     1          connection  Ljava/sql/Connection;
            0    4     2  sqlExceptionHelper  Lorg/hibernate/engine/jdbc/spi/SqlExceptionHelper;
    MethodParameters:
                    Name  Flags
      connection          
      sqlExceptionHelper  

  public void prepare(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper this
        start local 1 // boolean needsAutoCommit
         0: .line 35
            aload 0 /* this */
            iload 1 /* needsAutoCommit */
            ifeq 1
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.connection:Ljava/sql/Connection;
            invokeinterface java.sql.Connection.getAutoCommit:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper
         1: iconst_0
      StackMap locals: org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper int
      StackMap stack: org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper int
         2: putfield org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.toggleAutoCommit:Z
         3: .line 36
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.toggleAutoCommit:Z
            ifeq 8
         4: .line 38
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.connection:Ljava/sql/Connection;
            invokeinterface java.sql.Connection.commit:()V
         5: .line 39
            goto 7
         6: .line 40
      StackMap locals:
      StackMap stack: java.lang.Throwable
            pop
         7: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.connection:Ljava/sql/Connection;
            iconst_1
            invokeinterface java.sql.Connection.setAutoCommit:(Z)V
         8: .line 45
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean needsAutoCommit
        end local 0 // org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/hibernate/tool/hbm2ddl/SuppliedConnectionHelper;
            0    9     1  needsAutoCommit  Z
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Throwable
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
                 Name  Flags
      needsAutoCommit  

  public java.sql.Connection getConnection();
    descriptor: ()Ljava/sql/Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper this
         0: .line 48
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.connection:Ljava/sql/Connection;
            areturn
        end local 0 // org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SuppliedConnectionHelper;

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper this
         0: .line 52
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.sqlExceptionHelper:Lorg/hibernate/engine/jdbc/spi/SqlExceptionHelper;
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.connection:Ljava/sql/Connection;
            invokevirtual org.hibernate.engine.jdbc.spi.SqlExceptionHelper.logAndClearWarnings:(Ljava/sql/Connection;)V
         1: .line 53
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.toggleAutoCommit:Z
            ifeq 3
         2: .line 54
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.connection:Ljava/sql/Connection;
            iconst_0
            invokeinterface java.sql.Connection.setAutoCommit:(Z)V
         3: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper.connection:Ljava/sql/Connection;
         4: .line 57
            return
        end local 0 // org.hibernate.tool.hbm2ddl.SuppliedConnectionHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/tool/hbm2ddl/SuppliedConnectionHelper;
    Exceptions:
      throws java.sql.SQLException
}
SourceFile: "SuppliedConnectionHelper.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()