Searched refs:onError (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10115 ** The Index.onError field determines whether or not the indexed columns
10116 ** must be unique and what to do if they are not. When Index.onError=OE_None,
10118 ** and the value of Index.onError indicate the which conflict resolution
10129 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */ member in struct:Index
80129 sqlite3AddNotNull(Parse *pParse, int onError) argument
80271 sqlite3AddPrimaryKey( Parse *pParse, ExprList *pList, int onError, int autoInc, int sortOrder ) argument
81579 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Token *pEnd, int sortOrder, int ifNotExist ) argument
82765 sqlite3HaltConstraint(Parse *pParse, int onError, char *p4, int p4type) argument
88033 int onError; /* Conflict resolution strategy */ local
88487 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
97915 onErrorText(int onError) argument
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c14651 ** The Index.onError field determines whether or not the indexed columns
14652 ** must be unique and what to do if they are not. When Index.onError=OE_None,
14654 ** and the value of Index.onError indicate the which conflict resolution
14682 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */ member in struct:Index
14710 #define IsUniqueIndex(X) ((X)->onError!=OE_None)
98494 sqlite3AddNotNull(Parse *pParse, int onError) argument
98670 sqlite3AddPrimaryKey( Parse *pParse, ExprList *pList, int onError, int autoInc, int sortOrder ) argument
100268 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Expr *pPIWhere, int sortOrder, int ifNotExist, u8 idxType ) argument
101516 sqlite3HaltConstraint( Parse *pParse, int errCode, int onError, char *p4, i8 p4type, u8 p5Errmsg ) argument
101536 sqlite3UniqueConstraint( Parse *pParse, int onError, Index *pIdx ) argument
101569 sqlite3RowidConstraint( Parse *pParse, int onError, Table *pTab ) argument
107706 int onError; /* Conflict resolution strategy */ local
108349 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
120154 onErrorText(int onError) argument
[all...]

Completed in 497 milliseconds