orderByAll abstract method

OrderBy orderByAll(
  1. Iterable<OrderingInterface> orderings
)

Creates and returns a ORDER BY clause query component with the given orderings.

Implementation

OrderBy orderByAll(Iterable<OrderingInterface> orderings);