Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dsqldiff.c1545 int iDType = sqlite3_column_type(pStmt, k); in putValue() local
1551 putc(iDType, out); in putValue()
1552 switch( iDType ){ in putValue()