SQLOrderingTerm
public protocol SQLOrderingTerm
The protocol for all types that can be used as an SQL ordering term, as described at https://www.sqlite.org/syntax/ordering-term.html
-
Returns an SQL ordering.
Declaration
Swift
var sqlOrdering: SQLOrdering { get }