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