Back to Exposed

andWhere

docs/api/exposed-jdbc/org.jetbrains.exposed.v1.jdbc/and-where.html

1.2.0493 B
Original Source

andWhere

fun Query.andWhere(andPart: () -> Op<Boolean>): Query

Mutate Query instance and add andPart to where condition with and operator.

Return

same Query instance which was provided as a receiver.

Generated by Dokka © 2026 Copyright