Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c22795 char *zFullTabName; /* Table name with schema if applicable */ in do_meta_command() local
22933 zFullTabName = sqlite3_mprintf("\"%w\".\"%w\"", zSchema, zTable); in do_meta_command()
22935 zFullTabName = sqlite3_mprintf("\"%w\"", zTable); in do_meta_command()
22937 zSql = sqlite3_mprintf("SELECT * FROM %s", zFullTabName); in do_meta_command()
22938 if( zSql==0 || zFullTabName==0 ){ in do_meta_command()
22949 zCreate = sqlite3_mprintf("CREATE TABLE %s", zFullTabName); in do_meta_command()
22967 sqlite3_free(zFullTabName); in do_meta_command()
23000 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO %s VALUES(?", zFullTabName); in do_meta_command()
23018 sqlite3_free(zFullTabName); in do_meta_command()

Completed in 32 milliseconds