3.9.1Class PgSQL

Direct interface to Postgre SQL database.

Class PgSQL( connect, [options] )
connect String containing connection parameters.
options String containing options

The connect string is directly passed to the low level postgre driver.

Methods
prepareNamedPrepares a PgSQL specific "named statement".

Methods

prepareNamed

Prepares a PgSQL specific "named statement".

PgSQL.prepareNamed( name, query )
name Name for the prepared statement
query The query to prepare
Made with http://www.falconpl.org