TYPO3 CMS  TYPO3_6-2
t3lib_DB_preProcessQueryHook Interface Reference
Inheritance diagram for t3lib_DB_preProcessQueryHook:
TYPO3\CMS\Core\Database\PreProcessQueryHookInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Database\PreProcessQueryHookInterface
 SELECTquery_preProcessAction (&$select_fields, &$from_table, &$where_clause, &$groupBy, &$orderBy, &$limit, \TYPO3\CMS\Core\Database\DatabaseConnection $parentObject)
 
 INSERTquery_preProcessAction (&$table, array &$fieldsValues, &$noQuoteFields, \TYPO3\CMS\Core\Database\DatabaseConnection $parentObject)
 
 INSERTmultipleRows_preProcessAction (&$table, array &$fields, array &$rows, &$noQuoteFields, \TYPO3\CMS\Core\Database\DatabaseConnection $parentObject)
 
 UPDATEquery_preProcessAction (&$table, &$where, array &$fieldsValues, &$noQuoteFields, \TYPO3\CMS\Core\Database\DatabaseConnection $parentObject)
 
 DELETEquery_preProcessAction (&$table, &$where, \TYPO3\CMS\Core\Database\DatabaseConnection $parentObject)
 
 TRUNCATEquery_preProcessAction (&$table, \TYPO3\CMS\Core\Database\DatabaseConnection $parentObject)
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 927 of file LegacyClassesForIde.php.