Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dloadext.c44 # define sqlite3_column_decltype16 0 macro
73 # define sqlite3_column_decltype16 0 macro
164 sqlite3_column_decltype16,
H A Dsqlite3ext.h414 #define sqlite3_column_decltype16 sqlite3_api->column_decltype16 macro
H A Dvdbeapi.c1372 const void *sqlite3_column_decltype16(sqlite3_stmt *pStmt, int N){ in sqlite3_column_decltype16() function
H A Dtest1.c8707 { "sqlite3_column_decltype16",test_stmt_utf16,(void*)sqlite3_column_decltype16}, in Sqlitetest1_Init()
H A Dsqlite.h.in4778 const void *sqlite3_column_decltype16(sqlite3_stmt*,int);
/sqlite-3.40.0/test/
H A Dcapi3.test238 # sqlite3_column_decltype16
307 lappend cnamelist [utf8 [sqlite3_column_decltype16 $STMT $i]]
321 [sqlite3_column_decltype16 $STMT -1] \
325 [sqlite3_column_decltype16 $STMT $numcols]
H A Dcapi3c.test219 # sqlite3_column_decltype16
288 lappend cnamelist [utf8 [sqlite3_column_decltype16 $STMT $i]]
302 [sqlite3_column_decltype16 $STMT -1] \
306 [sqlite3_column_decltype16 $STMT $numcols]
H A Dmalloc4.test22 # sqlite3_column_decltype16() the function shall return NULL.