in Values
inline fun <T> QueryBuilder<T>.inValues(property: Property<T>, values: LongArray): QueryBuilder<T>
Content copied to clipboard
inline fun <T> QueryBuilder<T>.inValues(property: Property<T>, values: IntArray): QueryBuilder<T>
Content copied to clipboard
inline fun <T> QueryBuilder<T>.inValues(property: Property<T>, values: Array<String>, stringOrder: QueryBuilder.StringOrder): QueryBuilder<T>
Content copied to clipboard
An alias for the "in" method, which is a reserved keyword in Kotlin.