"TYPO3 4.0.1: tx_dbal_handler_rawmysql Class Reference", "datetime" => "Sat Dec 2 19:27:06 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
init ($config, &$pObj) | |
exec_INSERTquery ($table, $fields_values) | |
exec_UPDATEquery ($table, $where, $fields_values) | |
exec_DELETEquery ($table, $where) | |
exec_SELECTquery ($select_fields, $from_table, $where_clause, $groupBy, $orderBy, $limit) | |
sql_error () | |
sql_insert_id () | |
sql_affected_rows () | |
sql_query ($query) | |
quoteStr ($str) | |
admin_get_tables () | |
admin_get_fields ($tableName) | |
admin_get_keys ($tableName) | |
admin_query ($query) | |
Public Attributes | |
$config = array() | |
$link | |
$pObj |
Definition at line 86 of file class.tx_dbal_handler_rawmysql.php.
|
Returns information about each field in the $table, quering MySQL for it.
Reimplemented from t3lib_sqlengine. Definition at line 255 of file class.tx_dbal_handler_rawmysql.php. |
|
Returns information about each index key in the $table, quering MySQL for it.
Reimplemented from t3lib_sqlengine. Definition at line 273 of file class.tx_dbal_handler_rawmysql.php. |
|
Returns the list of tables from the database, quering MySQL for it.
Reimplemented from t3lib_sqlengine. Definition at line 238 of file class.tx_dbal_handler_rawmysql.php. |
|
mysql() wrapper function, used by the Install Tool and EM for all queries regarding management of the database!
Reimplemented from t3lib_sqlengine. Definition at line 291 of file class.tx_dbal_handler_rawmysql.php. References sql_query(). |
|
Execute DELETE query
Reimplemented from t3lib_sqlengine. Definition at line 147 of file class.tx_dbal_handler_rawmysql.php. |
|
Execute INSERT query
Reimplemented from t3lib_sqlengine. Definition at line 124 of file class.tx_dbal_handler_rawmysql.php. |
|
Execute SELECT query
Reimplemented from t3lib_sqlengine. Definition at line 162 of file class.tx_dbal_handler_rawmysql.php. References t3lib_div::makeInstance(). |
|
Execute UPDATE query
Reimplemented from t3lib_sqlengine. Definition at line 136 of file class.tx_dbal_handler_rawmysql.php. |
|
Initialize. For MySQL we will have to connect to the database and select the database.
Reimplemented from t3lib_sqlengine. Definition at line 100 of file class.tx_dbal_handler_rawmysql.php. |
|
Escape quotes in strings
Reimplemented from t3lib_sqlengine. Definition at line 214 of file class.tx_dbal_handler_rawmysql.php. |
|
mysql_affected_rows() wrapper
Reimplemented from t3lib_sqlengine. Definition at line 192 of file class.tx_dbal_handler_rawmysql.php. |
|
mysql_error() wrapper
Reimplemented from t3lib_sqlengine. Definition at line 174 of file class.tx_dbal_handler_rawmysql.php. |
|
mysql_insert_id() wrapper
Reimplemented from t3lib_sqlengine. Definition at line 183 of file class.tx_dbal_handler_rawmysql.php. |
|
mysql_query() wrapper
Reimplemented from t3lib_sqlengine. Definition at line 202 of file class.tx_dbal_handler_rawmysql.php. References t3lib_div::makeInstance(). Referenced by admin_query(). |