Class H2ServerDriver

java.lang.Object
me.hsgamer.hscore.database.driver.h2.H2ServerDriver
All Implemented Interfaces:
Driver, H2BaseDriver

public class H2ServerDriver extends Object implements H2BaseDriver
A driver for H2 (Server Mode)
  • Constructor Details

    • H2ServerDriver

      public H2ServerDriver(boolean isSSH)
      Create a new server driver
      Parameters:
      isSSH - true if the server is open to SSH, otherwise it is TCP
    • H2ServerDriver

      public H2ServerDriver()
      Create a new TCP server driver
  • Method Details