SQLExpressionBinary

public struct SQLExpressionBinary : SQLExpression

This type is an implementation detail of the query interface. Do not use it directly.

See https://github.com/groue/GRDB.swift/#the-query-interface

Low Level Query Interface

SQLExpressionBinary is an expression made of two expressions joined with a binary operator.

SQLExpressionBinary(.multiply, Column("length"), Column("width"))