Home
last modified time | relevance | path

Searched refs:OP_ToNumeric (Results 1 – 1 of 1) sorted by relevance

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c9252 #define OP_ToNumeric 145 /* same as TK_TO_NUMERIC */ macro
68231 case OP_ToNumeric: { /* same as TK_TO_NUMERIC, in1 */
78960 assert( to_op==OP_ToNumeric || aff!=SQLITE_AFF_NUMERIC );
78965 testcase( to_op==OP_ToNumeric );