Searched refs:zDestTable (Results 1 – 1 of 1) sorted by relevance
12209 char *zDestTable; /* Name of destination table when MODE_Insert */ member13347 utf8_printf(p->out,"INSERT INTO %s",p->zDestTable); in shell_callback()13590 if( p->zDestTable ){ in set_table_name()13591 free(p->zDestTable); in set_table_name()13592 p->zDestTable = 0; in set_table_name()13598 z = p->zDestTable = malloc( n+1 ); in set_table_name()14949 savedDestTable = p->zDestTable; in dump_callback()14951 p->zDestTable = sTable.z; in dump_callback()14960 p->zDestTable = savedDestTable; in dump_callback()19353 data.zDestTable = "sqlite_stat1"; in do_meta_command()[all …]