Companion

expect object Companion(source)
actual object Companion(source)
actual object Companion(source)

Functions

Link copied to clipboard
expect fun all(): SelectResult.From

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.

actual fun all(): SelectResult.From
actual fun all(): SelectResult.From
Link copied to clipboard
expect fun expression(expression: Expression): SelectResult.As

Creates a SelectResult object with the given expression.

actual fun expression(expression: Expression): SelectResult.As
actual fun expression(expression: Expression): SelectResult.As
Link copied to clipboard
expect fun property(property: String): SelectResult.As

Creates a SelectResult object with the given property name.

actual fun property(property: String): SelectResult.As
actual fun property(property: String): SelectResult.As