Home
last modified time | relevance | path

Searched refs:arExecSql (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c12093 static int arExecSql(ArCommand *pAr, const char *zSql){ in arExecSql() function
12150 rc = arExecSql(pAr, "SAVEPOINT ar;"); in arCreateOrUpdateCommand()
12153 rc = arExecSql(pAr, zDrop); in arCreateOrUpdateCommand()
12156 rc = arExecSql(pAr, zCreate); in arCreateOrUpdateCommand()
12161 rc = arExecSql(pAr, zSql); in arCreateOrUpdateCommand()
12165 arExecSql(pAr, "ROLLBACK TO ar; RELEASE ar;"); in arCreateOrUpdateCommand()
12167 rc = arExecSql(pAr, "RELEASE ar;"); in arCreateOrUpdateCommand()
/external/sqlite/dist/
Dshell.c12116 static int arExecSql(ArCommand *pAr, const char *zSql){ in arExecSql() function
12173 rc = arExecSql(pAr, "SAVEPOINT ar;"); in arCreateOrUpdateCommand()
12176 rc = arExecSql(pAr, zDrop); in arCreateOrUpdateCommand()
12179 rc = arExecSql(pAr, zCreate); in arCreateOrUpdateCommand()
12184 rc = arExecSql(pAr, zSql); in arCreateOrUpdateCommand()
12188 arExecSql(pAr, "ROLLBACK TO ar; RELEASE ar;"); in arCreateOrUpdateCommand()
12190 rc = arExecSql(pAr, "RELEASE ar;"); in arCreateOrUpdateCommand()