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