Lines Matching defs:commit
249 def commit(self): member in db_sql
384 def _exec_sql_with_commit(self, sql, values, commit): argument
398 def insert(self, table, data, commit=None): argument
420 def delete(self, table, where, commit = None): argument
438 def update(self, table, data, where, commit = None): argument
467 def delete_job(self, tag, commit = None): argument
486 def insert_job(self, tag, job, commit=None): argument
523 def insert_or_update_task_reference(self, job, reference_type, commit=None): argument
558 def update_job_keyvals(self, job, commit=None): argument
575 def insert_test(self, job, test, commit = None): argument
667 def insert_or_update_machine(self, job, commit=None): argument
701 def _insert_machine(self, job, commit = None): argument
712 def _update_machine_information(self, job, commit = None): argument
750 def insert_kernel(self, kernel, commit = None): argument
788 def insert_patch(self, kver, patch, commit = None): argument