Skip to content
#

streaming-objects

Here are 2 public repositories matching this topic...

Language: All
Filter by language

Demonstrates JDX ORM object streaming — retrieving large query results in incremental batches using QFLAG_STREAM, queryFetch, and queryClose rather than loading everything into memory at once. Must be run inside a transaction; shows both a full-table stream and a filtered, ordered stream.

  • Updated Apr 6, 2026
  • Java

Improve this page

Add a description, image, and links to the streaming-objects topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the streaming-objects topic, visit your repo's landing page and select "manage topics."

Learn more