property DB_storage::$_keycolumn in Flickr API 5
which column(s) in the table contains primary keys, can be a string for single-column primary keys, or an array of strings for multiple-column primary keys
File
- phpFlickr/
PEAR/ DB/ storage.php, line 54
Class
- DB_storage
- Provides an object interface to a table row
Code
var $_keycolumn = null;