Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c27042 char *zColDefs; in do_meta_command() local
27049 zColDefs = zAutoColumn(0, &dbCols, &zRenames); in do_meta_command()
27057 if( zColDefs==0 ){ in do_meta_command()
27063 zCreate = sqlite3_mprintf("%z%z\n", zCreate, zColDefs); in do_meta_command()