Home
last modified time | relevance | path

Searched defs:VdbeCursor (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c20009 typedef struct VdbeCursor VdbeCursor; typedef
20010 struct VdbeCursor { struct
20011 u8 eCurType; /* One of the CURTYPE_* values above */
20012 i8 iDb; /* Index of cursor database in db->aDb[] (or -1) */
20013 u8 nullRow; /* True if pointing to a row with no data */
20014 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
20015 u8 isTable; /* True for rowid tables. False for indexes */
20039 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
20042 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ argument
20043 union {
[all …]

Completed in 322 milliseconds