includes/db/Database.php File Reference

This file deals with MySQL interface functions and query specifics/optimisations. More...

Go to the source code of this file.

Classes

class  Database
 Database abstraction object. More...
class  DatabaseMysql
 Database abstraction object for mySQL Inherit all methods and properties of Database::Database(). More...
class  DBObject
 Utility class. More...
class  Blob
 Utility class

This allows us to distinguish a blob from a normal string and an array of strings. More...

class  MySQLField
 Utility class. More...
class  DBError
 Database error base class. More...
class  DBConnectionError
class  DBQueryError
class  DBUnexpectedError
class  ResultWrapper
 Result wrapper for grabbing data queried by someone else. More...
class  MySQLMasterPos

Enumerations

enum  DEADLOCK_TRIES
 Number of times to re-try an operation in case of deadlock. More...
enum  DEADLOCK_DELAY_MIN
 Minimum time to wait before retry, in microseconds. More...
enum  DEADLOCK_DELAY_MAX
 Maximum time to wait before retry. More...


Detailed Description

This file deals with MySQL interface functions and query specifics/optimisations.

Definition in file Database.php.


Enumeration Type Documentation

Maximum time to wait before retry.

Definition at line 16 of file Database.php.

Minimum time to wait before retry, in microseconds.

Definition at line 14 of file Database.php.

Number of times to re-try an operation in case of deadlock.

Definition at line 12 of file Database.php.


Generated on Sat Sep 5 02:08:05 2009 for MediaWiki by  doxygen 1.5.9