Home | History | Annotate | Download | only in tko

Lines Matching refs:where_clause

210             where_clause = ' and '.join(keys)
213 where_clause = where
217 where_clause, values = where
218 assert where_clause
222 return ' WHERE ' + where_clause, values
249 where_clause, values = self._where_clause(where)
250 cmd.append(where_clause)
328 where_clause, values = self._where_clause(where)
329 cmd.append(where_clause)
351 where_clause, where_values = self._where_clause(where)
352 cmd += where_clause