CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
vacuum_injectable_functions.json22 linesDownload Raw Back to injectable_functions
1[2  {3    "function_name": "execSql",4    "function_signature": "static int execSql(sqlite3 *db, char **pzErrMsg, const char *zSql)",5    "test_filename": "tests_vacuum_execSql.c"6  },7  {8    "function_name": "execSqlF",9    "function_signature": "static int execSqlF(sqlite3 *db, char **pzErrMsg, const char *zSql, ...)",10    "test_filename": "tests_vacuum_execSqlF.c"11  },12  {13    "function_name": "sqlite3Vacuum",14    "function_signature": "void sqlite3Vacuum(Parse *pParse, Token *pNm, Expr *pInto)",15    "test_filename": "tests_vacuum_sqlite3Vacuum.c"16  },17  {18    "function_name": "sqlite3RunVacuum",19    "function_signature": "SQLITE_NOINLINE int sqlite3RunVacuum(\n  char **pzErrMsg,        /* Write error message here */\n  sqlite3 *db,            /* Database connection */\n  int iDb,                /* Which attached DB to vacuum */\n  sqlite3_value *pOut     /* Write results here, if not NULL. VACUUM INTO */\n)",20    "test_filename": "tests_vacuum_sqlite3RunVacuum.c"21  }22]