interface org.hsqldb.jdbc.JDBCPool$RefState
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hsqldb.jdbc.JDBCPool$RefState
  super_class: java.lang.Object
{
  public static final int empty;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int available;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int allocated;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2
}
SourceFile: "JDBCPool.java"
NestHost: org.hsqldb.jdbc.JDBCPool
InnerClasses:
  abstract RefState = org.hsqldb.jdbc.JDBCPool$RefState of org.hsqldb.jdbc.JDBCPool