Home
last modified time | relevance | path

Searched refs:aColumnMatching (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx436 std::map<sal_Int32,sal_Int32> aColumnMatching; in getTablePrivileges() local
456 aColumnMatching.emplace(i,j+1); in getTablePrivileges()
473 for (const auto& [nCol, nPriv] : aColumnMatching) in getTablePrivileges()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx432 std::map<sal_Int32,sal_Int32> aColumnMatching; in getTablePrivileges() local
452 aColumnMatching.emplace(i,j+1); in getTablePrivileges()
469 for (const auto& [nCol, nPriv] : aColumnMatching) in getTablePrivileges()