Home
last modified time | relevance | path

Searched refs:tableColumnList (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c21211 static char **tableColumnList(ShellState *p, const char *zTab){ in tableColumnList() function
21378 azCol = tableColumnList(p, zTable); in dump_callback()