LCCQLValue
public final class LCCQLValue
A type represents the result value of CQL execution.
-
Get objects for object query.
Declaration
Swift
public var objects: [LCObject] { get }
-
Get count value for count query.
Declaration
Swift
public var count: Int { get }