CBLQuerySelect

@interface CBLQuerySelect : NSObject

A CBLQuerySelect represents the returning properties in each query result row.

  • Construct CBLQuerySelect that represents all properties.

    Declaration

    Objective-C

    + (nonnull CBLQuerySelect *)all;

    Swift

    class func all() -> CBLQuerySelect