Home
last modified time | relevance | path

Searched refs:zColNew (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dshell.c28556 static char *zAutoColumn(const char *zColNew, sqlite3 **pDb, char **pzRenamed){ in zAutoColumn() argument
28662 if( zColNew ){ in zAutoColumn()
28678 rc = sqlite3_bind_text(pStmt, 1, zColNew, -1, 0); in zAutoColumn()