Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c29038 char *zSchemaTab; in shell_dbinfo_command() local
29085 zSchemaTab = sqlite3_mprintf("main.sqlite_schema"); in shell_dbinfo_command()
29087 zSchemaTab = sqlite3_mprintf("%s", "sqlite_temp_schema"); in shell_dbinfo_command()
29089 zSchemaTab = sqlite3_mprintf("\"%w\".sqlite_schema", zDb); in shell_dbinfo_command()
29092 int val = db_int(p->db, aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()
29095 sqlite3_free(zSchemaTab); in shell_dbinfo_command()