Searched defs:affinity (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c9983 char affinity; /* One of the SQLITE_AFF_... values */ member in struct:Column
10520 char affinity; /* Th member in struct:Expr
10920 char affinity; /* MakeRecord with this affinity for SRT_Set */ member in struct:Select
10976 u8 affinity; /* Affinity used when eDest==SRT_Set */ member in struct:SelectDest
59222 sqlite3ValueFromExpr( sqlite3 *db, Expr *pExpr, u8 enc, u8 affinity, sqlite3_value **ppVal ) argument
64514 applyAffinity( Mem *pRec, char affinity, u8 enc ) argument
64557 sqlite3ValueApplyAffinity( sqlite3_value *pVal, u8 affinity, u8 enc ) argument
64943 char affinity; /* Affinity to use for comparison */ member in struct:vdbeExecUnion::OP_Ge_stack_vars
75899 char affinity; /* Affinity of the LHS of the IN */ local
76087 char affinity; /* Comparison affinity to use */ local
[all...]

Completed in 694 milliseconds