PQgetCopyData method

int PQgetCopyData(
  1. Pointer<PGconn> conn,
  2. Pointer<Pointer<Char>> buffer,
  3. int async1
)

Implementation

int PQgetCopyData(
  ffi.Pointer<PGconn> conn,
  ffi.Pointer<ffi.Pointer<ffi.Char>> buffer,
  int async1,
) {
  return _PQgetCopyData(
    conn,
    buffer,
    async1,
  );
}