| /sqlite-3.40.0/test/ |
| H A D | bind.test | 633 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 D | fuzzinvariants.c | 287 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 D | capi3.test | 425 # 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 D | optfuzz.c | 119 int eType = sqlite3_column_type(pStmt, i); in optfuzz_exec()
|
| H A D | capi3c.test | 407 # 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 D | dbfuzz.c | 615 int eType = sqlite3_column_type(pStmt,i); in runSql()
|
| H A D | fuzzcheck.c | 1051 switch( sqlite3_column_type(pStmt, j) ){ in runDbSql() 1597 int eType = sqlite3_column_type(pStmt,i); in runSql()
|
| H A D | e_expr.test | 623 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 D | legacy.c | 91 if( !azVals[i] && sqlite3_column_type(pStmt, i)!=SQLITE_NULL ){ in sqlite3_exec()
|
| H A D | loadext.c | 176 sqlite3_column_type,
|
| H A D | sqlite3ext.h | 426 #define sqlite3_column_type sqlite3_api->column_type macro
|
| /sqlite-3.40.0/tool/ |
| H A D | sqldiff.c | 1317 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 D | dbhash.c | 296 switch( sqlite3_column_type(pStmt,i) ){ in hash_one_query()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_tokenizer.c | 263 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){ in queryFts2Tokenizer()
|
| H A D | README.tokenizers | 127 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_tokenizer.c | 393 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB in queryTokenizer()
|
| H A D | README.tokenizers | 129 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){
|
| H A D | fts3_snippet.c | 744 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 D | dbdump.c | 481 switch( sqlite3_column_type(pStmt,i) ){ in dump_callback()
|
| H A D | sha1.c | 316 switch( sqlite3_column_type(pStmt,i) ){ in sha1QueryFunc()
|
| H A D | closure.c | 722 if( sqlite3_column_type(pStmt,0)==SQLITE_INTEGER ){ in closureFilter()
|
| H A D | shathree.c | 638 switch( sqlite3_column_type(pStmt,i) ){ in sha3QueryFunc()
|
| /sqlite-3.40.0/ext/fts3/tool/ |
| H A D | fts3view.c | 157 switch( sqlite3_column_type(pStmt, 1) ){ in showStat()
|
| /sqlite-3.40.0/ext/repair/ |
| H A D | checkindex.c | 842 if( sqlite3_column_type(pCsr->pStmt, 0)==SQLITE_INTEGER ){ in cidxColumn()
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 2179 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()
|