SQLSelectable
public protocol SQLSelectable
SQLSelectable is the protocol for types that can be selected, as described at https://www.sqlite.org/syntax/result-column.html
-
Returns an SQL selection.
Declaration
Swift
var sqlSelection: SQLSelection { get }