Lines Matching defs:commit
205 def commit(self): member in db_sql
340 def _exec_sql_with_commit(self, sql, values, commit): argument
354 def insert(self, table, data, commit=None): argument
376 def delete(self, table, where, commit = None): argument
394 def update(self, table, data, where, commit = None): argument
423 def delete_job(self, tag, commit = None): argument
442 def insert_job(self, tag, job, parent_job_id=None, commit=None): argument
493 def update_job_keyvals(self, job, commit=None): argument
510 def insert_test(self, job, test, commit = None): argument
598 def insert_machine(self, job, commit = None): argument
609 def update_machine_information(self, job, commit = None): argument
647 def insert_kernel(self, kernel, commit = None): argument
685 def insert_patch(self, kver, patch, commit = None): argument