Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dsubtype1.test19 SELECT test_getsubtype('hello');
22 SELECT test_getsubtype(test_setsubtype('hello',123));
/sqlite-3.40.0/src/
H A Dtest_func.c627 static void test_getsubtype( in test_getsubtype() function
696 { "test_getsubtype", 1, SQLITE_UTF8, test_getsubtype}, in registerTestFunctions()