notLike
Checks if this expression doesn't match the specified pattern.
open infix fun <T : String?> Expression<T>.notLike(expression: ExpressionWithColumnType<String>): LikeEscapeOp
Checks if this expression doesn't match the specified pattern.
open infix fun Expression<EntityID<String>>.notLike(expression: ExpressionWithColumnType<String>): LikeEscapeOp
Checks if this expression doesn't match the specified expression.