Interface DBMSUtils

All Known Implementing Classes:
Utils, Utils

public interface DBMSUtils
Utilities specific to a DBMS.
  • Method Details

    • scheme

      @NotNull @NotNull String scheme()
      Returns:
      Connection scheme
    • defaultPort

      @NotNull @NotNull Integer defaultPort()
      Returns:
      Default connection port
    • name

      @NotNull @NotNull String name()
      Returns:
      Human-readable name for this DBMS
    • iconRes

      @Nullable @Nullable String iconRes()
      Returns:
      Database icon name, relative to img/db
    • defaultDB

      @Nullable default @Nullable String defaultDB()
      Returns:
      Default database