mod
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.mod
Content copied to clipboard
this mod t
Content copied to clipboard
open infix fun <T : Number?, S : Number> ExpressionWithColumnType<T>.mod(other: Expression<S>): ModOp<T, S, T>
open infix fun <T : Number, Comparable<T>, S : Number, ID : EntityID<T>?> ExpressionWithColumnType<ID>.
open infix fun <T : Number, Comparable<T>, S : Number, ID : EntityID<T>?> Expression<S>.
open infix fun <T : Number, Comparable<T>, S : Number, ID : EntityID<T>?> ExpressionWithColumnType<ID>.
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.mod
Content copied to clipboard
this mod other
Content copied to clipboard