Вопрос

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