Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c16594 char *zSchemaTab; in shell_dbinfo_command() local
16639 zSchemaTab = sqlite3_mprintf("main.sqlite_schema"); in shell_dbinfo_command()
16641 zSchemaTab = sqlite3_mprintf("%s", "sqlite_temp_schema"); in shell_dbinfo_command()
16643 zSchemaTab = sqlite3_mprintf("\"%w\".sqlite_schema", zDb); in shell_dbinfo_command()
16646 char *zSql = sqlite3_mprintf(aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()
16651 sqlite3_free(zSchemaTab); in shell_dbinfo_command()