Searched refs:arExecSql (Results 1 – 1 of 1) sorted by relevance
25434 static int arExecSql(ArCommand *pAr, const char *zSql){ in arExecSql() function25513 arExecSql(pAr, "PRAGMA page_size=512"); in arCreateOrUpdateCommand()25514 rc = arExecSql(pAr, "SAVEPOINT ar;"); in arCreateOrUpdateCommand()25528 rc = arExecSql(pAr, zSql); in arCreateOrUpdateCommand()25537 rc = arExecSql(pAr, zDrop); in arCreateOrUpdateCommand()25540 rc = arExecSql(pAr, zCreate); in arCreateOrUpdateCommand()25557 rc = arExecSql(pAr, zSql2); in arCreateOrUpdateCommand()25564 rc = arExecSql(pAr, "RELEASE ar;"); in arCreateOrUpdateCommand()25567 arExecSql(pAr, zSql); in arCreateOrUpdateCommand()