DBT: Bulk Retrieval API Ref

If either of the DB_MULTIPLE or DB_MULTIPLE_KEY flags were specified to the DB->get or DBcursor->get methods, the data DBT returned by those interfaces will refer to a buffer that is filled with data. Access to that data is through the following macros:


DB_MULTIPLE_INIT DB_MULTIPLE_NEXT DB_MULTIPLE_KEY_NEXT DB_MULTIPLE_RECNO_NEXT

These macros may be called multiple times, but DB_MULTIPLE_INIT must be called before each new access of the data.


APIRef

Copyright (c) 1996,2008 Oracle. All rights reserved.