HI Guys,

i'm using jdbc component to perform a selectList. I've noticed that
according to the impl it returns a List<Map&lt;String, Object>> data =
extractResultSetData(rs);

Is there any type of transformation i can perform to have data like
Map<String, Map&lt;String, Object>> so instead of a List i have a Map where
the key is for example List[i].COLUMN_A and then the inner map the same as
the Map in the List.

Thanks in advance,




--
View this message in context: 
http://camel.465427.n5.nabble.com/Possibility-of-jdbc-component-when-performing-a-select-to-return-a-map-tp5764228.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to