PQgetisnull Function

public function PQgetisnull(pgresult, row_number, column_number)

cf. PostgreSQL Documentation

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in) :: pgresult
integer(kind=int32), intent(in) :: row_number
integer(kind=int32), intent(in) :: column_number

Return Value logical


Contents