Uses of Interface
org.jooq.LikeEscapeStep
-
Uses of LikeEscapeStep in org.jooq
Modifier and TypeMethodDescription@NotNull LikeEscapeStep
TheLIKE
operator.@NotNull LikeEscapeStep
TheLIKE
operator.@NotNull LikeEscapeStep
Field.like
(QuantifiedSelect<? extends Record1<String>> pattern) TheLIKE
operator.@NotNull LikeEscapeStep
Field.likeIgnoreCase
(String pattern) TheLIKE_IGNORE_CASE
operator.@NotNull LikeEscapeStep
Field.likeIgnoreCase
(Field<String> pattern) TheLIKE_IGNORE_CASE
operator.@NotNull LikeEscapeStep
TheNOT_LIKE
operator.@NotNull LikeEscapeStep
TheNOT_LIKE
operator.@NotNull LikeEscapeStep
Field.notLike
(QuantifiedSelect<? extends Record1<String>> pattern) TheNOT_LIKE
operator.@NotNull LikeEscapeStep
Field.notLikeIgnoreCase
(String pattern) TheNOT_LIKE_IGNORE_CASE
operator.@NotNull LikeEscapeStep
Field.notLikeIgnoreCase
(Field<String> pattern) TheNOT_LIKE_IGNORE_CASE
operator.@NotNull LikeEscapeStep
Field.notSimilarTo
(String pattern) TheNOT_SIMILAR_TO
operator.@NotNull LikeEscapeStep
Field.notSimilarTo
(Field<String> pattern) TheNOT_SIMILAR_TO
operator.@NotNull LikeEscapeStep
Field.notSimilarTo
(QuantifiedSelect<? extends Record1<String>> pattern) TheNOT_SIMILAR_TO
operator.@NotNull LikeEscapeStep
TheSIMILAR_TO
operator.@NotNull LikeEscapeStep
TheSIMILAR_TO
operator.@NotNull LikeEscapeStep
Field.similarTo
(QuantifiedSelect<? extends Record1<String>> pattern) TheSIMILAR_TO
operator.