HomeSort by relevance Sort by last modified time
    Searched refs:join_key (Results 1 - 3 of 3) sorted by null

  /external/autotest/frontend/afe/
model_logic.py 101 def add_join(self, query_set, join_table, join_key, join_condition='',
108 ON (<this table>.<join_from_key> = <join_table>.<join_key>
112 @param join_key field referencing back to this model to use for the join
129 full_join_key = _quote_name(alias) + '.' + _quote_name(join_key)
    [all...]
rpc_utils.py 212 query, 'afe_hosts_labels', join_key='host_id',
    [all...]
  /external/autotest/frontend/tko/
models.py 337 join_key='test_idx',
345 join_key='test_id',

Completed in 309 milliseconds