SQLCollection

public protocol SQLCollection
  • Experimental

    Returns a SQLExpressionContains which applies the IN SQL operator.

    Declaration

    Swift

    public func contains(_ value: SQLExpressible) -> SQLExpression