Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
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.