MySQL DB connector.
More...
List of all members.
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] |
| 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().
| MySQL::queryRow |
( |
Query $ |
query |
) |
|
| MySQL::queryColumn |
( |
Query $ |
query |
) |
|
| MySQL::querySet |
( |
Query $ |
query |
) |
|
| MySQL::queryRaw |
( |
$ |
queryString |
) |
|
| MySQL::getTableInfo |
( |
$ |
table |
) |
|
| MySQL::getInsertId |
( |
|
) |
[protected] |
| MySQL::checkSingle |
( |
$ |
result |
) |
[private] |
The documentation for this class was generated from the following file: