1DB.DBValue(3kaya) Kaya module reference DB.DBValue(3kaya)
2
3
4
6 DB::DBValue - Query result values
7
9 DB::DBValue< >
10
11
12 = DBText(String text)
13
14
15 | DBInt(Int num)
16
17
18 | DBFloat(Float float)
19
20
21 | DBTime(Int timestamp)
22
23
24 | DBBool(Bool bool)
25
26
27 | DBNull()
28
30 DBValue represents the possible values returned by a query. Anything
31 that the database-specific library cannot assign a type to should be
32 converted to DBText
33
34
36 Kaya standard library by Edwin Brady, Chris Morris and others
37 (kaya@kayalang.org). For further information see http://kayalang.org/
38
40 The Kaya standard library is free software; you can redistribute it
41 and/or modify it under the terms of the GNU Lesser General Public
42 License (version 2.1 or any later version) as published by the Free
43 Software Foundation.
44
46 DB.DBIncResult (3kaya)
47 DB.DBResult (3kaya)
48
49
50
51Kaya December 2010 DB.DBValue(3kaya)