Home | History | Annotate | Download | only in _sqlite

Lines Matching full:sqlite3_prepare

427     rc = sqlite3_prepare(self->db, self->begin_statement, -1, &statement, &tail);
472 rc = sqlite3_prepare(self->db, "COMMIT", -1, &statement, &tail);
518 rc = sqlite3_prepare(self->db, "ROLLBACK", -1, &statement, &tail);