__construct()
bulkInsert()
createTable()
deleteOne()
dropTable()
fetchOne()
getSupportFeatures()
insertOne()
support()
updateOne()
Pix_Table_Db_Adapter_PixCache
uses | \Pix_Table_Db_Adapter |
---|---|
package | Table |
copyright | 2003-2012 PIXNET Digital Media Corporation |
license | BSD License |
__construct($cache, $prefix)
bulkInsert(\Pix_Table $table, array $keys, array $values_list, array $options) : void
access | public |
---|---|
inherited_from | \Pix_Table_Db_Adapter_Abstract::bulkInsert() |
\Pix_Table
array
columns
array
values list
array
options
deleteOne($row)
fetchOne($table, $primary_values)
getSupportFeatures()
inherited_from | \Pix_Table_Db_Adapter_Abstract::getSupportFeatures() |
---|
insertOne($table, $keys_values)
support($id)
inherited_from | \Pix_Table_Db_Adapter_Abstract::support() |
---|
updateOne($row, $data)