PQgetCancel method

Pointer<PGcancel> PQgetCancel(
  1. Pointer<PGconn> conn
)

Implementation

ffi.Pointer<PGcancel> PQgetCancel(
  ffi.Pointer<PGconn> conn,
) {
  return _PQgetCancel(
    conn,
  );
}