PQresStatus method

Pointer<Char> PQresStatus(
  1. int status
)

Implementation

ffi.Pointer<ffi.Char> PQresStatus(
  int status,
) {
  return _PQresStatus(
    status,
  );
}