java.lang.Object
com.zyneonstudios.nexus.utilities.sql.MySQL
All Implemented Interfaces:
SQL

public class MySQL extends Object implements SQL
  • Constructor Details

  • Method Details

    • connect

      public boolean connect()
      Specified by:
      connect in interface SQL
    • reconnect

      public boolean reconnect()
      Specified by:
      reconnect in interface SQL
    • disconnect

      public boolean disconnect()
      Specified by:
      disconnect in interface SQL
    • getConnection

      public Connection getConnection()
      Specified by:
      getConnection in interface SQL
    • execute

      public boolean execute(String statement)
      Specified by:
      execute in interface SQL
    • getUrl

      public String getUrl()
    • getHostname

      public String getHostname()
    • getUsername

      public String getUsername()
    • getDatabase

      public String getDatabase()
    • getPort

      public int getPort()
    • isSSL

      public boolean isSSL()
    • getPath

      public String getPath()