1MyDB(3kaya) Kaya module reference MyDB(3kaya)
2
3
4
6 MyDB - MySQL database interface module
7
9 This module allows querying of MySQL ⟨http://www.mysql.com⟩ databases,
10 using the standard DB(3kaya) API.
11
13 MyDB = DBHandle<MyConnection>
15 MyDB.MyConnection (3kaya)
17 MyDB.CantConnect (3kaya)
18 MyDB.QueryError (3kaya)
19 MyDB.TooManyRows (3kaya)
21 MyDB.connect (3kaya)
22 MyDB.mySQLTime (3kaya)
24 Kaya standard library by Edwin Brady, Chris Morris and others
25 (kaya@kayalang.org). For further information see http://kayalang.org/
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
32
33
34Kaya December 2010 MyDB(3kaya)