|
|
|
File: ../general-devel/lib/support/db/pgsql/dbpgsql.class.php
phpGeneral - support
DBPgSQL
DB | +-- DBPgSQL
PostgreSQL class
|
public class DBPgSQL extends DB
PostgreSQL class
Provides access to a PostgreSQL server.
|
| |
|
|
|
|
|
Fields inherited from DB |
| $link |
|
|
|
|
|
Public Method Details |
DBPgSQL |
|
public object DBPgSQL DBPgSQL( array $param, string &$errmsg )
|
| |
Class constructor
Initializes the base class
|
| Parameter |
|
| array |
$param |
|
|
Associative array contains userid, password, realm and others |
|
|
| string |
&$errmsg |
|
|
Reference for storing error messages in case of a failure |
|
| Returns |
object DBPgSQL |
|
|
|
|
|
|
|
| PHPDoc 1.0beta |