Searched refs:fkeyList (Results 1 – 5 of 5) sorted by relevance
/dports/deskutils/egroupware/egroupware/vendor/egroupware/adodb-php/drivers/ |
H A D | adodb-sqlite3.inc.php | 216 $fkeyList = array(); 230 if (!isset($fkeyList[$tmatches[1][0]])) 231 $fkeyList[$tmatches[1][0]] = array(); 232 $fkeyList[$tmatches[1][0]][$matches[1][0]] = $matches[1][1]; 235 $fkeyList[$tmatches[1][0]][] = $matches[1][0] . '=' . $matches[1][1]; 241 $fkeyList = array_change_key_case($fkeyList,CASE_UPPER); 243 $fkeyList = array_change_key_case($fkeyList,CASE_LOWER); 245 return $fkeyList;
|
/dports/databases/adodb5/ADOdb-5.21.3/drivers/ |
H A D | adodb-sqlite3.inc.php | 221 $fkeyList = array(); 235 if (!isset($fkeyList[$tmatches[1][0]])) 236 $fkeyList[$tmatches[1][0]] = array(); 237 $fkeyList[$tmatches[1][0]][$matches[1][0]] = $matches[1][1]; 240 $fkeyList[$tmatches[1][0]][] = $matches[1][0] . '=' . $matches[1][1]; 246 $fkeyList = array_change_key_case($fkeyList,CASE_UPPER); 248 $fkeyList = array_change_key_case($fkeyList,CASE_LOWER); 250 return $fkeyList;
|
/dports/www/moodle311/moodle/lib/adodb/drivers/ |
H A D | adodb-sqlite3.inc.php | 217 $fkeyList = array(); 231 if (!isset($fkeyList[$tmatches[1][0]])) 232 $fkeyList[$tmatches[1][0]] = array(); 233 $fkeyList[$tmatches[1][0]][$matches[1][0]] = $matches[1][1]; 236 $fkeyList[$tmatches[1][0]][] = $matches[1][0] . '=' . $matches[1][1]; 242 $fkeyList = array_change_key_case($fkeyList,CASE_UPPER); 244 $fkeyList = array_change_key_case($fkeyList,CASE_LOWER); 246 return $fkeyList;
|
/dports/databases/cego/cego-2.47.11/src/ |
H A D | CegoXPorter.cc | 210 ListT<Element*> fkeyList = pRoot->getChildren(XML_FKEY_ELEMENT); in xmlImportTableSet() local 211 Element **pFKeyElement = fkeyList.First(); in xmlImportTableSet() 261 pFKeyElement = fkeyList.Next(); in xmlImportTableSet() 811 ListT<Chain> fkeyList; in xmlExportTableSet() local 812 _pGTM->getObjectList(tabSetId, CegoObject::FKEY, fkeyList); in xmlExportTableSet() 814 Chain *pFKey = fkeyList.First(); in xmlExportTableSet() 856 pFKey = fkeyList.Next(); in xmlExportTableSet() 1429 ListT<Chain> fkeyList; in binExportTableSet() local 1430 _pGTM->getObjectList(tabSetId, CegoObject::FKEY, fkeyList); in binExportTableSet() 1432 Chain *pFKey = fkeyList.First(); in binExportTableSet() [all …]
|
H A D | CegoDistManager.cc | 186 ListT<Chain> fkeyList; in registerObjects() local 187 getObjectList(tabSetId, CegoObject::FKEY, fkeyList); in registerObjects() 188 Chain *pFKey = fkeyList.First(); in registerObjects() 196 pFKey = fkeyList.Next(); in registerObjects()
|