質問

Is there an easy way to get all key/value pairs in a given database? I read somewhere that I can use a Cursor but I couldn't find a real example of it. Thanks!

役に立ちましたか?

解決

Here is an example from oracle.

他のヒント

You can iterate the Cursor and add all key/value to a Map

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top