test/database.h

changeset 25
0bb91d1f9bba
parent 24
df671b62538e
child 26
dc36aa437249
equal deleted inserted replaced
24:df671b62538e 25:0bb91d1f9bba
49 CX_TEST(testSqliteConnection); 49 CX_TEST(testSqliteConnection);
50 CX_TEST(testConnectionExec); 50 CX_TEST(testConnectionExec);
51 CX_TEST(testSingleValueQuery); 51 CX_TEST(testSingleValueQuery);
52 CX_TEST(testSqlExec); 52 CX_TEST(testSqlExec);
53 CX_TEST(testSqlExecParam); 53 CX_TEST(testSqlExecParam);
54 CX_TEST(testSingleTableQuery);
54 55
55 56
56 #ifdef __cplusplus 57 #ifdef __cplusplus
57 } 58 }
58 #endif 59 #endif

mercurial