Home
last modified time | relevance | path

Searched refs:getQueryResultCode (Results 1 – 8 of 8) sorted by relevance

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.3/
H A DBreaking-77557-SignatureOfQueryView-getQueryResultCodeChanged.rst5 Breaking: #77557 - Signature of QueryView->getQueryResultCode() changed
13 The method signature of :php:`QueryView->getQueryResultCode()` has changed
14 from :php:`getQueryResultCode($mQ, $res, $table)` to :php:`getQueryResultCode($type, array $dataRow…
27 Extensions using :php:`QueryView->getQueryResultCode()`
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.3/
H A DBreaking-77557-SignatureOfQueryView-getQueryResultCodeChanged.rst5 Breaking: #77557 - Signature of QueryView->getQueryResultCode() changed
13 The method signature of :php:`QueryView->getQueryResultCode()` has changed
14 from :php:`getQueryResultCode($mQ, $res, $table)` to :php:`getQueryResultCode($type, array $dataRow…
27 Extensions using :php:`QueryView->getQueryResultCode()`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.3/
H A DBreaking-77557-SignatureOfQueryView-getQueryResultCodeChanged.rst5 Breaking: #77557 - Signature of QueryView->getQueryResultCode() changed
13 The method signature of :php:`QueryView->getQueryResultCode()` has changed
14 from :php:`getQueryResultCode($mQ, $res, $table)` to :php:`getQueryResultCode($type, array $dataRow…
27 Extensions using :php:`QueryView->getQueryResultCode()`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/
H A DQueryView.php467 $cPR = $this->getQueryResultCode($mQ, $dataRows, $queryGenerator->table);
492 public function getQueryResultCode($type, array $dataRows, $table) function in TYPO3\\CMS\\Core\\Database\\QueryView
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/
H A DQueryView.php474 $cPR = $this->getQueryResultCode($mQ, $dataRows, $queryGenerator->table);
499 public function getQueryResultCode($type, array $dataRows, $table) function in TYPO3\\CMS\\Core\\Database\\QueryView
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/
H A DQueryView.php467 $cPR = $this->getQueryResultCode($mQ, $dataRows, $queryGenerator->table);
492 public function getQueryResultCode($type, array $dataRows, $table) function in TYPO3\\CMS\\Core\\Database\\QueryView
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/sys_action/Classes/
H A DActionTask.php829 … $cP = $fullsearch->getQueryResultCode($type, $dataRows, $sql_query['qC']['queryTable']);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/lowlevel/Classes/Database/
H A DQueryGenerator.php378 $cPR = $this->getQueryResultCode($mQ, $dataRows, $this->table);
770 protected function getQueryResultCode($type, array $dataRows, $table) function in TYPO3\\CMS\\Lowlevel\\Database\\QueryGenerator