public class org.h2.util.OsgiDataSourceFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.h2.util.OsgiDataSourceFactory
  super_class: java.lang.Object
{
  private final org.h2.Driver driver;
    descriptor: Lorg/h2/Driver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.h2.Driver);
    descriptor: (Lorg/h2/Driver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.h2.util.OsgiDataSourceFactory this
         0: .line 16
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.osgi cannot be resolved\n\tThe import org.osgi cannot be resolved\n\tDataSourceFactory cannot be resolved to a type\n\tThe method createDataSource(Properties) of type OsgiDataSourceFactory must override or implement a supertype method\n\tThe method createConnectionPoolDataSource(Properties) of type OsgiDataSourceFactory must override or implement a supertype method\n\tThe method createXADataSource(Properties) of type OsgiDataSourceFactory must override or implement a supertype method\n\tThe method createDriver(Properties) of type OsgiDataSourceFactory must override or implement a supertype method\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tBundleContext cannot be resolved to a type\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.util.OsgiDataSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/util/OsgiDataSourceFactory;
    MethodParameters:
        Name  Flags
      driver  

  public javax.sql.DataSource createDataSource(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Ljavax/sql/DataSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.h2.util.OsgiDataSourceFactory this
         0: .line 54
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method createDataSource(Properties) of type OsgiDataSourceFactory must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.util.OsgiDataSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/util/OsgiDataSourceFactory;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
            Name  Flags
      properties  

  public javax.sql.ConnectionPoolDataSource createConnectionPoolDataSource(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Ljavax/sql/ConnectionPoolDataSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.h2.util.OsgiDataSourceFactory this
         0: .line 84
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method createConnectionPoolDataSource(Properties) of type OsgiDataSourceFactory must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.util.OsgiDataSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/util/OsgiDataSourceFactory;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
            Name  Flags
      properties  

  public javax.sql.XADataSource createXADataSource(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Ljavax/sql/XADataSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.h2.util.OsgiDataSourceFactory this
         0: .line 114
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method createXADataSource(Properties) of type OsgiDataSourceFactory must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.util.OsgiDataSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/util/OsgiDataSourceFactory;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
            Name  Flags
      properties  

  public java.sql.Driver createDriver(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Ljava/sql/Driver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.h2.util.OsgiDataSourceFactory this
         0: .line 143
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method createDriver(Properties) of type OsgiDataSourceFactory must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.h2.util.OsgiDataSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/util/OsgiDataSourceFactory;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
            Name  Flags
      properties  

  private static void rejectUnsupportedOptions(java.util.Properties);
    descriptor: (Ljava/util/Properties;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 163
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.sql.SQLFeatureNotSupportedException
    MethodParameters:
      Name  Flags
      p     

  private static void setupH2DataSource(org.h2.jdbcx.JdbcDataSource, java.util.Properties);
    descriptor: (Lorg/h2/jdbcx/JdbcDataSource;Ljava/util/Properties;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 185
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
            Name  Flags
      dataSource  
      p           

  private static void rejectPoolingOptions(java.util.Properties);
    descriptor: (Ljava/util/Properties;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 272
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.sql.SQLFeatureNotSupportedException
    MethodParameters:
      Name  Flags
      p     

  static void registerService(BundleContext, org.h2.Driver);
    descriptor: (LBundleContext;Lorg/h2/Driver;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 289
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundleContext cannot be resolved to a type\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a variable\n\tDataSourceFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
               Name  Flags
      bundleContext  
      driver         
}
SourceFile: "OsgiDataSourceFactory.java"