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