Inherits SqlBagOStuff.
Public Member Functions | |
_getDB () | |
_begin () | |
_commit () | |
_doquery ($sql) | |
_doinsert ($t, $v) | |
_fetchobject ($result) | |
_freeresult ($result) | |
_dberror ($result) | |
_maxdatetime () | |
_fromunixtime ($ts) | |
_readonly () | |
_strencode ($s) | |
_blobencode ($s) | |
_blobdecode ($s) | |
getTableName () | |
Public Attributes | |
$tableInitialised = false | |
$lb | |
$db |
Definition at line 435 of file BagOStuff.php.
MediaWikiBagOStuff::_begin | ( | ) |
MediaWikiBagOStuff::_blobdecode | ( | $ | s | ) |
MediaWikiBagOStuff::_blobencode | ( | $ | s | ) |
MediaWikiBagOStuff::_commit | ( | ) |
MediaWikiBagOStuff::_dberror | ( | $ | result | ) |
MediaWikiBagOStuff::_doinsert | ( | $ | t, | |
$ | v | |||
) |
MediaWikiBagOStuff::_doquery | ( | $ | sql | ) |
MediaWikiBagOStuff::_fetchobject | ( | $ | result | ) |
MediaWikiBagOStuff::_freeresult | ( | $ | result | ) |
MediaWikiBagOStuff::_fromunixtime | ( | $ | ts | ) |
Reimplemented from SqlBagOStuff.
Definition at line 475 of file BagOStuff.php.
Referenced by _maxdatetime().
MediaWikiBagOStuff::_getDB | ( | ) |
Definition at line 439 of file BagOStuff.php.
References wfGetLBFactory().
Referenced by _begin(), _blobdecode(), _blobencode(), _commit(), _dberror(), _doinsert(), _doquery(), _fetchobject(), _freeresult(), _fromunixtime(), _strencode(), and getTableName().
MediaWikiBagOStuff::_maxdatetime | ( | ) |
Reimplemented from SqlBagOStuff.
Definition at line 468 of file BagOStuff.php.
References _fromunixtime().
MediaWikiBagOStuff::_readonly | ( | ) |
MediaWikiBagOStuff::_strencode | ( | $ | s | ) |
MediaWikiBagOStuff::getTableName | ( | ) |
MediaWikiBagOStuff::$db |
Definition at line 437 of file BagOStuff.php.
MediaWikiBagOStuff::$lb |
Definition at line 437 of file BagOStuff.php.
MediaWikiBagOStuff::$tableInitialised = false |
Definition at line 436 of file BagOStuff.php.