Class PostgresConnection

    • Method Detail

      • getUrl

         final String getUrl()

        The database URL in JDBC format.

      • getSslmode

         final String getSslmode()

        The SSL mode to use, one of "disable", "allow", "prefer", "require", "verify-ca" or "verify-full". See: https://jdbc.postgresql.org/documentation/ssl/#configuring-the-client

      • getSslcert

         final String getSslcert()

        The full path of the certificate file. See: https://jdbc.postgresql.org/documentation/head/connect.html

      • getSslkey

         final String getSslkey()

        The full path of the key file. See: https://jdbc.postgresql.org/documentation/head/connect.html

      • getSslrootcert

         final String getSslrootcert()

        The full path of the root certificate file. See: https://jdbc.postgresql.org/documentation/head/connect.html