Searched refs:arExecSql (Results 1 – 1 of 1) sorted by relevance
28146 static int arExecSql(ArCommand *pAr, const char *zSql){ in arExecSql() function28225 arExecSql(pAr, "PRAGMA page_size=512"); in arCreateOrUpdateCommand()28226 rc = arExecSql(pAr, "SAVEPOINT ar;"); in arCreateOrUpdateCommand()28240 rc = arExecSql(pAr, zSql); in arCreateOrUpdateCommand()28249 rc = arExecSql(pAr, zDrop); in arCreateOrUpdateCommand()28252 rc = arExecSql(pAr, zCreate); in arCreateOrUpdateCommand()28269 rc = arExecSql(pAr, zSql2); in arCreateOrUpdateCommand()28276 rc = arExecSql(pAr, "RELEASE ar;"); in arCreateOrUpdateCommand()28279 arExecSql(pAr, zSql); in arCreateOrUpdateCommand()