SqlBagOStuff Member List
This is the complete list of members for
SqlBagOStuff, including all inherited members.
$debugmode | BagOStuff | |
$lastexpireall | SqlBagOStuff | |
$table | SqlBagOStuff | |
__construct($tablename= 'objectcache') | SqlBagOStuff | |
BagOStuff::__construct() | BagOStuff | |
_begin() | SqlBagOStuff | |
_blobdecode($str) | SqlBagOStuff | |
_blobencode($str) | SqlBagOStuff | |
_commit() | SqlBagOStuff | |
_dberror($result) | SqlBagOStuff | |
_debug($text) | BagOStuff | |
_doinsert($table, $vals) | SqlBagOStuff | |
_doquery($sql) | SqlBagOStuff | |
_freeresult($result) | SqlBagOStuff | |
_fromunixtime($ts) | SqlBagOStuff | |
_maxdatetime() | SqlBagOStuff | |
_query($sql) | SqlBagOStuff | |
_readonly() | SqlBagOStuff | |
_serialize(&$data) | SqlBagOStuff | |
_strencode($str) | SqlBagOStuff | |
_unserialize($serial) | SqlBagOStuff | |
add($key, $value, $exptime=0) | BagOStuff | |
add_multi($hash, $exptime=0) | BagOStuff | |
convertExpiry($exptime) | BagOStuff | [static] |
decr($key, $value=1) | BagOStuff | |
delete($key, $time=0) | SqlBagOStuff | |
delete_multi($keys, $time=0) | BagOStuff | |
deleteall() | SqlBagOStuff | |
expireall() | SqlBagOStuff | |
garbageCollect() | SqlBagOStuff | |
get($key) | SqlBagOStuff | |
get_multi($keys) | BagOStuff | |
getTableName() | SqlBagOStuff | |
incr($key, $value=1) | BagOStuff | |
keys() | SqlBagOStuff | |
lock($key, $timeout=0) | BagOStuff | |
replace($key, $value, $exptime=0) | BagOStuff | |
set($key, $value, $exptime=0) | SqlBagOStuff | |
set_debug($bool) | BagOStuff | |
set_multi($hash, $exptime=0) | BagOStuff | |
unlock($key) | BagOStuff | |