Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.dsl
/
like
like
infix
fun
ColumnDeclaring
<
*
>
.
like
(
expr
:
ColumnDeclaring
<
String
>
)
:
BinaryExpression
<
Boolean
>
(
source
)
infix
fun
ColumnDeclaring
<
*
>
.
like
(
value
:
String
)
:
BinaryExpression
<
Boolean
>
(
source
)
Like operator, translated to the
like
keyword in SQL.