public class org.postgresql.osgi.PGDataSourceFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.postgresql.osgi.PGDataSourceFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.postgresql.osgi.PGDataSourceFactory this
         0: .line 17
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.osgi cannot be resolved\n\tDataSourceFactory cannot be resolved to a type\n\tJDBC_URL cannot be resolved to a variable\n\tJDBC_URL cannot be resolved to a variable\n\tJDBC_SERVER_NAME cannot be resolved to a variable\n\tJDBC_SERVER_NAME cannot be resolved to a variable\n\tJDBC_PORT_NUMBER cannot be resolved to a variable\n\tJDBC_PORT_NUMBER cannot be resolved to a variable\n\tJDBC_DATABASE_NAME cannot be resolved to a variable\n\tJDBC_DATABASE_NAME cannot be resolved to a variable\n\tJDBC_USER cannot be resolved to a variable\n\tJDBC_USER cannot be resolved to a variable\n\tJDBC_PASSWORD cannot be resolved to a variable\n\tJDBC_PASSWORD cannot be resolved to a variable\n\tJDBC_INITIAL_POOL_SIZE cannot be resolved to a variable\n\tJDBC_INITIAL_POOL_SIZE cannot be resolved to a variable\n\tJDBC_MAX_POOL_SIZE cannot be resolved to a variable\n\tJDBC_MAX_POOL_SIZE cannot be resolved to a variable\n\tJDBC_DATASOURCE_NAME cannot be resolved to a variable\n\tJDBC_DATASOURCE_NAME cannot be resolved to a variable\n\tJDBC_INITIAL_POOL_SIZE cannot be resolved to a variable\n\tJDBC_MIN_POOL_SIZE cannot be resolved to a variable\n\tJDBC_MAX_POOL_SIZE cannot be resolved to a variable\n\tJDBC_MAX_IDLE_TIME cannot be resolved to a variable\n\tJDBC_MAX_STATEMENTS cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.postgresql.osgi.PGDataSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/osgi/PGDataSourceFactory;

  private void configureBaseDataSource(org.postgresql.ds.common.BaseDataSource, java.util.Properties);
    descriptor: (Lorg/postgresql/ds/common/BaseDataSource;Ljava/util/Properties;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.postgresql.osgi.PGDataSourceFactory this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJDBC_URL cannot be resolved to a variable\n\tJDBC_URL cannot be resolved to a variable\n\tJDBC_SERVER_NAME cannot be resolved to a variable\n\tJDBC_SERVER_NAME cannot be resolved to a variable\n\tJDBC_PORT_NUMBER cannot be resolved to a variable\n\tJDBC_PORT_NUMBER cannot be resolved to a variable\n\tJDBC_DATABASE_NAME cannot be resolved to a variable\n\tJDBC_DATABASE_NAME cannot be resolved to a variable\n\tJDBC_USER cannot be resolved to a variable\n\tJDBC_USER cannot be resolved to a variable\n\tJDBC_PASSWORD cannot be resolved to a variable\n\tJDBC_PASSWORD cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.postgresql.osgi.PGDataSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/osgi/PGDataSourceFactory;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
       Name  Flags
      ds     
      props  

  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.postgresql.osgi.PGDataSourceFactory this
         0: .line 80
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.postgresql.osgi.PGDataSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/osgi/PGDataSourceFactory;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
       Name  Flags
      props  

  private javax.sql.DataSource createPoolingDataSource(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Ljavax/sql/DataSource;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.postgresql.osgi.PGDataSourceFactory this
         0: .line 90
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJDBC_INITIAL_POOL_SIZE cannot be resolved to a variable\n\tJDBC_INITIAL_POOL_SIZE cannot be resolved to a variable\n\tJDBC_MAX_POOL_SIZE cannot be resolved to a variable\n\tJDBC_MAX_POOL_SIZE cannot be resolved to a variable\n\tJDBC_DATASOURCE_NAME cannot be resolved to a variable\n\tJDBC_DATASOURCE_NAME cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.postgresql.osgi.PGDataSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/osgi/PGDataSourceFactory;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
       Name  Flags
      props  

  private javax.sql.DataSource createSimpleDataSource(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Ljavax/sql/DataSource;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.postgresql.osgi.PGDataSourceFactory this
         0: .line 103
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.postgresql.osgi.PGDataSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/osgi/PGDataSourceFactory;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
       Name  Flags
      props  

  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.postgresql.osgi.PGDataSourceFactory this
         0: .line 116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJDBC_INITIAL_POOL_SIZE cannot be resolved to a variable\n\tJDBC_MIN_POOL_SIZE cannot be resolved to a variable\n\tJDBC_MAX_POOL_SIZE cannot be resolved to a variable\n\tJDBC_MAX_IDLE_TIME cannot be resolved to a variable\n\tJDBC_MAX_STATEMENTS cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.postgresql.osgi.PGDataSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/osgi/PGDataSourceFactory;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
       Name  Flags
      props  

  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.postgresql.osgi.PGDataSourceFactory this
         0: .line 127
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.postgresql.osgi.PGDataSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/osgi/PGDataSourceFactory;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
       Name  Flags
      props  

  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.postgresql.osgi.PGDataSourceFactory this
         0: .line 135
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.postgresql.osgi.PGDataSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/osgi/PGDataSourceFactory;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
       Name  Flags
      props  
}
SourceFile: "PGDataSourceFactory.java"
NestMembers:
  org.postgresql.osgi.PGDataSourceFactory$SingleUseProperties
InnerClasses:
  private SingleUseProperties = org.postgresql.osgi.PGDataSourceFactory$SingleUseProperties of org.postgresql.osgi.PGDataSourceFactory