Class
SQLiteCustomFunction
An SQL function or aggregate.
final class SQLiteCustomFunction
Topics
Structures
Initializers
init<Aggregate>(String, argumentCount: Int32?, pure: Bool, indirect: Bool, aggregate: Aggregate.Type)Creates an SQL aggregate function.init(String, argumentCount: Int32?, pure: Bool, indirect: Bool, function: ([SQLiteData]) throws -> (any SQLiteDataConvertible)?)
Instance Properties
var name: StringThe name of the SQL function
Default Implementations
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.SendableSwift.SendableMetatype