LCCQLResult
public enum LCCQLResult : LCResultType
Undocumented
-
Undocumented
Declaration
Swift
case success(value: LCCQLValue) -
Undocumented
Declaration
Swift
case failure(error: LCError) -
Undocumented
Declaration
Swift
public init(error: LCError) -
Undocumented
Declaration
Swift
public var error: LCError? { get } -
Undocumented
Declaration
Swift
public var isSuccess: Bool { get } -
Undocumented
Declaration
Swift
public var objects: [LCObject] { get } -
Undocumented
Declaration
Swift
public var count: Int { get }
View on GitHub
Install in Dash
LCCQLResult Enumeration Reference