lo_tell method

int lo_tell(
  1. Pointer<PGconn> conn,
  2. int fd
)

Implementation

int lo_tell(
  ffi.Pointer<PGconn> conn,
  int fd,
) {
  return _lo_tell(
    conn,
    fd,
  );
}