PQConnection.Open2


public function Open2

Prototype:

public function Open2(string db, string username="", string password="", string host="localhost", number port=5432, string tty="", string flags="")

Parameters

db
(string) // TO DO
username
(string) has a default value of ""
password
(string) has a default value of ""
host
(string) has a default value of "localhost"
port
(number) has a default value of 5432
tty
(string) has a default value of ""
flags
(string) has a default value of ""

Description:

TODO: Document this

Return value:

// TO DO