SelectResult
public final class SelectResultSelectResult factory.
- 
                  
                  Creates a SelectResult object with the given property name. DeclarationSwift public static func property(_ property: String) -> SelectResultAsParameterspropertyThe property name. Return ValueThe SelectResult.As object that you can give the alias name to the returned value. 
- 
                  
                  Creates a SelectResult object with the given expression. DeclarationSwift public static func expression(_ expression: ExpressionProtocol) -> SelectResultAsParametersexpressionThe expression. Return ValueThe SelectResult.As object that you can give the alias name to the returned value. 
- 
                  
                  Creates a SelectResult object that returns all properties data. The query returned result will be grouped into a single CBLMutableDictionary object under the key of the data source name. DeclarationSwift public static func all() -> SelectResultFromReturn ValueThe SelectResult.From object that you can specify the data source alias name. 
 SelectResult Class Reference
        SelectResult Class Reference