Home | History | Annotate | Download | only in _sqlite

Lines Matching full:sqlite3_prepare

378     rc = sqlite3_prepare(self->db, self->begin_statement, -1, &statement, &tail);
421 rc = sqlite3_prepare(self->db, "COMMIT", -1, &statement, &tail);
465 rc = sqlite3_prepare(self->db, "ROLLBACK", -1, &statement, &tail);