i have a variable that is a list of type String and a query that returns mutiple rows of 1 column (varchar(10)). is there any way i can map directly the values from the query to my list without having to create a new object type to store the list (and set returnType to the data type created) or using the result variable and parse it to create my list?
------------------------------
jhon wick
------------------------------