Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c20358 char *zSchemaTab; in shell_dbinfo_command() local
20403 zSchemaTab = sqlite3_mprintf("main.sqlite_schema"); in shell_dbinfo_command()
20405 zSchemaTab = sqlite3_mprintf("%s", "sqlite_temp_schema"); in shell_dbinfo_command()
20407 zSchemaTab = sqlite3_mprintf("\"%w\".sqlite_schema", zDb); in shell_dbinfo_command()
20410 char *zSql = sqlite3_mprintf(aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()
20415 sqlite3_free(zSchemaTab); in shell_dbinfo_command()

Completed in 49 milliseconds