Searched refs:arExecSql (Results 1 – 1 of 1) sorted by relevance
/netbsd/external/public-domain/sqlite/dist/ |
H A D | shell.c | 13027 static int arExecSql(ArCommand *pAr, const char *zSql){ in arExecSql() function 13096 arExecSql(pAr, "PRAGMA page_size=512"); in arCreateOrUpdateCommand() 13097 rc = arExecSql(pAr, "SAVEPOINT ar;"); in arCreateOrUpdateCommand() 13111 rc = arExecSql(pAr, zSql); in arCreateOrUpdateCommand() 13120 rc = arExecSql(pAr, zDrop); in arCreateOrUpdateCommand() 13123 rc = arExecSql(pAr, zCreate); in arCreateOrUpdateCommand() 13129 rc = arExecSql(pAr, zSql2); in arCreateOrUpdateCommand() 13134 arExecSql(pAr, "ROLLBACK TO ar; RELEASE ar;"); in arCreateOrUpdateCommand() 13136 rc = arExecSql(pAr, "RELEASE ar;"); in arCreateOrUpdateCommand() 13139 arExecSql(pAr, zSql); in arCreateOrUpdateCommand()
|