Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions

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 ()
 connect ()
 disconnect ()
 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 ()

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 20 of file MySQL.class.php.


Member Function Documentation

MySQL::checkSingle ( result  )  [private]

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

Referenced by queryRow().

MySQL::connect (  ) 
Returns:
MySQL

Reimplemented from DB.

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

References DB::$hostname, and setDbEncoding().

Here is the call graph for this function:

MySQL::disconnect (  ) 
Returns:
MySQL

Reimplemented from DB.

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

References DB::isConnected().

Here is the call graph for this function:

static MySQL::getDialect (  )  [static]
Returns:
MyDialect

Reimplemented from DB.

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

References MyDialect::me().

Here is the call graph for this function:

MySQL::getInsertId (  )  [protected]

Reimplemented from Sequenceless.

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

MySQL::getTableInfo ( table  ) 
MySQL::hasQueue (  ) 

Reimplemented from DB.

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

MySQL::queryColumn ( Query query  ) 

Reimplemented from DB.

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

References Sequenceless::query().

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 103 of file MySQL.class.php.

References DB::queryNull().

Here is the call graph for this function:

MySQL::queryRaw ( queryString  ) 

Reimplemented from DB.

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

Referenced by getTableInfo().

MySQL::queryRow ( Query query  ) 

Reimplemented from DB.

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

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

Here is the call graph for this function:

MySQL::querySet ( Query query  ) 

Reimplemented from DB.

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

References Sequenceless::query().

Here is the call graph for this function:

MySQL::setDbEncoding (  ) 
Returns:
MySQL

Reimplemented from DB.

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

Referenced by connect().


The documentation for this class was generated from the following file: