Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c13728 char *zSchemaTab; in shell_dbinfo_command() local
13773 zSchemaTab = sqlite3_mprintf("main.sqlite_master"); in shell_dbinfo_command()
13775 zSchemaTab = sqlite3_mprintf("%s", "sqlite_temp_master"); in shell_dbinfo_command()
13777 zSchemaTab = sqlite3_mprintf("\"%w\".sqlite_master", zDb); in shell_dbinfo_command()
13780 char *zSql = sqlite3_mprintf(aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()
13785 sqlite3_free(zSchemaTab); in shell_dbinfo_command()