Functions

The following functions are available globally.

  • Return as many question marks separated with commas as the count argument.

    databaseQuestionMarks(count: 3) // "?,?,?"
    

    Declaration

    Swift

    public func databaseQuestionMarks(count: Int) -> String