문제

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