Skip to content

Instance Method

queryableValue()

If the property’s current value has been set, return a description of the appropriate method for encoding that value into a database query. See DatabaseQuery.Value for more details. If the value is not set, the property must choose whether to request the NULL encoding or to return no value at all (whether or not this results in an error is highly context- dependent).
func queryableValue() -> DatabaseQuery.Value?