Pregunta

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!

¿Fue útil?

Solución

Here is an example from oracle.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top