Pix_Table_Db_Adapter_PixCache

uses \Pix_Table_Db_Adapter
package Table
copyright 2003-2012 PIXNET Digital Media Corporation
license BSD License

 Methods

__construct()

__construct($cache, $prefix) 

Parameters

$cache

$prefix

insert multiple rows

bulkInsert(\Pix_Table $table, array $keys, array $values_list, array $options) : void
Inherited

access public
inherited_from \Pix_Table_Db_Adapter_Abstract::bulkInsert()

Parameters

$table

\Pix_Table

$keys

array

columns

$values_list

array

values list

$options

array

options

createTable 將 $table 建立進資料庫內

createTable(\Pix_Table $table) : void

access public

Parameters

$table

\Pix_Table

deleteOne()

deleteOne($row) 

Parameters

$row

dropTable 從資料庫內移除 $table 這個 Table

dropTable(\Pix_Table $table) : void

access public

Parameters

$table

\Pix_Table

fetchOne()

fetchOne($table, $primary_values) 

Parameters

$table

$primary_values

getSupportFeatures()

getSupportFeatures() 
Inherited

inherited_from \Pix_Table_Db_Adapter_Abstract::getSupportFeatures()

insertOne()

insertOne($table, $keys_values) 

Parameters

$table

$keys_values

support()

support($id) 
Inherited

inherited_from \Pix_Table_Db_Adapter_Abstract::support()

Parameters

$id

updateOne()

updateOne($row, $data) 

Parameters

$row

$data