This question already has an answer here:
I'm getting an ARRAY
from oralce sql in java
and write it to java.sql.ARRAY
. This array is type of VARRAY
of OBJECT
. How can I convert this type to ArrayList?
marked as duplicate by njzk2, PM 77-1, Bhesh Gurung, Kevin Panko, davidethell Apr 24 '14 at 20:42This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question. |
|||
|
Assuming you actually are getting an array of
|
|||||||||
|