سؤال

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