参见程序中的queryResult那部分: /* * This example demonstrates how to fetch a single row from a large table * one by one and get processed by application. It avoids allocation of * large memory by the ibm_db and data processing becomes easier. * * This example