Home
last modified time | relevance | path

Searched refs:IsPrimaryKeyIndex (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/sdbcx/
H A DIndex.idl73 [readonly, property] boolean IsPrimaryKeyIndex;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/sdbcx/
H A DIndex.idl73 [readonly, property] boolean IsPrimaryKeyIndex;
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dinsert.c2222 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR); in sqlite3GenerateConstraintChecks()
2485 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){ in sqlite3CompleteInsertion()
2578 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){ in sqlite3OpenTableAndIndices()
3030 && IsPrimaryKeyIndex(pDestIdx) in xferOptimization()
H A Danalyze.c1069 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){ in analyzeOneTable()
1758 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
H A Dfkey.c237 if( IsPrimaryKeyIndex(pIdx) ){ in sqlite3FkLocateIndex()
H A Dwherecode.c168 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){ in sqlite3WhereExplainOneScan()
2280 && (HasRowid(pTab) || !IsPrimaryKeyIndex(pSubLoop->u.btree.pIndex)) in sqlite3WhereCodeOneLoopStart()
H A Dbuild.c953 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){} in sqlite3PrimaryKeyIndex()
2248 if( IsPrimaryKeyIndex(pIdx) ) continue; in convertToWithoutRowidTable()
5017 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY in sqlite3UniqueConstraint()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dinsert.c1614 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR); in sqlite3GenerateConstraintChecks()
1741 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){ in sqlite3CompleteInsertion()
1847 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){ in sqlite3OpenTableAndIndices()
H A Danalyze.c1046 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){ in analyzeOneTable()
1716 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
H A Dupdate.c195 if( IsPrimaryKeyIndex(pIdx) && pPk!=0 ){ in sqlite3Update()
H A Dwherecode.c171 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){ in sqlite3WhereExplainOneScan()
1971 && (HasRowid(pTab) || !IsPrimaryKeyIndex(pSubLoop->u.btree.pIndex)) in sqlite3WhereCodeOneLoopStart()
H A Dfkey.c237 if( IsPrimaryKeyIndex(pIdx) ){ in sqlite3FkLocateIndex()
H A Dbuild.c810 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){} in sqlite3PrimaryKeyIndex()
1777 if( IsPrimaryKeyIndex(pIdx) ) continue; in convertToWithoutRowidTable()
4184 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY in sqlite3UniqueConstraint()
H A DsqliteInt.h2174 #define IsPrimaryKeyIndex(X) ((X)->idxType==SQLITE_IDXTYPE_PRIMARYKEY) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dinsert.c2083 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR); in sqlite3GenerateConstraintChecks()
2315 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){ in sqlite3CompleteInsertion()
2416 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){ in sqlite3OpenTableAndIndices()
H A Danalyze.c1024 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){ in analyzeOneTable()
1688 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
H A Dfkey.c237 if( IsPrimaryKeyIndex(pIdx) ){ in sqlite3FkLocateIndex()
H A Dwherecode.c168 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){ in sqlite3WhereExplainOneScan()
2255 && (HasRowid(pTab) || !IsPrimaryKeyIndex(pSubLoop->u.btree.pIndex)) in sqlite3WhereCodeOneLoopStart()
H A Dbuild.c876 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){} in sqlite3PrimaryKeyIndex()
2080 if( IsPrimaryKeyIndex(pIdx) ) continue; in convertToWithoutRowidTable()
4752 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY in sqlite3UniqueConstraint()
H A DsqliteInt.h2422 #define IsPrimaryKeyIndex(X) ((X)->idxType==SQLITE_IDXTYPE_PRIMARYKEY) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dinsert.c2088 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR); in sqlite3GenerateConstraintChecks()
2322 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){ in sqlite3CompleteInsertion()
2423 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){ in sqlite3OpenTableAndIndices()
H A Danalyze.c1069 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){ in analyzeOneTable()
1758 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
H A Dfkey.c237 if( IsPrimaryKeyIndex(pIdx) ){ in sqlite3FkLocateIndex()
H A Dwherecode.c168 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){ in sqlite3WhereExplainOneScan()
2274 && (HasRowid(pTab) || !IsPrimaryKeyIndex(pSubLoop->u.btree.pIndex)) in sqlite3WhereCodeOneLoopStart()
H A Dbuild.c923 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){} in sqlite3PrimaryKeyIndex()
2140 if( IsPrimaryKeyIndex(pIdx) ) continue; in convertToWithoutRowidTable()
4897 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY in sqlite3UniqueConstraint()

12345678