[odb-users] Retrieving Results from Native Queries without
Compile-time Fixed Classes
Boris Kolpackov
boris at codesynthesis.com
Tue Feb 4 06:27:06 EST 2020
ATSDB <atsdb at gmx.at> writes:
> Understood. Well the ODB database code is definitely better than mine :-)
> and the special "partial load" is one circumstance that ODB was not written
> for.
In ODB, depending on the database you use (both databases that you
target allow this), you can choose not to cache the query result in
memory and instead "stream" it one element at a time from the database.
See Section 4.4, "Query Result" for details:
https://codesynthesis.com/products/odb/doc/manual.xhtml#4.4
More information about the odb-users
mailing list