0

I'm interesting if it is possible to pass a Cursor object through IPC and if it is possible how to do this?

Yury
  • 20,618
  • 7
  • 58
  • 86

1 Answers1

2

This may be the thread you're looking for: https://stackoverflow.com/a/5243978/375929

They say, implement CrossProcessCursor and wrap it around the cursor you've received from .query(); check out the example.

Community
  • 1
  • 1
Ivan Bartsov
  • 19,664
  • 7
  • 61
  • 59