Home
last modified time | relevance | path

Searched refs:sqlite3_column_type (Results 1 – 25 of 39) sorted by relevance

12

/sqlite-3.40.0/test/
H A Dbind.test633 list [sqlite3_column_type $VM 0] [sqlite3_column_type $VM 1] \
634 [sqlite3_column_type $VM 2]
642 list [sqlite3_column_type $VM 0] [sqlite3_column_type $VM 1] \
643 [sqlite3_column_type $VM 2]
648 list [sqlite3_column_type $VM 0] [sqlite3_column_type $VM 1] \
649 [sqlite3_column_type $VM 2]
655 list [sqlite3_column_type $VM 0] [sqlite3_column_type $VM 1] \
656 [sqlite3_column_type $VM 2]
H A Dfuzzinvariants.c287 if( sqlite3_column_type(pStmt, i)==SQLITE_NULL ){ in fuzz_invariant_sql()
311 int t1 = sqlite3_column_type(pS1,i1); in sameValue()
312 int t2 = sqlite3_column_type(pS2,i2); in sameValue()
322 switch( sqlite3_column_type(pS1,i1) ){ in sameValue()
403 switch( sqlite3_column_type(pStmt, i) ){ in printRow()
H A Dcapi3.test425 # sqlite3_column_type
457 set x [sqlite3_column_type $STMT $i]
563 foreach i $idxlist {lappend types [sqlite3_column_type $STMT $i]}
1249 # the return type of subsequent calls to sqlite3_column_type().
1259 do_test 20.3 { sqlite3_column_type $stmt 0 } {TEXT}
1261 do_test 20.5 { sqlite3_column_type $stmt 0 } {TEXT}
H A Doptfuzz.c119 int eType = sqlite3_column_type(pStmt, i); in optfuzz_exec()
H A Dcapi3c.test407 # sqlite3_column_type
438 foreach i $idxlist {lappend types [sqlite3_column_type $STMT $i]}
533 foreach i $idxlist {lappend types [sqlite3_column_type $STMT $i]}
H A Ddbfuzz.c615 int eType = sqlite3_column_type(pStmt,i); in runSql()
H A Dfuzzcheck.c1051 switch( sqlite3_column_type(pStmt, j) ){ in runDbSql()
1597 int eType = sqlite3_column_type(pStmt,i); in runSql()
H A De_expr.test623 list [sqlite3_column_type $stmt 0] \
624 [sqlite3_column_type $stmt 1] \
625 [sqlite3_column_type $stmt 2] \
626 [sqlite3_column_type $stmt 3]
/sqlite-3.40.0/src/
H A Dlegacy.c91 if( !azVals[i] && sqlite3_column_type(pStmt, i)!=SQLITE_NULL ){ in sqlite3_exec()
H A Dloadext.c176 sqlite3_column_type,
H A Dsqlite3ext.h426 #define sqlite3_column_type sqlite3_api->column_type macro
/sqlite-3.40.0/tool/
H A Dsqldiff.c1317 if( sqlite3_column_type(pStmt, nCol)==SQLITE_INTEGER ){ in rbudiff_one_table()
1332 && sqlite3_column_type(pStmt, i)==SQLITE_BLOB in rbudiff_one_table()
1333 && sqlite3_column_type(pStmt, nCol+1+i)==SQLITE_BLOB in rbudiff_one_table()
1545 int iDType = sqlite3_column_type(pStmt, k); in putValue()
H A Ddbhash.c296 switch( sqlite3_column_type(pStmt,i) ){ in hash_one_query()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_tokenizer.c263 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){ in queryFts2Tokenizer()
H A DREADME.tokenizers127 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){
/sqlite-3.40.0/ext/fts3/
H A Dfts3_tokenizer.c393 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB in queryTokenizer()
H A DREADME.tokenizers129 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){
H A Dfts3_snippet.c744 if( sqlite3_column_type(pCsr->pStmt, iCol)!=SQLITE_NULL ){ in fts3SnippetText()
1652 if( sqlite3_column_type(pCsr->pStmt, iCol+1)==SQLITE_NULL ){ in sqlite3Fts3Offsets()
/sqlite-3.40.0/ext/misc/
H A Ddbdump.c481 switch( sqlite3_column_type(pStmt,i) ){ in dump_callback()
H A Dsha1.c316 switch( sqlite3_column_type(pStmt,i) ){ in sha1QueryFunc()
H A Dclosure.c722 if( sqlite3_column_type(pStmt,0)==SQLITE_INTEGER ){ in closureFilter()
H A Dshathree.c638 switch( sqlite3_column_type(pStmt,i) ){ in sha3QueryFunc()
/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c157 switch( sqlite3_column_type(pStmt, 1) ){ in showStat()
/sqlite-3.40.0/ext/repair/
H A Dcheckindex.c842 if( sqlite3_column_type(pCsr->pStmt, 0)==SQLITE_INTEGER ){ in cidxColumn()
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c2179 int eType = sqlite3_column_type(pStmt, iCol); in sessionAppendCol()
2258 if( sqlite3_column_type(pStmt, i)!=SQLITE_NULL ){ in sessionAppendUpdate()
2266 if( eType==sqlite3_column_type(pStmt, i) ){ in sessionAppendUpdate()
2285 if( eType==sqlite3_column_type(pStmt, i) in sessionAppendUpdate()

12