Lines Matching defs:commit
244 def commit(self): member in db_sql
379 def _exec_sql_with_commit(self, sql, values, commit): argument
393 def insert(self, table, data, commit=None): argument
415 def delete(self, table, where, commit = None): argument
433 def update(self, table, data, where, commit = None): argument
462 def delete_job(self, tag, commit = None): argument
481 def insert_job(self, tag, job, commit=None): argument
518 def insert_or_update_task_reference(self, job, reference_type, commit=None): argument
553 def update_job_keyvals(self, job, commit=None): argument
570 def insert_test(self, job, test, commit = None): argument
662 def insert_or_update_machine(self, job, commit=None): argument
696 def _insert_machine(self, job, commit = None): argument
707 def _update_machine_information(self, job, commit = None): argument
745 def insert_kernel(self, kernel, commit = None): argument
783 def insert_patch(self, kver, patch, commit = None): argument