CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
legacy_injectable_functions.json7 linesDownload Raw Back to injectable_functions
1[2  {3    "function_name": "sqlite3_exec",4    "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)",5    "test_filename": "tests_legacy_sqlite3_exec.c"6  }7]