Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dscheduler_models.py166 _table_name = '' variable in DBObject
193 assert self._table_name, '_table_name must be defined in your class'
204 self.__table = self._table_name
360 '%(where)s %(order_by)s' % {'table' : cls._table_name,
369 _table_name = 'afe_ineligible_host_queues' variable in IneligibleHostQueue
374 _table_name = 'afe_atomic_groups' variable in AtomicGroup
380 _table_name = 'afe_labels' variable in Label
391 _table_name = 'afe_hosts' variable in Host
465 _table_name = 'afe_host_queue_entries' variable in HostQueueEntry
909 _table_name = 'afe_jobs' variable in Job
Dscheduler_models_unittest.py121 _table_name = 'test_table' variable in DBObjectTest.test_compare_fields_in_row_datetime_ignores_microseconds.TestTable