interface org.h2.engine.SessionFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.h2.engine.SessionFactory
  super_class: java.lang.Object
{
  public abstract org.h2.engine.SessionInterface createSession(org.h2.engine.ConnectionInfo);
    descriptor: (Lorg/h2/engine/ConnectionInfo;)Lorg/h2/engine/SessionInterface;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      ci    
}
SourceFile: "SessionFactory.java"