|
PACS System 0.1.0
PACS DICOM system library
|
Database cursor for streaming query results. More...
#include <kcenon/pacs/storage/pacs_database_adapter.h>

Go to the source code of this file.
Database cursor for streaming query results.
This file provides the database_cursor class for lazy evaluation of database query results. Instead of loading all results into memory, the cursor allows fetching results one batch at a time.
Uses pacs_database_adapter for unified database access.
Definition in file database_cursor.h.