NativeType
public enum NativeType : String, CaseIterableSwift types a database value can be returned as
- 
                  
                  returned as Int DeclarationSwift case int
- 
                  
                  returned as Bool DeclarationSwift case bool
- 
                  
                  returned as Double DeclarationSwift case float
- 
                  
                  returned as Double DeclarationSwift case double
- 
                  
                  returned as String DeclarationSwift case string
- 
                  
                  returned as Date DeclarationSwift case date
- 
                  
                  returned as Data DeclarationSwift case data
- 
                  
                  Test if the native type’s class is the same as the type parameter DeclarationSwift public func matches(_ type: Any.Type) -> BoolParameterstypethe type to test this MativeType to Return Valuetrue if this NativeType is type 
- 
                  
                  returns the metatype for this native type. For instance, .string returns String.self DeclarationSwift public func metaType() -> Any.TypeReturn Valuethe metatype for this NativeType (type.self) 
 View on GitHub
View on GitHub NativeType Enumeration Reference
        NativeType Enumeration Reference