toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-support-postgresql
/
org.ktorm.support.postgresql
/
ilike
ilike
infix
fun
ColumnDeclaring
<
*
>
.
ilike
(
expr
:
ColumnDeclaring
<
String
>
)
:
ILikeExpression
(
source
)
infix
fun
ColumnDeclaring
<
*
>
.
ilike
(
argument
:
String
)
:
ILikeExpression
(
source
)
ILike operator, translated to the
ilike
keyword in PostgreSQL.