1DB.int(3kaya) Kaya module reference DB.int(3kaya)
2
3
4
6 DB::int - Convert a database result to an Int
7
9 Int int( DBValue val )
10
12 val A database result cell
13
15 Convert a database result to an Int
16
18 Kaya standard library by Edwin Brady, Chris Morris and others
19 (kaya@kayalang.org). For further information see http://kayalang.org/
20
22 The Kaya standard library is free software; you can redistribute it
23 and/or modify it under the terms of the GNU Lesser General Public
24 License (version 2.1 or any later version) as published by the Free
25 Software Foundation.
26
28 DB.DBValue (3kaya)
29 DB.bool (3kaya)
30 DB.float (3kaya)
31 DB.string (3kaya)
32 DB.time (3kaya)
33
34
35
36Kaya December 2010 DB.int(3kaya)