SQLCollection
public protocol SQLCollection
-
Returns a SQLExpressionContains which applies the
INSQL operator.Declaration
Swift
public func contains(_ value: SQLExpressible) -> SQLExpression
public protocol SQLCollection
Returns a SQLExpressionContains which applies the IN SQL operator.
Swift
public func contains(_ value: SQLExpressible) -> SQLExpression