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 that contains values for all properties matching the query. The result is a single CBLMutableDictionary whose key is the name of the data source.

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 with the given property name.

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