toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
ISqlExpressionBuilder
/
isNullOrEmpty
is
Null
Or
Empty
open
fun
<
T
:
String
?
>
Expression
<
T
>
.
isNullOrEmpty
(
)
:
Op
<
Boolean
>
Returns
true
if this string expression is null or empty,
false
otherwise.