toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
LikePattern
/
Companion
/
ofLiteral
of
Literal
fun
ofLiteral
(
text
:
String
,
escapeChar
:
Char
=
'\\'
)
:
LikePattern
Creates a
LikePattern
from the provided
text
, with any special characters escaped using
escapeChar
.