Home
last modified time | relevance | path

Searched refs:_table_name (Results 1 – 2 of 2) sorted by relevance

/external/autotest/scheduler/
Dscheduler_models.py163 _table_name = '' variable in DBObject
190 assert self._table_name, '_table_name must be defined in your class'
201 self.__table = self._table_name
357 '%(where)s %(order_by)s' % {'table' : cls._table_name,
366 _table_name = 'afe_ineligible_host_queues' variable in IneligibleHostQueue
371 _table_name = 'afe_atomic_groups' variable in AtomicGroup
377 _table_name = 'afe_labels' variable in Label
388 _table_name = 'afe_hosts' variable in Host
465 _table_name = 'afe_host_queue_entries' variable in HostQueueEntry
925 _table_name = 'afe_jobs' variable in Job
Dscheduler_models_unittest.py120 _table_name = 'test_table' variable in DBObjectTest.test_compare_fields_in_row_datetime_ignores_microseconds.TestTable