Instance Property (Default implementation)grdb 7.4.0GRDB
sqlExpression
Returns an SQL column that is interpreted as a JSON value.
var sqlExpression: SQLExpression { get }
Returns an SQL column that is interpreted as a JSON value.
var sqlExpression: SQLExpression { get }
s4GRDB16ColumnExpressionPA2A18SQLJSONExpressibleRzrlE03sqlC0AA13SQLExpressionVvp
What are these?8WIBQ
where Self:SQLJSONExpressible
import GRDB
A toolkit for SQLite databases, with a focus on application development
protocol ColumnExpression : SQLSpecificExpressible
A type that represents a column in a database table.
struct SQLExpression
An SQL expression.
protocol SQLJSONExpressible : SQLSpecificExpressible
A type of SQL expression that is interpreted as a JSON value.
var sqlExpression: SQLExpression { get }
Returns an SQL expression.