Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c28690 int nDigits = (hasDupes)? db_int(*pDb, "%s", zColDigits) : 0; in zAutoColumn() local
28700 sqlite3_bind_int(pStmt, 1, nDigits); in zAutoColumn()