Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c25975 int nDigits = (hasDupes)? db_int(*pDb, zColDigits) : 0; in zAutoColumn() local
25985 sqlite3_bind_int(pStmt, 1, nDigits); in zAutoColumn()