Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c22474 static char **tableColumnList(ShellState *p, const char *zTab){ in tableColumnList() function
22641 azCol = tableColumnList(p, zTable); in dump_callback()