SelectResult
public class SelectResult
SelectResult represents a signle return value of the query statement.
-
Create a SelectResult object with the given expression. @param expression The expression. @return A SelectResult object.
Declaration
Swift
public static func expression(_ expression: Expression) -> SelectResult