From
interface From<T : Any, U : Any> : SqlClientQuery.From<U, ReactorSqlClientSelect.From<T, U>> , SqlClientQuery.Whereable<Any, ReactorSqlClientSelect.Where<T>> , ReactorSqlClientSelect.GroupBy<T> , ReactorSqlClientSelect.OrderBy<T> , ReactorSqlClientSelect.LimitOffset<T>
Content copied to clipboard
Functions
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
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
where
Link copied to clipboard
abstract infix fun where(booleanColumnNotNull: BooleanColumnNotNull<Any>): SqlClientQuery.WhereOpBooleanColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun where(intColumnNotNull: IntColumnNotNull<Any>): SqlClientQuery.WhereOpIntColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun where(intColumnNullable: IntColumnNullable<Any>): SqlClientQuery.WhereOpIntColumnNullable<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun where(kotlinxLocalDateColumnNotNull: KotlinxLocalDateColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun where(kotlinxLocalDateColumnNullable: KotlinxLocalDateColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun where(kotlinxLocalDateTimeColumnNotNull: KotlinxLocalDateTimeColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun where(kotlinxLocalDateTimeColumnNullable: KotlinxLocalDateTimeColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun where(localDateColumnNotNull: LocalDateColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun where(localDateColumnNullable: LocalDateColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun where(localDateTimeColumnNotNull: LocalDateTimeColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun where(localDateTimeColumnNullable: LocalDateTimeColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun where(localTimeColumnNotNull: LocalTimeColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, LocalTime>
Content copied to clipboard
abstract infix fun where(localTimeColumnNullable: LocalTimeColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, LocalTime>
Content copied to clipboard
abstract infix fun where(longColumnNotNull: LongColumnNotNull<Any>): SqlClientQuery.WhereOpLongColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun where(longColumnNullable: LongColumnNullable<Any>): SqlClientQuery.WhereOpLongColumnNullable<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun where(offsetDateTimeColumnNotNull: OffsetDateTimeColumnNotNull<Any>): SqlClientQuery.WhereOpDateColumnNotNull<Any, ReactorSqlClientSelect.Where<T>, OffsetDateTime>
Content copied to clipboard
abstract infix fun where(offsetDateTimeColumnNullable: OffsetDateTimeColumnNullable<Any>): SqlClientQuery.WhereOpDateColumnNullable<Any, ReactorSqlClientSelect.Where<T>, OffsetDateTime>
Content copied to clipboard
abstract infix fun where(stringColumnNotNull: StringColumnNotNull<Any>): SqlClientQuery.WhereOpStringColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun where(stringColumnNullable: StringColumnNullable<Any>): SqlClientQuery.WhereOpStringColumnNullable<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun where(uuidColumnNotNull: UuidColumnNotNull<Any>): SqlClientQuery.WhereOpUuidColumnNotNull<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard
abstract infix fun where(uuidColumnNullable: UuidColumnNullable<Any>): SqlClientQuery.WhereOpUuidColumnNullable<Any, ReactorSqlClientSelect.Where<T>>
Content copied to clipboard