An example:
cfset q = QueryNew('data');
querySetCell( q, 'data', { firstname = 'John', surname = 'Doe' }, 1);
cfdump var="#q#"
You can access the structure by using q['data'][1]!
cool!
Important: This complex data won't survive a query of queries operation, in this case the simple classname will be shown in the column.
No comments:
Post a Comment