PQsslAttributeNames Subroutine

public subroutine PQsslAttributeNames(conn, strings, len)

Subroutine for retrieving SSL attribute names from a PostgreSQL database connection and populating an array.

cf. PostgreSQL Documentation

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in) :: conn
character(len=len), allocatable :: strings(:)
integer(kind=int32), intent(in) :: len

Contents