Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlite.py83 def _make_condition_statement(columns, condition): function
323 where, clause = _make_condition_statement(columns, condition)
369 where, clause = _make_condition_statement(UNIHASH_TABLE_COLUMNS, condition)
H A Dsqlalchemy.py180 def _make_condition_statement(table, condition): function
353 where = _make_condition_statement(table, condition)
395 where = _make_condition_statement(UnihashesV3, condition)