SQLExpression

public protocol SQLExpression : SQLOrderingTerm, SQLSelectable, SQLSpecificExpressible, _SQLExpression

SQLExpression is the protocol for types that represent an SQL expression, as described at https://www.sqlite.org/lang_expr.html