Searched defs:amatch_vtab (Results 1 – 1 of 1) sorted by relevance
172 typedef struct amatch_vtab amatch_vtab; typedef493 struct amatch_vtab { struct494 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