Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c172 typedef struct amatch_vtab amatch_vtab; typedef
493 struct amatch_vtab { struct
494 sqlite3_vtab base; /* Base class - must be first */
495 char *zClassName; /* Name of this class. Default: "amatch" */
496 char *zDb; /* Name of database. (ex: "main") */
497 char *zSelf; /* Name of this virtual table */
498 char *zCostTab; /* Name of edit-cost-table */
522 amatch_vtab *pVtab; /* The virtual table this cursor belongs to */ argument