Home
last modified time | relevance | path

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

12345678

/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c107351 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
108015 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
110000 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
111204 if( IsPrimaryKeyIndex(pIdx) ) continue;
113876 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
117919 if( IsPrimaryKeyIndex(pIdx) ){
121211 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
121443 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
121544 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
139914 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/emulators/stella/stella-6.6/src/sqlite/source/
H A Dsqlite3.c109088 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
109777 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
111790 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
113007 if( IsPrimaryKeyIndex(pIdx) ) continue;
115764 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
119830 if( IsPrimaryKeyIndex(pIdx) ){
123133 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
123367 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
123468 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
142246 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/src/
H A Dsqlite3.c107350 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
108014 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
109999 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
111203 if( IsPrimaryKeyIndex(pIdx) ) continue;
113875 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
117918 if( IsPrimaryKeyIndex(pIdx) ){
121210 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
121442 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
121543 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
139913 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c108618 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
109307 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
111318 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
112523 if( IsPrimaryKeyIndex(pIdx) ) continue;
115267 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
119338 if( IsPrimaryKeyIndex(pIdx) ){
122640 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
122874 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
122975 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
141690 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteWx/
H A Dwxsqlite3.c109899 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
110588 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
112600 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
113895 if( IsPrimaryKeyIndex(pIdx) ) continue;
116664 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
121018 if( IsPrimaryKeyIndex(pIdx) ){
124721 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
124814 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
125266 && IsPrimaryKeyIndex(pDestIdx)
144143 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/devel/upp/upp/uppsrc/plugin/sqlite3/lib/
H A Dsqlite3mc_amalgamation.c108692 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
109381 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
111397 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}
112602 if( IsPrimaryKeyIndex(pIdx) ) continue;
115346 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY
119417 if( IsPrimaryKeyIndex(pIdx) ){
122719 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);
122953 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
123054 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
141769 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/type_reference/
H A Doffapi.idl11141 [property, readonly] boolean IsPrimaryKeyIndex;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/type_reference/
H A Doffapi.idl11241 [property, readonly] boolean IsPrimaryKeyIndex;

12345678