Class db_mysql

Description

Class representing a connection to a MySQL database.

Not intended to be instantiated by end users; see db_get_object for documentation about connecting to a database.

Located in /include/db_mysql.php (line 98)

db
   |
   --db_mysql
Method Summary
void close ()
void commit ()
void connect (mixed $host, mixed $user, mixed $passwd, mixed $dbname, [mixed $port = null])
void query (mixed $query)
void quote (mixed $str)
void rollback ()
Variables

Inherited Variables

Inherited from db

db::$ign
Methods
begin_transaction (line 130)
void begin_transaction ()

Redefinition of:
db::begin_transaction()
Begin a database transaction.
close (line 153)
void close ()

Redefinition of:
db::close()
Closes the database connection.
commit (line 136)
void commit ()

Redefinition of:
db::commit()
Commit to a database transaction.
connect (line 100)
void connect (mixed $host, mixed $user, mixed $passwd, mixed $dbname, [mixed $port = null])
query (line 124)
void query (mixed $query)

Redefinition of:
db::query()
Perform an SQL query on the database.
quote (line 148)
void quote (mixed $str)

Redefinition of:
db::quote()
Returns the SQL escaped version of the string.
rollback (line 142)
void rollback ()

Redefinition of:
db::rollback()
Rollback a database transaction.

Inherited Methods

Inherited From db

db::begin_transaction()
db::close()
db::commit()
db::ignore_errors()
db::query()
db::query_count()
db::quote()
db::rollback()

Documentation generated on Fri, 30 Jun 2006 10:31:37 +0200 by phpDocumentor 1.3.0RC3