SQLExpressible
public protocol SQLExpressibleSQLExpressible is the protocol for all types that can be used as an
SQL expression.
It is adopted by protocols like DatabaseValueConvertible, and types
like Column.
See https://github.com/groue/GRDB.swift/#the-query-interface
- 
                  
                  Returns an SQL expression. DeclarationSwift var sqlExpression: SQLExpression { get }
- 
                  sqlExpressionDefault implementationDefault ImplementationReturns the raw value as an SQL expression. DeclarationSwift public var sqlExpression: SQLExpression { get }
- 
                  rowIDExtension methodThe hidden rowID column DeclarationSwift public static var rowID: Self { get }
 View on GitHub
View on GitHub Install in Dash
Install in Dash SQLExpressible Protocol Reference
        SQLExpressible Protocol Reference