plus
Deprecated (with error)
This interface method will be removed following release 1.0.0 and should be replaced with the equivalent top-level function.
Replace with
import org.jetbrains.exposed.v1.core.plus
Content copied to clipboard
this + t
Content copied to clipboard
open infix operator fun <T, S : T> ExpressionWithColumnType<T>.plus(other: Expression<S>): PlusOp<T, S>
Deprecated (with error)
This interface method will be removed following release 1.0.0 and should be replaced with the equivalent top-level function.
Replace with
import org.jetbrains.exposed.v1.core.plus
Content copied to clipboard
this + other
Content copied to clipboard
Deprecated (with error)
This interface method will be removed following release 1.0.0 and should be replaced with the equivalent top-level function.
Replace with
import org.jetbrains.exposed.v1.core.plus
Content copied to clipboard
this + value
Content copied to clipboard