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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c23099 u8 seekOp; /* Most recent seek operation on this cursor */ member in struct:VdbeCursor
119006 u8 seekOp = HasRowid(pTab) ? OP_NotExists : OP_NotFound; local
[all...]

Completed in 1124 milliseconds