File size: 481 Bytes
7510827 |
1 2 3 4 5 6 7 |
[
{
"function_name": "sqlite3_exec",
"function_signature": "int sqlite3_exec(\n sqlite3 *db, /* The database on which the SQL executes */\n const char *zSql, /* The SQL to be executed */\n sqlite3_callback xCallback, /* Invoke this callback routine */\n void *pArg, /* First argument to xCallback() */\n char **pzErrMsg /* Write error messages here */\n)",
"test_filename": "tests_legacy_sqlite3_exec.c"
}
] |