Interface PgHost

  • All Known Implementing Classes:
    PgHostImpl

    public interface PgHost
    An abstraction of database host. This is a real server where your queries will be executed.
    • Method Detail

      • getPgUrl

        @Nonnull
        java.lang.String getPgUrl()
      • getName

        @Nonnull
        java.lang.String getName()