You are here

property DB_pgsql::$features in Flickr API 5

The capabilities of this DB implementation

The 'new_link' element contains the PHP version that first provided new_link support for this DBMS. Contains false if it's unsupported.

Meaning of the 'limit' element: + 'emulate' = emulate with fetch row by number + 'alter' = alter the query + false = skip rows

Type: array

File

phpFlickr/PEAR/DB/pgsql.php, line 77

Class

DB_pgsql
The methods PEAR DB uses to interact with PHP's pgsql extension for interacting with PostgreSQL databases

Code

var $features = array(
  'limit' => 'alter',
  'new_link' => '4.3.0',
  'numrows' => true,
  'pconnect' => true,
  'prepare' => false,
  'ssl' => true,
  'transactions' => true,
);