PQconnectStart method

Pointer<PGconn> PQconnectStart(
  1. Pointer<Char> conninfo
)

Implementation

ffi.Pointer<PGconn> PQconnectStart(
  ffi.Pointer<ffi.Char> conninfo,
) {
  return _PQconnectStart(
    conninfo,
  );
}