Uses of Interface
org.jooq.LikeEscapeStep
Packages that use LikeEscapeStep
-
Uses of LikeEscapeStep in org.jooq
Methods in org.jooq that return LikeEscapeStepModifier and TypeMethodDescription@NotNull LikeEscapeStep
Create a condition to pattern-check this field against a value.@NotNull LikeEscapeStep
Create a condition to pattern-check this field against a value.@NotNull LikeEscapeStep
Field.like(QuantifiedSelect<Record1<String>> query)
Create a condition to pattern-check this field against a quantified select.@NotNull LikeEscapeStep
Field.likeIgnoreCase(String value)
Create a condition to case-insensitively pattern-check this field against a value.@NotNull LikeEscapeStep
Field.likeIgnoreCase(Field<String> field)
Create a condition to case-insensitively pattern-check this field against a field.@NotNull LikeEscapeStep
Create a condition to pattern-check this field against a value.@NotNull LikeEscapeStep
Create a condition to pattern-check this field against a field.@NotNull LikeEscapeStep
Field.notLike(QuantifiedSelect<Record1<String>> query)
Create a condition to pattern-check this field against a quantified select.@NotNull LikeEscapeStep
Field.notLikeIgnoreCase(String value)
Create a condition to case-insensitively pattern-check this field against a value.@NotNull LikeEscapeStep
Field.notLikeIgnoreCase(Field<String> field)
Create a condition to case-insensitively pattern-check this field against a field.@NotNull LikeEscapeStep
Field.notSimilarTo(String value)
Create a condition to pattern-check this field against a value.@NotNull LikeEscapeStep
Field.notSimilarTo(Field<String> field)
Create a condition to pattern-check this field against a field.@NotNull LikeEscapeStep
Create a condition to pattern-check this field against a value.@NotNull LikeEscapeStep
Create a condition to pattern-check this field against a value.