1MyDB(3kaya)                  Kaya module reference                 MyDB(3kaya)
2
3
4

NAME

6       MyDB - MySQL database interface module
7

DESCRIPTION

9       This  module allows querying of MySQL ⟨http://www.mysql.com⟩ databases,
10       using the standard DB(3kaya) API.
11

TYPE SYNONYMS

13       MyDB = DBHandle<MyConnection>

DATA TYPES

15       MyDB.MyConnection (3kaya)

EXCEPTIONS

17       MyDB.CantConnect (3kaya)
18       MyDB.QueryError (3kaya)
19       MyDB.TooManyRows (3kaya)

FUNCTIONS

21       MyDB.connect (3kaya)
22       MyDB.mySQLTime (3kaya)

AUTHORS

24       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
25       (kaya@kayalang.org). For further information see http://kayalang.org/

LICENSE

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)
Impressum