Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c25841 static char *zAutoColumn(const char *zColNew, sqlite3 **pDb, char **pzRenamed){ in zAutoColumn() argument
25947 if( zColNew ){ in zAutoColumn()
25963 rc = sqlite3_bind_text(pStmt, 1, zColNew, -1, 0); in zAutoColumn()