Searched refs:zDestTable (Results 1 – 1 of 1) sorted by relevance
9779 char *zDestTable; /* Name of destination table when MODE_Insert */ member10815 utf8_printf(p->out,"INSERT INTO %s",p->zDestTable); in shell_callback()11016 if( p->zDestTable ){ in set_table_name()11017 free(p->zDestTable); in set_table_name()11018 p->zDestTable = 0; in set_table_name()11024 z = p->zDestTable = malloc( n+1 ); in set_table_name()12135 savedDestTable = p->zDestTable; in dump_callback()12137 p->zDestTable = sTable.z; in dump_callback()12146 p->zDestTable = savedDestTable; in dump_callback()16328 data.zDestTable = "sqlite_stat1"; in do_meta_command()[all …]