You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cursor.get() only takes one parameter GetOp. This works fine for GetOp.FIRST etc, but doesn't work for get entry for a key. The seek() method, on the other hand, has a comment "Same as get but with a seek operation", has a key parameter. I'm trying to use GetOp.GET_MULTIPLE to get values for a particular key, but couldn't find a way to do it.
The text was updated successfully, but these errors were encountered:
Cursor.get() only takes one parameter GetOp. This works fine for GetOp.FIRST etc, but doesn't work for get entry for a key. The seek() method, on the other hand, has a comment "Same as get but with a seek operation", has a key parameter. I'm trying to use GetOp.GET_MULTIPLE to get values for a particular key, but couldn't find a way to do it.
The text was updated successfully, but these errors were encountered: