Lines Matching refs:zSep
9246 const char *zSep = ""; in completionNext() local
9253 zSql, zSep, zDb in completionNext()
9256 zSep = " UNION "; in completionNext()
9270 const char *zSep = ""; in completionNext() local
9279 zSql, zSep, zDb, zDb in completionNext()
9282 zSep = " UNION "; in completionNext()
15360 const char *zSep = "SELECT '(' || "; in intckSaveKey() local
15362 zSql = intckMprintf(p, "%z%squote(?)", zSql, zSep); in intckSaveKey()
15363 zSep = " || ', ' || "; in intckSaveKey()
20012 const char *zSep = ""; in recoverInsertStmt() local
20035 zSep = ", "; in recoverInsertStmt()
20044 zSql = recoverMPrintf(p, "%z%s%Q", zSql, zSep, pTab->aCol[ii].zCol); in recoverInsertStmt()
20052 zBind = recoverMPrintf(p, "%z%s?%d", zBind, zSep, pTab->aCol[ii].iBind); in recoverInsertStmt()
20054 zSep = ", "; in recoverInsertStmt()
20131 const char *zSep = 0; in recoverLostAndFoundCreate() local
20135 zSep = "rootpgno INTEGER, pgno INTEGER, nfield INTEGER, id INTEGER, "; in recoverLostAndFoundCreate()
20137 zField = recoverMPrintf(p, "%z%sc%d", zField, zSep, ii); in recoverLostAndFoundCreate()
20138 zSep = ", "; in recoverLostAndFoundCreate()
20179 const char *zSep = ""; in recoverLostAndFoundInsert() local
20181 zBind = recoverMPrintf(p, "%z%squote(?)", zBind, zSep); in recoverLostAndFoundInsert()
20182 zSep = "|| ', ' ||"; in recoverLostAndFoundInsert()
22858 const char *zSep in print_row_separator() argument
22862 sqlite3_fputs(zSep, p->out); in print_row_separator()
22865 sqlite3_fputs(zSep, p->out); in print_row_separator()
22868 sqlite3_fputs(zSep, p->out); in print_row_separator()
22947 const char *zSep = " "; in shell_callback() local
22953 zSep = " "; in shell_callback()
22962 sqlite3_fputs(i==nArg-1 ? "\n" : zSep, p->out); in shell_callback()
27975 const char *zSep = ""; in arWhereClause() local
27980 zWhere, zSep, zSameOp, z, strlen30(z)+1, zSameOp, z in arWhereClause()
27986 zSep = " OR "; in arWhereClause()
29738 char zSep[2]; in do_meta_command() local
29739 zSep[1] = 0; in do_meta_command()
29740 zSep[0] = sCtx.cColSep; in do_meta_command()
29742 output_c_string(p->out, zSep); in do_meta_command()
29744 zSep[0] = sCtx.cRowSep; in do_meta_command()
29745 output_c_string(p->out, zSep); in do_meta_command()
31425 char *zSep; /* Separator */ in do_meta_command() local
31477 zSep = "VALUES("; in do_meta_command()
31500 appendText(&sSql, zSep, 0); in do_meta_command()
31505 zSep = "),("; in do_meta_command()