Home
last modified time | relevance | path

Searched refs:OE_Replace (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dinsert.c1295 if( onError==OE_Replace && pTab->aCol[i].pDflt==0 ){ in sqlite3GenerateConstraintChecks()
1299 || onError==OE_Ignore || onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
1321 assert( onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
1388 if( onError==OE_Replace && overrideError!=OE_Replace ){ in sqlite3GenerateConstraintChecks()
1414 case OE_Replace: { in sqlite3GenerateConstraintChecks()
1444 regNewData, 1, 0, OE_Replace, 1, -1); in sqlite3GenerateConstraintChecks()
1565 && onError==OE_Replace /* Condition 1 */ in sqlite3GenerateConstraintChecks()
1581 if( isUpdate || onError==OE_Replace ){ in sqlite3GenerateConstraintChecks()
1637 || onError==OE_Ignore || onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
1651 assert( onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
[all …]
H A Dupdate.c298 if( (onError==OE_Replace) in sqlite3Update()
299 || (onError==OE_Default && pIdx->onError==OE_Replace) in sqlite3Update()
H A Dtrigger.c761 case OE_Replace: return "replace"; in onErrorText()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dinsert.c1180 if( onError==OE_Replace && pTab->aCol[i].pDflt==0 ){ in sqlite3GenerateConstraintChecks()
1184 || onError==OE_Ignore || onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
1203 assert( onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
1223 if( onError==OE_Replace ) onError = OE_Abort; /* IMP: R-15569-63625 */ in sqlite3GenerateConstraintChecks()
1258 case OE_Replace: { in sqlite3GenerateConstraintChecks()
1288 pParse, pTab, baseCur, regRowid, 0, pTrigger, OE_Replace in sqlite3GenerateConstraintChecks()
1346 if( onError==OE_Ignore ) onError = OE_Replace; in sqlite3GenerateConstraintChecks()
1360 || onError==OE_Ignore || onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
1393 assert( onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
1399 pParse, pTab, baseCur, regR, 0, pTrigger, OE_Replace in sqlite3GenerateConstraintChecks()
H A Dupdate.c344 if( onError==OE_Replace ){ in sqlite3Update()
349 if( pIdx->onError==OE_Replace ){ in sqlite3Update()
H A Dbuild.c2836 if( onError!=OE_Replace || pTab->pIndex==0 in sqlite3CreateIndex()
2837 || pTab->pIndex->onError==OE_Replace){ in sqlite3CreateIndex()
2842 while( pOther->pNext && pOther->pNext->onError!=OE_Replace ){ in sqlite3CreateIndex()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dinsert.c663 if( onError==OE_Replace && pTab->aCol[i].zDflt==0 ){ in sqliteGenerateConstraintChecks()
684 case OE_Replace: { in sqliteGenerateConstraintChecks()
731 case OE_Replace: { in sqliteGenerateConstraintChecks()
789 if( onError==OE_Ignore ) onError = OE_Replace; in sqliteGenerateConstraintChecks()
834 case OE_Replace: { in sqliteGenerateConstraintChecks()
H A Dupdate.c319 if( onError==OE_Replace ){ in sqliteUpdate()
324 if( pIdx->onError==OE_Replace ){ in sqliteUpdate()
H A Dbuild.c1644 if( onError!=OE_Replace || pTab->pIndex==0 in sqliteCreateIndex()
1645 || pTab->pIndex->onError==OE_Replace){ in sqliteCreateIndex()
1650 while( pOther->pNext && pOther->pNext->onError!=OE_Replace ){ in sqliteCreateIndex()
H A DsqliteInt.h584 #define OE_Replace 5 /* Delete existing record, then do INSERT or UPDATE */ macro
H A Dparse.y263 resolvetype(A) ::= REPLACE. { A = OE_Replace; }
510 insert_cmd(A) ::= REPLACE. {A = OE_Replace;}
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dinsert.c663 if( onError==OE_Replace && pTab->aCol[i].zDflt==0 ){ in sqliteGenerateConstraintChecks()
684 case OE_Replace: { in sqliteGenerateConstraintChecks()
731 case OE_Replace: { in sqliteGenerateConstraintChecks()
789 if( onError==OE_Ignore ) onError = OE_Replace; in sqliteGenerateConstraintChecks()
834 case OE_Replace: { in sqliteGenerateConstraintChecks()
H A Dupdate.c319 if( onError==OE_Replace ){ in sqliteUpdate()
324 if( pIdx->onError==OE_Replace ){ in sqliteUpdate()
H A Dbuild.c1644 if( onError!=OE_Replace || pTab->pIndex==0 in sqliteCreateIndex()
1645 || pTab->pIndex->onError==OE_Replace){ in sqliteCreateIndex()
1650 while( pOther->pNext && pOther->pNext->onError!=OE_Replace ){ in sqliteCreateIndex()
H A DsqliteInt.h584 #define OE_Replace 5 /* Delete existing record, then do INSERT or UPDATE */ macro
H A Dparse.c2426 { yygotominor.yy372 = OE_Replace; } in yy_reduce()
2891 {yygotominor.yy372 = OE_Replace;} in yy_reduce()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dinsert.c1663 if( onError==OE_Replace ){ in sqlite3GenerateConstraintChecks()
1678 || onError==OE_Ignore || onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
1682 case OE_Replace: { in sqlite3GenerateConstraintChecks()
1947 if( onError==OE_Replace /* IPK rule is REPLACE */ in sqlite3GenerateConstraintChecks()
1985 case OE_Replace: { in sqlite3GenerateConstraintChecks()
2170 && onError==OE_Replace /* Condition 1 */ in sqlite3GenerateConstraintChecks()
2189 if( isUpdate || onError==OE_Replace ){ in sqlite3GenerateConstraintChecks()
2271 assert( onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
2283 regR, nPkField, 0, OE_Replace, in sqlite3GenerateConstraintChecks()
2476 assert( pIdx->onError!=OE_Replace in sqlite3CompleteInsertion()
[all …]
H A Dupdate.c549 if( onError==OE_Replace ) bReplace = 1; in sqlite3Update()
563 if( onError==OE_Default && pIdx->onError==OE_Replace ){ in sqlite3Update()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dinsert.c1585 if( onError==OE_Replace ){ in sqlite3GenerateConstraintChecks()
1600 || onError==OE_Ignore || onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
1604 case OE_Replace: { in sqlite3GenerateConstraintChecks()
1812 if( onError==OE_Replace /* IPK rule is REPLACE */ in sqlite3GenerateConstraintChecks()
1850 case OE_Replace: { in sqlite3GenerateConstraintChecks()
2031 && onError==OE_Replace /* Condition 1 */ in sqlite3GenerateConstraintChecks()
2050 if( isUpdate || onError==OE_Replace ){ in sqlite3GenerateConstraintChecks()
2132 assert( onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
2144 regR, nPkField, 0, OE_Replace, in sqlite3GenerateConstraintChecks()
2306 assert( pIdx->onError!=OE_Replace in sqlite3CompleteInsertion()
[all …]
H A Dupdate.c400 if( onError==OE_Replace ) bReplace = 1; in sqlite3Update()
414 if( onError==OE_Default && pIdx->onError==OE_Replace ){ in sqlite3Update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dinsert.c1586 if( onError==OE_Replace ){ in sqlite3GenerateConstraintChecks()
1601 || onError==OE_Ignore || onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
1605 case OE_Replace: { in sqlite3GenerateConstraintChecks()
1817 if( onError==OE_Replace /* IPK rule is REPLACE */ in sqlite3GenerateConstraintChecks()
1855 case OE_Replace: { in sqlite3GenerateConstraintChecks()
2036 && onError==OE_Replace /* Condition 1 */ in sqlite3GenerateConstraintChecks()
2055 if( isUpdate || onError==OE_Replace ){ in sqlite3GenerateConstraintChecks()
2137 assert( onError==OE_Replace ); in sqlite3GenerateConstraintChecks()
2149 regR, nPkField, 0, OE_Replace, in sqlite3GenerateConstraintChecks()
2313 assert( pIdx->onError!=OE_Replace in sqlite3CompleteInsertion()
[all …]
H A Dupdate.c549 if( onError==OE_Replace ) bReplace = 1; in sqlite3Update()
563 if( onError==OE_Default && pIdx->onError==OE_Replace ){ in sqlite3Update()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h580 #define OE_Replace 5 /* Delete existing record, then do INSERT or UPDATE */ macro
/dports/devel/tcllib/tcllib-1.20/examples/page/
H A Dparse.y307 resolvetype(A) ::= REPLACE. {A = OE_Replace;}
568 insert_cmd(A) ::= REPLACE. {A = OE_Replace;}
/dports/devel/tcllibc/tcllib-1.20/examples/page/
H A Dparse.y307 resolvetype(A) ::= REPLACE. {A = OE_Replace;}
568 insert_cmd(A) ::= REPLACE. {A = OE_Replace;}

123456789