sqlite3_vtab_cursor

CAPI3REF: Virtual Table Cursor Object

extern (C) __gshared nothrow
struct sqlite3_vtab_cursor {}

Members

Variables

pVtab
sqlite3_vtab* pVtab;

Virtual table of this cursor

Meta