Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

SqlBagOStuff Class Reference

Inheritance diagram for SqlBagOStuff:

Inheritance graph
[legend]
Collaboration diagram for SqlBagOStuff:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SqlBagOStuff ($tablename="objectcache")
 get ($key)
 set ($key, $value, $exptime=0)
 delete ($key, $time=0)
 _query ($sql)
 _strencode ($str)
 _doquery ($sql)
 _fetchrow ($res)
 _freeresult ($result)
 _dberror ($result)
 _maxdatetime ()
 _fromunixtime ()
 expireall ()
 deleteall ()

Public Attributes

 $table

Constructor & Destructor Documentation

SqlBagOStuff::SqlBagOStuff tablename = "objectcache"  ) 
 

Definition at line 180 of file ObjectCache.php.


Member Function Documentation

SqlBagOStuff::_dberror result  ) 
 

Reimplemented in MediaWikiBagOStuff.

Definition at line 261 of file ObjectCache.php.

References _dberror().

Referenced by _dberror().

SqlBagOStuff::_doquery sql  ) 
 

Reimplemented in MediaWikiBagOStuff.

Definition at line 248 of file ObjectCache.php.

References _doquery().

Referenced by _doquery(), and _query().

SqlBagOStuff::_fetchrow res  ) 
 

Definition at line 252 of file ObjectCache.php.

References _fetchrow().

Referenced by _fetchrow().

SqlBagOStuff::_freeresult result  ) 
 

Reimplemented in MediaWikiBagOStuff.

Definition at line 256 of file ObjectCache.php.

References _freeresult().

Referenced by _freeresult().

SqlBagOStuff::_fromunixtime  ) 
 

Definition at line 270 of file ObjectCache.php.

Referenced by expireall(), and set().

SqlBagOStuff::_maxdatetime  ) 
 

Reimplemented in MediaWikiBagOStuff.

Definition at line 266 of file ObjectCache.php.

Referenced by set().

SqlBagOStuff::_query sql  ) 
 

Definition at line 226 of file ObjectCache.php.

References $i, $res, $sql, _doquery(), and _query().

Referenced by _query(), delete(), get(), and set().

SqlBagOStuff::_strencode str  ) 
 

Reimplemented in MediaWikiBagOStuff.

Definition at line 243 of file ObjectCache.php.

References _strencode().

Referenced by _strencode().

SqlBagOStuff::delete key,
time = 0
 

Reimplemented from BagOStuff.

Definition at line 220 of file ObjectCache.php.

References _query().

SqlBagOStuff::deleteall  ) 
 

Definition at line 280 of file ObjectCache.php.

SqlBagOStuff::expireall  ) 
 

Definition at line 274 of file ObjectCache.php.

References _fromunixtime().

Referenced by get().

SqlBagOStuff::get key  ) 
 

Reimplemented from BagOStuff.

Definition at line 184 of file ObjectCache.php.

References $res, $row, _query(), expireall(), and get().

Referenced by get().

SqlBagOStuff::set key,
value,
exptime = 0
 

Reimplemented from BagOStuff.

Definition at line 203 of file ObjectCache.php.

References _fromunixtime(), _maxdatetime(), _query(), and set().

Referenced by set().


Member Data Documentation

SqlBagOStuff::$table
 

Definition at line 179 of file ObjectCache.php.


The documentation for this class was generated from the following file:
Generated on Tue Jun 29 23:41:03 2004 for Mediawiki by doxygen 1.3.7