MySQLim Class Reference
[Connectors and dialects for various databases]

MySQL DB connector. More...

Inheritance diagram for MySQLim:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 setDbEncoding ()
 
Returns:
MySQLim

 connect ()
 
Returns:
MySQLim

 disconnect ()
 
Returns:
MySQLim

 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)
 queueFlush ()
 
Returns:
MySQLim

 getTableInfo ($table)

Static Public Member Functions

static getDialect ()
 
Returns:
MyImprovedDialect


Protected Member Functions

 getInsertId ()

Private Member Functions

 realQueryRaw ($queryString, $multi=false)
 checkSingle ($result)


Detailed Description

MySQL DB connector.

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

http://www.php.net/mysqli

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


Member Function Documentation

static MySQLim::getDialect (  )  [static]

Returns:
MyImprovedDialect

Reimplemented from DB.

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

References MyDialect::me().

Here is the call graph for this function:

MySQLim::setDbEncoding (  ) 

Returns:
MySQLim

Reimplemented from DB.

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

Referenced by connect().

MySQLim::connect (  ) 

Returns:
MySQLim

Reimplemented from DB.

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

References setDbEncoding().

Here is the call graph for this function:

MySQLim::disconnect (  ) 

Returns:
MySQLim

Reimplemented from DB.

Definition at line 77 of file MySQLim.class.php.

References DB::isConnected().

Here is the call graph for this function:

MySQLim::queryCount ( Query query  ) 

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

Reimplemented from DB.

Definition at line 89 of file MySQLim.class.php.

References DB::queryNull().

Here is the call graph for this function:

MySQLim::queryRow ( Query query  ) 

Reimplemented from DB.

Definition at line 96 of file MySQLim.class.php.

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

Here is the call graph for this function:

MySQLim::queryColumn ( Query query  ) 

Reimplemented from DB.

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

References Sequenceless::query().

Here is the call graph for this function:

MySQLim::querySet ( Query query  ) 

Reimplemented from DB.

Definition at line 121 of file MySQLim.class.php.

References Sequenceless::query().

Here is the call graph for this function:

MySQLim::queryRaw ( queryString  ) 

Reimplemented from DB.

Definition at line 136 of file MySQLim.class.php.

References realQueryRaw().

Here is the call graph for this function:

MySQLim::queueFlush (  ) 

Returns:
MySQLim

Reimplemented from DB.

Definition at line 144 of file MySQLim.class.php.

References DB::queueDrop(), and realQueryRaw().

Here is the call graph for this function:

MySQLim::getTableInfo ( table  ) 

Reimplemented from DB.

Definition at line 157 of file MySQLim.class.php.

MySQLim::getInsertId (  )  [protected]

Reimplemented from Sequenceless.

Definition at line 162 of file MySQLim.class.php.

MySQLim::realQueryRaw ( queryString,
multi = false 
) [private]

Definition at line 167 of file MySQLim.class.php.

Referenced by queryRaw(), and queueFlush().

MySQLim::checkSingle ( result  )  [private]

Definition at line 189 of file MySQLim.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:58:00 2007 for onPHP by  doxygen 1.5.4