Where
interface Where<T : Any> : SqlClientQuery.Where<Any, ReactorSqlClientSelect.Where<T>> , ReactorSqlClientSelect.OrderBy<T> , ReactorSqlClientSelect.GroupBy<T> , ReactorSqlClientSelect.LimitOffset<T>
Content copied to clipboard
Functions
and
Link copied to clipboard
abstract infix fun and(booleanColumnNotNull: BooleanColumnNotNull<Any>): SqlClientQuery.WhereOpBooleanColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun and(intColumnNotNull: IntColumnNotNull<Any>): SqlClientQuery.WhereOpIntColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun and(intColumnNullable: IntColumnNullable<Any>): SqlClientQuery.WhereOpIntColumnNullable<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun and(kotlinxLocalDateColumnNotNull: KotlinxLocalDateColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun and(kotlinxLocalDateColumnNullable: KotlinxLocalDateColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun and(kotlinxLocalDateTimeColumnNotNull: KotlinxLocalDateTimeColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun and(kotlinxLocalDateTimeColumnNullable: KotlinxLocalDateTimeColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun and(localDateColumnNotNull: LocalDateColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun and(localDateColumnNullable: LocalDateColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun and(localDateTimeColumnNotNull: LocalDateTimeColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun and(localDateTimeColumnNullable: LocalDateTimeColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun and(localTimeColumnNotNull: LocalTimeColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalTime>
Content copied to clipboard
abstract infix fun and(localTimeColumnNullable: LocalTimeColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalTime>
Content copied to clipboard
abstract infix fun and(longColumnNotNull: LongColumnNotNull<Any>): SqlClientQuery.WhereOpLongColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun and(longColumnNullable: LongColumnNullable<Any>): SqlClientQuery.WhereOpLongColumnNullable<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun and(offsetDateTimeColumnNotNull: OffsetDateTimeColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, OffsetDateTime>
Content copied to clipboard
abstract infix fun and(offsetDateTimeColumnNullable: OffsetDateTimeColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, OffsetDateTime>
Content copied to clipboard
abstract infix fun and(stringColumnNotNull: StringColumnNotNull<Any>): SqlClientQuery.WhereOpStringColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun and(stringColumnNullable: StringColumnNullable<Any>): SqlClientQuery.WhereOpStringColumnNullable<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun and(uuidColumnNotNull: UuidColumnNotNull<Any>): SqlClientQuery.WhereOpUuidColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun and(uuidColumnNullable: UuidColumnNullable<Any>): SqlClientQuery.WhereOpUuidColumnNullable<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
fetch First
Link copied to clipboard
This query returns the first result as Mono, or an empty Mono if no result
group By
Link copied to clipboard
abstract infix fun groupBy(column: Column<*, *>): ReactorSqlClientSelect.GroupByPart2<T>
Content copied to clipboard
limit
Link copied to clipboard
abstract infix fun limit(limit: Long): ReactorSqlClientSelect.LimitOffset<T>
Content copied to clipboard
offset
Link copied to clipboard
abstract infix fun offset(offset: Long): ReactorSqlClientSelect.LimitOffset<T>
Content copied to clipboard
or
Link copied to clipboard
abstract infix fun or(booleanColumnNotNull: BooleanColumnNotNull<Any>): SqlClientQuery.WhereOpBooleanColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun or(intColumnNotNull: IntColumnNotNull<Any>): SqlClientQuery.WhereOpIntColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun or(intColumnNullable: IntColumnNullable<Any>): SqlClientQuery.WhereOpIntColumnNullable<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun or(kotlinxLocalDateColumnNotNull: KotlinxLocalDateColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun or(kotlinxLocalDateColumnNullable: KotlinxLocalDateColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun or(kotlinxLocalDateTimeColumnNotNull: KotlinxLocalDateTimeColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun or(kotlinxLocalDateTimeColumnNullable: KotlinxLocalDateTimeColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun or(localDateColumnNotNull: LocalDateColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun or(localDateColumnNullable: LocalDateColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun or(localDateTimeColumnNotNull: LocalDateTimeColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun or(localDateTimeColumnNullable: LocalDateTimeColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun or(localTimeColumnNotNull: LocalTimeColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalTime>
Content copied to clipboard
abstract infix fun or(localTimeColumnNullable: LocalTimeColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalTime>
Content copied to clipboard
abstract infix fun or(offsetDateTimeColumnNotNull: OffsetDateTimeColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, OffsetDateTime>
Content copied to clipboard
abstract infix fun or(offsetDateTimeColumnNullable: OffsetDateTimeColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, OffsetDateTime>
Content copied to clipboard
abstract infix fun or(stringColumnNotNull: StringColumnNotNull<Any>): SqlClientQuery.WhereOpStringColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun or(stringColumnNullable: StringColumnNullable<Any>): SqlClientQuery.WhereOpStringColumnNullable<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun or(uuidColumnNotNull: UuidColumnNotNull<Any>): SqlClientQuery.WhereOpUuidColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun or(uuidColumnNullable: UuidColumnNullable<Any>): SqlClientQuery.WhereOpUuidColumnNullable<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
order By Asc
Link copied to clipboard
abstract infix fun orderByAsc(column: Column<*, *>): ReactorSqlClientSelect.OrderByPart2<T>
Content copied to clipboard
order By Desc
Link copied to clipboard
abstract infix fun orderByDesc(column: Column<*, *>): ReactorSqlClientSelect.OrderByPart2<T>
Content copied to clipboard