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