Using a Collection Variable to Manipulate Collection Elements
When you use data manipulation statements (SELECT, INSERT, UPDATE, or DELETE) of Informix® in conjunction with a collection variable, you can modify one or more elements in a collection.
To modify elements in a collection
The collection variable stores the elements of the collection. It has no intrinsic connection, however, with a database column. Once the collection variable contains the correct elements, you must then save the variable into the actual collection column of the table with either an INSERT or an UPDATE statement.