Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-support-mysql
/
org.ktorm.support.mysql
/
MatchAgainstExpression
/
MatchAgainstExpression
Match
Against
Expression
constructor
(
matchColumns
:
List
<
ColumnExpression
<
*
>
>
,
searchString
:
String
,
searchModifier
:
SearchModifier
?
=
null
,
sqlType
:
SqlType
<
Boolean
>
=
BooleanSqlType
,
isLeafNode
:
Boolean
=
false
,
extraProperties
:
Map
<
String
,
Any
>
=
emptyMap()
)
(
source
)