Class datatable_mysqli
mysqli datasource implementation
- cmc\db\datatable implements cmc\db\datasource, cmc\db\IUpdatable, cmc\db\IFilter, cmc\db\IPrimaryKey, cmc\db\IMetaInfo
- cmc\db\mysqli\datatable_mysqli
Namespace: cmc\db\mysqli
Copyright: Copyright (c) Calmarsoft company (FRANCE) (http://calmarsoft.com)
License: GNU General Public License version 3
Version: 0.9
Link: CMC Project
Located at db/mysqli/datatable_mysqli.php
Copyright: Copyright (c) Calmarsoft company (FRANCE) (http://calmarsoft.com)
License: GNU General Public License version 3
Version: 0.9
Link: CMC Project
Located at db/mysqli/datatable_mysqli.php
Methods summary
public static | # create( creates a new table instance |
public | # deleteData( tarray $key ) deletes a record designated by the associative array the key paramter must be complete |
public | |
public | # updateData( array $data ) updates a row with the provided data the modified data is an associative array |
public array | # getUniqueKey( boolean $bAll = true ) retrives the primary or unique key composition returns an associative array with 'name', 'flags', etc. fields. |
public | |
public null|array | |
public integer | # key( ) returns a value representing the current position. Warning: this is not a consistent value, if underlying data changes or if the filtering/ordering options change |
public array | |
public | |
public | |
public boolean | |
public | |
public | |
public | |
public | |
public | |
public |