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

NAME

6       PostgresDB - PostgreSQL database interface module
7

DESCRIPTION

9       This  module  allows querying of PostgreSQL ⟨http://www.postgresql.org
10       databases, using the standard DB(3kaya) API.
11

TYPE SYNONYMS

13       PGDB = DBHandle<PGConnection>

DATA TYPES

15       PostgresDB.PGConnection (3kaya)

EXCEPTIONS

17       PostgresDB.CantConnect (3kaya)
18       PostgresDB.ColumnOutOfRange (3kaya)
19       PostgresDB.ExecError (3kaya)

FUNCTIONS

21       PostgresDB.connect (3kaya)

AUTHORS

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

LICENSE

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