MySQL Class Reference
[Connectors and dialects for various databases]

MySQL DB connector. More...

Inheritance diagram for MySQL:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 setDbEncoding ()
 
Returns:
MySQL

 connect ()
 
Returns:
MySQL

 disconnect ()
 
Returns:
MySQL

 queryCount (Query $query)
 Same as query, but returns number of affected rows in insert/update queries.
 queryRow (Query $query)
 queryColumn (Query $query)
 querySet (Query $query)
 queryRaw ($queryString)
 getTableInfo ($table)
 hasQueue ()

Static Public Member Functions

static getDialect ()
 
Returns:
MyDialect


Protected Member Functions

 getInsertId ()

Private Member Functions

 checkSingle ($result)


Detailed Description

MySQL DB connector.

See also:
http://www.mysql.com/

http://www.php.net/mysql

Definition at line 21 of file MySQL.class.php.


Member Function Documentation

static MySQL::getDialect (  )  [static]

Returns:
MyDialect

Reimplemented from DB.

Definition at line 26 of file MySQL.class.php.

References MyDialect::me().

Here is the call graph for this function:

MySQL::setDbEncoding (  ) 

Returns:
MySQL

Reimplemented from DB.

Definition at line 34 of file MySQL.class.php.

Referenced by connect().

MySQL::connect (  ) 

Returns:
MySQL

Reimplemented from DB.

Definition at line 44 of file MySQL.class.php.

References setDbEncoding().

Here is the call graph for this function:

MySQL::disconnect (  ) 

Returns:
MySQL

Reimplemented from DB.

Definition at line 87 of file MySQL.class.php.

References DB::isConnected().

Here is the call graph for this function:

MySQL::queryCount ( Query query  ) 

Same as query, but returns number of affected rows in insert/update queries.

Reimplemented from DB.

Definition at line 99 of file MySQL.class.php.

References DB::queryNull().

Here is the call graph for this function:

MySQL::queryRow ( Query query  ) 

Reimplemented from DB.

Definition at line 106 of file MySQL.class.php.

References checkSingle(), and Sequenceless::query().

Here is the call graph for this function:

MySQL::queryColumn ( Query query  ) 

Reimplemented from DB.

Definition at line 116 of file MySQL.class.php.

References Sequenceless::query().

Here is the call graph for this function:

MySQL::querySet ( Query query  ) 

Reimplemented from DB.

Definition at line 131 of file MySQL.class.php.

References Sequenceless::query().

Here is the call graph for this function:

MySQL::queryRaw ( queryString  ) 

Reimplemented from DB.

Definition at line 146 of file MySQL.class.php.

MySQL::getTableInfo ( table  ) 

Reimplemented from DB.

Definition at line 166 of file MySQL.class.php.

MySQL::hasQueue (  ) 

Reimplemented from DB.

Definition at line 171 of file MySQL.class.php.

MySQL::getInsertId (  )  [protected]

Reimplemented from Sequenceless.

Definition at line 176 of file MySQL.class.php.

MySQL::checkSingle ( result  )  [private]

Definition at line 181 of file MySQL.class.php.

References Sequenceless::query().

Referenced by queryRow().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:59 2007 for onPHP by  doxygen 1.5.4