|
MediaWiki
master
|
An object representing a master or slave position in a replicated setup. More...

Public Member Functions | |
| __toString () | |
| asOfTime () | |
| channelsMatch (DBMasterPos $pos) | |
| hasReached (DBMasterPos $pos) | |
An object representing a master or slave position in a replicated setup.
The implementation details of this opaque type are up to the database subclass.
Definition at line 321 of file DatabaseUtility.php.
| DBMasterPos::__toString | ( | ) |
| DBMasterPos::asOfTime | ( | ) |
| DBMasterPos::channelsMatch | ( | DBMasterPos | $pos | ) |
| DBMasterPos | $pos |
Implemented in MySQLMasterPos.
| DBMasterPos::hasReached | ( | DBMasterPos | $pos | ) |
| DBMasterPos | $pos |
Implemented in MySQLMasterPos.