PQreset method

void PQreset(
  1. Pointer<PGconn> conn
)

Implementation

void PQreset(
  ffi.Pointer<PGconn> conn,
) {
  return _PQreset(
    conn,
  );
}