public class io.ebean.datasource.PostgresInitDatabase implements io.ebean.datasource.InitDatabase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebean.datasource.PostgresInitDatabase
  super_class: java.lang.Object
{
  private static final Logger log;
    descriptor: LLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.datasource.PostgresInitDatabase this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.slf4j cannot be resolved\n\tThe import org.slf4j cannot be resolved\n\tLogger cannot be resolved to a type\n\tLoggerFactory cannot be resolved\n\tLogger cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.datasource.PostgresInitDatabase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/datasource/PostgresInitDatabase;

  public void run(java.sql.Connection, io.ebean.datasource.DataSourceConfig);
    descriptor: (Ljava/sql/Connection;Lio/ebean/datasource/DataSourceConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.datasource.PostgresInitDatabase this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tLogger cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.datasource.PostgresInitDatabase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/datasource/PostgresInitDatabase;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
            Name  Flags
      connection  
      config      

  private void execute(java.sql.Connection, java.lang.String);
    descriptor: (Ljava/sql/Connection;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.datasource.PostgresInitDatabase this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.datasource.PostgresInitDatabase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/datasource/PostgresInitDatabase;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
            Name  Flags
      connection  
      sql         
}
SourceFile: "PostgresInitDatabase.java"