Home
last modified time | relevance | path

Searched refs:COLFLAG_PRIMKEY (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dupdate.c234 }else if( pPk && (pTab->aCol[j].colFlags & COLFLAG_PRIMKEY)!=0 ){ in sqlite3Update()
521 || (pTab->aCol[i].colFlags & COLFLAG_PRIMKEY)!=0 in sqlite3Update()
H A Dalter.c641 if( pCol->colFlags & COLFLAG_PRIMKEY ){ in sqlite3AlterFinishAddColumn()
H A Dfkey.c808 }else if( pCol->colFlags & COLFLAG_PRIMKEY ){ in fkParentIsModified()
H A Dbuild.c1315 pCol->colFlags |= COLFLAG_PRIMKEY; in sqlite3AddPrimaryKey()
1328 pCol->colFlags |= COLFLAG_PRIMKEY; in sqlite3AddPrimaryKey()
1702 if( (pTab->aCol[i].colFlags & COLFLAG_PRIMKEY)!=0 ){ in convertToWithoutRowidTable()
H A Dinsert.c1691 if( pTab->aCol[i].colFlags & COLFLAG_PRIMKEY ) break; in sqlite3SetMakeRecordP5()
H A Dpragma.c1115 if( (pCol->colFlags & COLFLAG_PRIMKEY)==0 ){ in sqlite3Pragma()
H A DsqliteInt.h1733 #define COLFLAG_PRIMKEY 0x0001 /* Column is part of the primary key */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dupdate.c313 }else if( pPk && (pTab->aCol[j].colFlags & COLFLAG_PRIMKEY)!=0 ){ in sqlite3Update()
672 || (colFlags & COLFLAG_PRIMKEY)!=0 in sqlite3Update()
H A Dfkey.c824 }else if( pCol->colFlags & COLFLAG_PRIMKEY ){ in fkParentIsModified()
H A Dbuild.c1467 pCol->colFlags |= COLFLAG_PRIMKEY; in makeColumnPartOfPrimaryKey()
1660 if( pCol->colFlags & COLFLAG_PRIMKEY ){ in sqlite3AddGenerated()
2001 if( (pTab->aCol[i].colFlags & COLFLAG_PRIMKEY)!=0 ){ in convertToWithoutRowidTable()
H A Dalter.c305 if( pCol->colFlags & COLFLAG_PRIMKEY ){ in sqlite3AlterFinishAddColumn()
H A Dpragma.c1166 if( (pCol->colFlags & COLFLAG_PRIMKEY)==0 ){ in sqlite3Pragma()
H A Dinsert.c2265 if( pTab->aCol[i].colFlags & COLFLAG_PRIMKEY ) break; in sqlite3SetMakeRecordP5()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dalter.c331 if( pCol->colFlags & COLFLAG_PRIMKEY ){ in sqlite3AlterFinishAddColumn()
1890 if( pTab->aCol[iCol].colFlags & (COLFLAG_PRIMKEY|COLFLAG_UNIQUE) ){ in sqlite3AlterDropColumn()
1892 (pTab->aCol[iCol].colFlags&COLFLAG_PRIMKEY) ? "PRIMARY KEY" : "UNIQUE", in sqlite3AlterDropColumn()
H A Dupdate.c461 }else if( pPk && (pTab->aCol[j].colFlags & COLFLAG_PRIMKEY)!=0 ){ in sqlite3Update()
875 || (colFlags & COLFLAG_PRIMKEY)!=0 in sqlite3Update()
H A Dfkey.c824 }else if( pCol->colFlags & COLFLAG_PRIMKEY ){ in fkParentIsModified()
H A Dbuild.c1622 pCol->colFlags |= COLFLAG_PRIMKEY; in makeColumnPartOfPrimaryKey()
1824 if( pCol->colFlags & COLFLAG_PRIMKEY ){ in sqlite3AddGenerated()
2168 if( (pTab->aCol[i].colFlags & COLFLAG_PRIMKEY)!=0 ){ in convertToWithoutRowidTable()
H A Dpragma.c1173 if( (pCol->colFlags & COLFLAG_PRIMKEY)==0 ){ in sqlite3Pragma()
H A Dinsert.c2409 if( pTab->aCol[i].colFlags & COLFLAG_PRIMKEY ) break; in sqlite3SetMakeRecordP5()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dupdate.c461 }else if( pPk && (pTab->aCol[j].colFlags & COLFLAG_PRIMKEY)!=0 ){ in sqlite3Update()
874 || (colFlags & COLFLAG_PRIMKEY)!=0 in sqlite3Update()
H A Dfkey.c824 }else if( pCol->colFlags & COLFLAG_PRIMKEY ){ in fkParentIsModified()
H A Dbuild.c1515 pCol->colFlags |= COLFLAG_PRIMKEY; in makeColumnPartOfPrimaryKey()
1717 if( pCol->colFlags & COLFLAG_PRIMKEY ){ in sqlite3AddGenerated()
2061 if( (pTab->aCol[i].colFlags & COLFLAG_PRIMKEY)!=0 ){ in convertToWithoutRowidTable()
H A Dalter.c324 if( pCol->colFlags & COLFLAG_PRIMKEY ){ in sqlite3AlterFinishAddColumn()
H A Dpragma.c1173 if( (pCol->colFlags & COLFLAG_PRIMKEY)==0 ){ in sqlite3Pragma()
H A Dinsert.c2272 if( pTab->aCol[i].colFlags & COLFLAG_PRIMKEY ) break; in sqlite3SetMakeRecordP5()

12345678