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  DatabaseBase
 Database abstraction object. 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  LikeMatch
 Used by DatabaseBase::buildLike() to represent characters that have special meaning in SQL LIKE clauses and thus need no escaping. More...

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 Apr 30 22:57:18 2011 for MediaWiki by  doxygen 1.5.9