4 件の回答
What you want to display on visual force page?
If simply want to print the elements of code then
<apex:column value =“{!c}” />
If you want to access sobject’s fields then modify the type of variable code as List<SObject> and assign the code = soql query in apex.