Home
last modified time | relevance | path

Searched refs:childTableName (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaInline.php136 $childTableName = $result['processedTca']['columns'][$fieldName]['config']['foreign_table'];
166 $localizedRecord = $this->getRecordFromDatabase($childTableName, $localizedUid);
172 'table' => $childTableName,
199 'table' => $childTableName,
229 $childTableName = $result['processedTca']['columns'][$fieldName]['config']['foreign_table'];
313 $childTableName = $parentConfig['foreign_table'];
326 'tableName' => $childTableName,
362 [$e->getTableName(), $e->getUid(), $childTableName, (int)$childUid]
417 * @param string $childTableName Name of child table
420 protected function getWorkspacedUids(array $connectedUids, $childTableName) argument
[all …]
H A DSiteTcaInline.php51 $childTableName = $fieldConfig['config']['foreign_table'] ?? '';
52 …if (!in_array($childTableName, ['site_errorhandling', 'site_language', 'site_route', 'site_base_va…
239 $childTableName = $parentConfig['foreign_table'];
249 'tableName' => $childTableName,
H A DTcaInlineConfiguration.php154 $childTableName = $result['processedTca']['columns'][$fieldName]['config']['foreign_table'];
157 || empty($GLOBALS['TCA'][$childTableName]['ctrl']['languageField'])
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaInline.php137 $childTableName = $result['processedTca']['columns'][$fieldName]['config']['foreign_table'];
167 $localizedRecord = $this->getRecordFromDatabase($childTableName, $localizedUid);
173 'table' => $childTableName,
200 'table' => $childTableName,
230 $childTableName = $result['processedTca']['columns'][$fieldName]['config']['foreign_table'];
318 $childTableName = $parentConfig['foreign_table'];
331 'tableName' => $childTableName,
367 [$e->getTableName(), $e->getUid(), $childTableName, (int)$childUid]
422 * @param string $childTableName Name of child table
425 protected function getWorkspacedUids(array $connectedUids, $childTableName) argument
[all …]
H A DSiteTcaInline.php50 $childTableName = $fieldConfig['config']['foreign_table'] ?? '';
51 … if (!in_array($childTableName, ['site_errorhandling', 'site_route', 'site_base_variant'], true)) {
163 $childTableName = $parentConfig['foreign_table'];
174 'tableName' => $childTableName,
H A DTcaInlineConfiguration.php157 $childTableName = $result['processedTca']['columns'][$fieldName]['config']['foreign_table'];
160 || empty($GLOBALS['TCA'][$childTableName]['ctrl']['languageField'])
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaInline.php137 $childTableName = $result['processedTca']['columns'][$fieldName]['config']['foreign_table'];
167 $localizedRecord = $this->getRecordFromDatabase($childTableName, $localizedUid);
173 'table' => $childTableName,
200 'table' => $childTableName,
230 $childTableName = $result['processedTca']['columns'][$fieldName]['config']['foreign_table'];
318 $childTableName = $parentConfig['foreign_table'];
331 'tableName' => $childTableName,
367 [$e->getTableName(), $e->getUid(), $childTableName, (int)$childUid]
422 * @param string $childTableName Name of child table
425 protected function getWorkspacedUids(array $connectedUids, $childTableName) argument
[all …]
H A DSiteTcaInline.php52 $childTableName = $fieldConfig['config']['foreign_table'] ?? '';
53 …if (!in_array($childTableName, ['site_errorhandling', 'site_language', 'site_route', 'site_base_va…
240 $childTableName = $parentConfig['foreign_table'];
250 'tableName' => $childTableName,
H A DTcaInlineConfiguration.php155 $childTableName = $result['processedTca']['columns'][$fieldName]['config']['foreign_table'];
158 || empty($GLOBALS['TCA'][$childTableName]['ctrl']['languageField'])
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/
H A DColumnMap.php80 protected $childTableName; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Mapper\\ColumnMap
233 * @param string $childTableName
235 public function setChildTableName($childTableName) argument
237 $this->childTableName = $childTableName;
245 return $this->childTableName;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/
H A DColumnMap.php83 private $childTableName; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Mapper\\ColumnMap
237 * @param string|null $childTableName
239 public function setChildTableName(?string $childTableName): void argument
241 $this->childTableName = $childTableName;
249 return $this->childTableName;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/
H A DColumnMap.php83 private $childTableName; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Mapper\\ColumnMap
237 * @param string|null $childTableName
239 public function setChildTableName(?string $childTableName): void argument
241 $this->childTableName = $childTableName;
249 return $this->childTableName;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Controller/
H A DSiteInlineAjaxController.php85 $childTableName = $parentConfig['foreign_table'];
88 if ($childTableName === 'site_language') {
124 'tableName' => $childTableName,
257 $childTableName = $child['table'];
263 'tableName' => $childTableName,
H A DFormInlineAjaxController.php84 $childTableName = $parentConfig['foreign_table'];
92 'tableName' => $childTableName,
457 $childTableName = $child['table'];
465 'tableName' => $childTableName,
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Controller/
H A DSiteInlineAjaxController.php82 $childTableName = $parentConfig['foreign_table'];
85 if ($childTableName === 'site_language') {
115 'tableName' => $childTableName,
279 $childTableName = $child['table'];
285 'tableName' => $childTableName,
H A DFormInlineAjaxController.php82 $childTableName = $parentConfig['foreign_table'];
90 'tableName' => $childTableName,
486 $childTableName = $child['table'];
494 'tableName' => $childTableName,
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Controller/
H A DSiteInlineAjaxController.php86 $childTableName = $parentConfig['foreign_table'];
89 if ($childTableName === 'site_language') {
144 'tableName' => $childTableName,
280 $childTableName = $child['table'];
286 'tableName' => $childTableName,
H A DFormInlineAjaxController.php85 $childTableName = $parentConfig['foreign_table'];
93 'tableName' => $childTableName,
461 $childTableName = $child['table'];
469 'tableName' => $childTableName,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DDataRelation.cs66 internal string childTableName = null; field in System.Data.DataRelation
139 …public DataRelation(string relationName, string parentTableName, string childTableName, string[] p… in DataRelation() argument
144 this.childTableName = childTableName; in DataRelation()
151 …ionName, string parentTableName, string parentTableNamespace, string childTableName, string childT… in DataRelation() argument
156 this.childTableName = childTableName; in DataRelation()
H A DDataRelationCollection.cs799 … childs[j] = dataSet.Tables[rel.childTableName].Columns[rel.childColumnNames[j]]; in FinishInitRelations()
801 …childs[j] = dataSet.Tables[rel.childTableName, rel.childTableNamespace].Columns[rel.childColumnNam… in FinishInitRelations()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/
H A DTypo3DbQueryParser.php366 $childTableName = $columnMap->getChildTableName();
372 ->from($childTableName)
980 $childTableName = $columnMap->getChildTableName();
982 if ($childTableName === null) {
987 $childTableAlias = $this->getUniqueAlias($childTableName, $fullPropertyPath);
1010 …$this->queryBuilder->leftJoin($tableName, $childTableName, $childTableAlias, $joinConditionExpress…
1029 …$this->queryBuilder->leftJoin($tableName, $childTableName, $childTableAlias, $joinConditionExpress…
1053 …$this->queryBuilder->leftJoin($relationTableAlias, $childTableName, $childTableAlias, $joinConditi…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/
H A DTypo3DbQueryParser.php412 $childTableName = $columnMap->getChildTableName();
418 ->from($childTableName)
1024 $childTableName = $columnMap->getChildTableName();
1026 if ($childTableName === null) {
1031 $childTableAlias = $this->getUniqueAlias($childTableName, $fullPropertyPath);
1054 …$this->queryBuilder->leftJoin($tableName, $childTableName, $childTableAlias, $joinConditionExpress…
1073 …$this->queryBuilder->leftJoin($tableName, $childTableName, $childTableAlias, $joinConditionExpress…
1097 …$this->queryBuilder->leftJoin($relationTableAlias, $childTableName, $childTableAlias, $joinConditi…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/
H A DTypo3DbQueryParser.php411 $childTableName = $columnMap->getChildTableName();
417 ->from($childTableName)
1101 $childTableName = $columnMap->getChildTableName();
1103 if ($childTableName === null) {
1108 $childTableAlias = $this->getUniqueAlias($childTableName, $fullPropertyPath);
1131 …$this->queryBuilder->leftJoin($tableName, $childTableName, $childTableAlias, $joinConditionExpress…
1150 …$this->queryBuilder->leftJoin($tableName, $childTableName, $childTableAlias, $joinConditionExpress…
1174 …$this->queryBuilder->leftJoin($relationTableAlias, $childTableName, $childTableAlias, $joinConditi…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DDataRelation.cs116 …public DataRelation(string relationName, string parentTableName, string childTableName, string[] p… in DataRelation() argument
122 _childTableName = childTableName; in DataRelation()
127 …ionName, string parentTableName, string parentTableNamespace, string childTableName, string childT… in DataRelation() argument
133 _childTableName = childTableName; in DataRelation()
/dports/net/cloudquery/cloudquery-0.16.0/pkg/module/drift/
H A Ddrift.go328 childTableName := "c"
346 goqu.I(childTableName+"."+parentColumn),
352 childTableName = parentTableName

12