Searched defs:deltaparsevtab_cursor (Results 1 – 1 of 1) sorted by relevance
762 typedef struct deltaparsevtab_cursor deltaparsevtab_cursor; typedef767 struct deltaparsevtab_cursor { struct768 sqlite3_vtab_cursor base; /* Base class - must be first */769 char *aDelta; /* The delta being parsed */770 int nDelta; /* Number of bytes in the delta */771 int iCursor; /* Current cursor location */772 int eOp; /* Name of current operator */773 unsigned int a1, a2; /* Arguments to current operator */774 int iNext; /* Next cursor value */