Companion

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

Functions

Link copied to clipboard
expect fun all(): PropertyExpression

Creates a * expression to express all properties

actual fun all(): PropertyExpression
actual fun all(): PropertyExpression
Link copied to clipboard
expect fun booleanValue(value: Boolean): Expression

Create value expression with given boolean value

actual fun booleanValue(value: Boolean): Expression
actual fun booleanValue(value: Boolean): Expression
Link copied to clipboard
expect fun date(value: Instant?): Expression

Create value expression with given Date value

actual fun date(value: Instant?): Expression
actual fun date(value: Instant?): Expression
Link copied to clipboard
expect fun doubleValue(value: Double): Expression

Create value expression with given double value

actual fun doubleValue(value: Double): Expression
actual fun doubleValue(value: Double): Expression
Link copied to clipboard
expect fun floatValue(value: Float): Expression

Create value expression with given float value

actual fun floatValue(value: Float): Expression
actual fun floatValue(value: Float): Expression
Link copied to clipboard

Create a full-text index expression referencing a full-text index with the given index name.

Link copied to clipboard
expect fun intValue(value: Int): Expression

Create value expression with given integer value

actual fun intValue(value: Int): Expression
actual fun intValue(value: Int): Expression
Link copied to clipboard
expect fun list(value: List<Any?>?): Expression

Create value expression with the given list.

actual fun list(value: List<Any?>?): Expression
actual fun list(value: List<Any?>?): Expression
Link copied to clipboard
expect fun longValue(value: Long): Expression

Create value expression with given long value

actual fun longValue(value: Long): Expression
actual fun longValue(value: Long): Expression
Link copied to clipboard
expect fun map(value: Map<String, Any?>?): Expression

Creates value expression with the given map.

actual fun map(value: Map<String, Any?>?): Expression
actual fun map(value: Map<String, Any?>?): Expression
Link copied to clipboard
expect fun negated(expression: Expression): Expression

Create a negated expression to represent the negated result of the given expression.

actual fun negated(expression: Expression): Expression
actual fun negated(expression: Expression): Expression
Link copied to clipboard
expect fun not(expression: Expression): Expression

Create a negated expression to represent the negated result of the given expression.

actual fun not(expression: Expression): Expression
actual fun not(expression: Expression): Expression
Link copied to clipboard
expect fun number(value: Number?): Expression

Create value expression with given Number value

actual fun number(value: Number?): Expression
actual fun number(value: Number?): Expression
Link copied to clipboard
expect fun parameter(name: String): Expression

Creates a parameter expression with the given parameter name.

actual fun parameter(name: String): Expression
actual fun parameter(name: String): Expression
Link copied to clipboard
expect fun property(property: String): PropertyExpression

Create a property expression representing the value of the given property.

actual fun property(property: String): PropertyExpression
actual fun property(property: String): PropertyExpression
Link copied to clipboard
expect fun string(value: String?): Expression

Create value expression with given String value

actual fun string(value: String?): Expression
actual fun string(value: String?): Expression
Link copied to clipboard
expect fun value(value: Any?): Expression

Create value expression with given value

actual fun value(value: Any?): Expression
actual fun value(value: Any?): Expression