Home | History | Annotate | Download | only in scheduler

Lines Matching full:_prefix_with

343     def _prefix_with(string, prefix):
356 order_by = cls._prefix_with(order_by, 'ORDER BY ')
357 where = cls._prefix_with(where, 'WHERE ')