Searched defs:zDestTable (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c186 char *zDestTable; /* Name of destination table when MODE_Insert */ member in struct:callback_data
398 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
427 if( p->zDestTable ){
428 free(p->zDestTable);
429 p->zDestTable = 0;
440 z = p->zDestTable = malloc( n+1 );
469 d2.zDestTable = 0;

Completed in 46 milliseconds