Searched refs:arExecSql (Results 1 – 1 of 1) sorted by relevance
24170 static int arExecSql(ArCommand *pAr, const char *zSql){ in arExecSql() function24249 arExecSql(pAr, "PRAGMA page_size=512"); in arCreateOrUpdateCommand()24250 rc = arExecSql(pAr, "SAVEPOINT ar;"); in arCreateOrUpdateCommand()24264 rc = arExecSql(pAr, zSql); in arCreateOrUpdateCommand()24273 rc = arExecSql(pAr, zDrop); in arCreateOrUpdateCommand()24276 rc = arExecSql(pAr, zCreate); in arCreateOrUpdateCommand()24293 rc = arExecSql(pAr, zSql2); in arCreateOrUpdateCommand()24300 rc = arExecSql(pAr, "RELEASE ar;"); in arCreateOrUpdateCommand()24303 arExecSql(pAr, zSql); in arCreateOrUpdateCommand()