Commit 1dfc843
[#213] Add dedicated close() method to Query class.
This commit exposes the functionality of _close() in a
backwards-compatible way.
close() should be used when executing multiple GenQuery2 queries and the
resultsets are no longer needed. This allows policy writers to avoid
memory exhaustion when using GenQuery2.1 parent c5fbebd commit 1dfc843
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
381 | 389 | | |
382 | 390 | | |
383 | 391 | | |
| |||
0 commit comments