Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:sqlite3_value_numeric_type

4158 ** ^(The sqlite3_value_numeric_type() interface attempts to apply
4186 SQLITE_API int sqlite3_value_numeric_type(sqlite3_value*);
61157 ** return sqlite3_value_numeric_type( columnMem(pStmt,i) );
62131 SQLITE_API int sqlite3_value_numeric_type(sqlite3_value *pVal){
82935 type = sqlite3_value_numeric_type(argv[0]);
86830 #define sqlite3_value_numeric_type sqlite3_api->value_numeric_type
87136 sqlite3_value_numeric_type,