Class ConnectionProfilePostgresqlProfile


  • public final class ConnectionProfilePostgresqlProfile
    extends java.lang.Object
    • Method Detail

      • database

        public java.lang.String database()
        Returns:
        Database for the PostgreSQL connection.
      • hostname

        public java.lang.String hostname()
        Returns:
        Hostname for the PostgreSQL connection.
      • password

        public java.lang.String password()
        Returns:
        Password for the PostgreSQL connection. **Note**: This property is sensitive and will not be displayed in the plan.
      • port

        public java.util.Optional<java.lang.Integer> port()
        Returns:
        Port for the PostgreSQL connection.
      • username

        public java.lang.String username()
        Returns:
        Username for the PostgreSQL connection.