Update
interface Update<T : Any> : ReactorSqlClientDeleteOrUpdate.FirstDeleteOrUpdate<T> , SqlClientQuery.Update<T, ReactorSqlClientDeleteOrUpdate.Update<T>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
Functions
Link copied to clipboard
abstract infix fun set(booleanColumnNotNull: BooleanColumnNotNull<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, Boolean, BooleanColumnNotNull<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(byteArrayColumnNotNull: ByteArrayColumnNotNull<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, ByteArray, ByteArrayColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(byteArrayColumnNullable: ByteArrayColumnNullable<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, ByteArray?, ByteArrayColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(intColumnNotNull: IntColumnNotNull<T>): SqlClientQuery.UpdateOpIntColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, Int, IntColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(intColumnNullable: IntColumnNullable<T>): SqlClientQuery.UpdateOpIntColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, Int?, IntColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(kotlinxLocalDateColumnNotNull: KotlinxLocalDateColumnNotNull<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, LocalDate, KotlinxLocalDateColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(kotlinxLocalDateColumnNullable: KotlinxLocalDateColumnNullable<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, LocalDate?, KotlinxLocalDateColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(kotlinxLocalDateTimeColumnNotNull: KotlinxLocalDateTimeColumnNotNull<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, LocalDateTime, KotlinxLocalDateTimeColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(kotlinxLocalDateTimeColumnNullable: KotlinxLocalDateTimeColumnNullable<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, LocalDateTime?, KotlinxLocalDateTimeColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(localDateColumnNotNull: LocalDateColumnNotNull<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, LocalDate, LocalDateColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(localDateColumnNullable: LocalDateColumnNullable<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, LocalDate?, LocalDateColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(localDateTimeColumnNotNull: LocalDateTimeColumnNotNull<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, LocalDateTime, LocalDateTimeColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(localDateTimeColumnNullable: LocalDateTimeColumnNullable<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, LocalDateTime?, LocalDateTimeColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(localTimeColumnNotNull: LocalTimeColumnNotNull<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, LocalTime, LocalTimeColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(localTimeColumnNullable: LocalTimeColumnNullable<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, LocalTime?, LocalTimeColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(bigIntColumnNotNull: LongColumnNotNull<T>): SqlClientQuery.UpdateOpIntColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, Long, LongColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(bigIntColumnNullable: LongColumnNullable<T>): SqlClientQuery.UpdateOpIntColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, Long?, LongColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(offsetDateTimeColumnNotNull: OffsetDateTimeColumnNotNull<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, OffsetDateTime, OffsetDateTimeColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(offsetDateTimeColumnNullable: OffsetDateTimeColumnNullable<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, OffsetDateTime?, OffsetDateTimeColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(stringColumnNotNull: StringColumnNotNull<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, String, StringColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(stringColumnNullable: StringColumnNullable<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, String?, StringColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(uuidColumnNotNull: UuidColumnNotNull<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, UUID, UuidColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
abstract infix fun set(uuidColumnNullable: UuidColumnNullable<T>): SqlClientQuery.UpdateOpColumn<T, ReactorSqlClientDeleteOrUpdate.Update<T>, UUID?, UuidColumn<*>, ReactorSqlClientDeleteOrUpdate.UpdateInt<T>>
Content copied to clipboard
Link copied to clipboard
abstract infix fun <U : Any> where(booleanColumnNotNull: BooleanColumnNotNull<U>): SqlClientQuery.WhereOpBooleanNotNull<U, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun <U : Any> where(byteArrayColumnNotNull: ByteArrayColumnNotNull<U>): SqlClientQuery.WhereOpByteArrayNotNull<U, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun <U : Any> where(byteArrayColumnNullable: ByteArrayColumnNullable<U>): SqlClientQuery.WhereOpByteArrayNullable<U, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun <U : Any> where(intColumnNotNull: IntColumnNotNull<U>): SqlClientQuery.WhereOpIntNotNull<U, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun <U : Any> where(intColumnNullable: IntColumnNullable<U>): SqlClientQuery.WhereOpIntNullable<U, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun <U : Any> where(kotlinxLocalDateColumnNotNull: KotlinxLocalDateColumnNotNull<U>): SqlClientQuery.WhereOpDateNotNull<U, ReactorSqlClientDeleteOrUpdate.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun <U : Any> where(kotlinxLocalDateColumnNullable: KotlinxLocalDateColumnNullable<U>): SqlClientQuery.WhereOpDateNullable<U, ReactorSqlClientDeleteOrUpdate.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun <U : Any> where(kotlinxLocalDateTimeColumnNotNull: KotlinxLocalDateTimeColumnNotNull<U>): SqlClientQuery.WhereOpDateNotNull<U, ReactorSqlClientDeleteOrUpdate.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun <U : Any> where(kotlinxLocalDateTimeColumnNullable: KotlinxLocalDateTimeColumnNullable<U>): SqlClientQuery.WhereOpDateNullable<U, ReactorSqlClientDeleteOrUpdate.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun <U : Any> where(localDateColumnNotNull: LocalDateColumnNotNull<U>): SqlClientQuery.WhereOpDateNotNull<U, ReactorSqlClientDeleteOrUpdate.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun <U : Any> where(localDateColumnNullable: LocalDateColumnNullable<U>): SqlClientQuery.WhereOpDateNullable<U, ReactorSqlClientDeleteOrUpdate.Where<T>, LocalDate>
Content copied to clipboard
abstract infix fun <U : Any> where(localDateTimeColumnNotNull: LocalDateTimeColumnNotNull<U>): SqlClientQuery.WhereOpDateNotNull<U, ReactorSqlClientDeleteOrUpdate.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun <U : Any> where(localDateTimeColumnNullable: LocalDateTimeColumnNullable<U>): SqlClientQuery.WhereOpDateNullable<U, ReactorSqlClientDeleteOrUpdate.Where<T>, LocalDateTime>
Content copied to clipboard
abstract infix fun <U : Any> where(localTimeColumnNotNull: LocalTimeColumnNotNull<U>): SqlClientQuery.WhereOpDateNotNull<U, ReactorSqlClientDeleteOrUpdate.Where<T>, LocalTime>
Content copied to clipboard
abstract infix fun <U : Any> where(localTimeColumnNullable: LocalTimeColumnNullable<U>): SqlClientQuery.WhereOpDateNullable<U, ReactorSqlClientDeleteOrUpdate.Where<T>, LocalTime>
Content copied to clipboard
abstract infix fun <U : Any> where(longColumnNotNull: LongColumnNotNull<U>): SqlClientQuery.WhereOpLongNotNull<U, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun <U : Any> where(longColumnNullable: LongColumnNullable<U>): SqlClientQuery.WhereOpLongNullable<U, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun <U : Any> where(offsetDateTimeColumnNotNull: OffsetDateTimeColumnNotNull<U>): SqlClientQuery.WhereOpDateNotNull<U, ReactorSqlClientDeleteOrUpdate.Where<T>, OffsetDateTime>
Content copied to clipboard
abstract infix fun <U : Any> where(offsetDateTimeColumnNullable: OffsetDateTimeColumnNullable<U>): SqlClientQuery.WhereOpDateNullable<U, ReactorSqlClientDeleteOrUpdate.Where<T>, OffsetDateTime>
Content copied to clipboard
abstract infix fun where(localDateAliasNullable: QueryAlias<LocalDate?>): SqlClientQuery.WhereOpLocalDateNullable<LocalDate, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(localDateTimeAliasNullable: QueryAlias<LocalDateTime?>): SqlClientQuery.WhereOpLocalDateTimeNullable<LocalDateTime, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(localDateTimeAliasNotNull: QueryAlias<LocalDateTime>): SqlClientQuery.WhereOpLocalDateTimeNotNull<LocalDateTime, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(localDateAliasNotNull: QueryAlias<LocalDate>): SqlClientQuery.WhereOpLocalDateNotNull<LocalDate, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(localTimeAliasNullable: QueryAlias<LocalTime?>): SqlClientQuery.WhereOpLocalTimeNullable<LocalTime, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(localTimeAliasNotNull: QueryAlias<LocalTime>): SqlClientQuery.WhereOpLocalTimeNotNull<LocalTime, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(offsetDateTimeAliasNullable: QueryAlias<OffsetDateTime?>): SqlClientQuery.WhereOpOffsetDateTimeNullable<OffsetDateTime, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(offsetDateTimeAliasNotNull: QueryAlias<OffsetDateTime>): SqlClientQuery.WhereOpOffsetDateTimeNotNull<OffsetDateTime, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(uuidAliasNullable: QueryAlias<UUID?>): SqlClientQuery.WhereOpUuidNullable<UUID, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(uuidAliasNotNull: QueryAlias<UUID>): SqlClientQuery.WhereOpUuidNotNull<UUID, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(booleanAliasNotNull: QueryAlias<Boolean>): SqlClientQuery.WhereOpBooleanNotNull<Boolean, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(byteArrayAliasNullable: QueryAlias<ByteArray?>): SqlClientQuery.WhereOpByteArrayNullable<ByteArray, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(byteArrayAliasNotNull: QueryAlias<ByteArray>): SqlClientQuery.WhereOpByteArrayNotNull<ByteArray, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(intAliasNullable: QueryAlias<Int?>): SqlClientQuery.WhereOpIntNullable<Int, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(intAliasNotNull: QueryAlias<Int>): SqlClientQuery.WhereOpIntNotNull<Int, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(longAliasNullable: QueryAlias<Long?>): SqlClientQuery.WhereOpLongNullable<Long, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(longAliasNotNull: QueryAlias<Long>): SqlClientQuery.WhereOpLongNotNull<Long, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(stringAliasNullable: QueryAlias<String?>): SqlClientQuery.WhereOpStringNullable<String, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(stringAliasNotNull: QueryAlias<String>): SqlClientQuery.WhereOpStringNotNull<String, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(kotlinxLocalDateAliasNullable: QueryAlias<LocalDate?>): SqlClientQuery.WhereOpKotlinxLocalDateNullable<LocalDate, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(kotlinxLocalDateTimeAliasNullable: QueryAlias<LocalDateTime?>): SqlClientQuery.WhereOpKotlinxLocalDateTimeNullable<LocalDateTime, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(kotlinxLocalDateTimeAliasNotNull: QueryAlias<LocalDateTime>): SqlClientQuery.WhereOpKotlinxLocalDateTimeNotNull<LocalDateTime, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun where(kotlinxLocalDateAliasNotNull: QueryAlias<LocalDate>): SqlClientQuery.WhereOpKotlinxLocalDateNotNull<LocalDate, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun <U : Any> where(stringColumnNotNull: StringColumnNotNull<U>): SqlClientQuery.WhereOpStringNotNull<U, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
abstract infix fun <U : Any> where(stringColumnNullable: StringColumnNullable<U>): SqlClientQuery.WhereOpStringNullable<U, ReactorSqlClientDeleteOrUpdate.Where<T>>
Content copied to clipboard
Link copied to clipboard
abstract infix fun <U : Any> whereExists(dsl: SqlClientSubQuery.SingleScope.() -> SqlClientSubQuery.Return<U>): ReactorSqlClientDeleteOrUpdate.Where<T>
Content copied to clipboard