1DB.incDiscard(3kaya) Kaya module reference DB.incDiscard(3kaya)
2
3
4
6 DB::incDiscard - Discard an incremental query
7
9 Void incDiscard( DBIncResult<a> res )
10
12 Discard an incremental query once it is no longer needed. This may be
13 once all rows have been read, or it may be sooner. Failing to use this
14 function may cause memory usage to rise.
15
17 Kaya standard library by Edwin Brady, Chris Morris and others
18 (kaya@kayalang.org). For further information see http://kayalang.org/
19
21 The Kaya standard library is free software; you can redistribute it
22 and/or modify it under the terms of the GNU Lesser General Public
23 License (version 2.1 or any later version) as published by the Free
24 Software Foundation.
25
27 DB.DBIncResult (3kaya)
28 DB.getRow (3kaya)
29 DB.incExec (3kaya)
30
31
32
33Kaya December 2010 DB.incDiscard(3kaya)