1DB.getHandle(3kaya) Kaya module reference DB.getHandle(3kaya)
2
3
4
6 DB::getHandle - Get the raw handle
7
9 a getHandle( DBHandle<a> h )
10
12 h A database handle
13
15 Get the raw database handle. This function should only be used when
16 writing database connection libraries, where it will be needed to
17 interface with the C libraries. It should not be used otherwise.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
29
30
31Kaya December 2010 DB.getHandle(3kaya)