class org.postgresql.osgi.PGDataSourceFactory$SingleUseProperties extends java.util.Properties
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.postgresql.osgi.PGDataSourceFactory$SingleUseProperties
  super_class: java.util.Properties
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  void <init>(java.util.Properties);
    descriptor: (Ljava/util/Properties;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.postgresql.osgi.PGDataSourceFactory$SingleUseProperties 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$SingleUseProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/osgi/PGDataSourceFactory$SingleUseProperties;
    MethodParameters:
                   Name  Flags
      initialProperties  

  public java.lang.String getProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.postgresql.osgi.PGDataSourceFactory$SingleUseProperties this
         0: .line 48
            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$SingleUseProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/osgi/PGDataSourceFactory$SingleUseProperties;
    MethodParameters:
      Name  Flags
      key   
}
SourceFile: "PGDataSourceFactory.java"
NestHost: org.postgresql.osgi.PGDataSourceFactory
InnerClasses:
  private SingleUseProperties = org.postgresql.osgi.PGDataSourceFactory$SingleUseProperties of org.postgresql.osgi.PGDataSourceFactory