toggle menu
models
2.0.0-RC2
common
switch theme
search in API
models
/
joyfill.conditions.table
/
TableConditionDefinition
Table
Condition
Definition
interface
TableConditionDefinition
:
ConditionDefinition
Members
Properties
column
Link copied to clipboard
abstract
val
column
:
String
condition
Link copied to clipboard
abstract
val
condition
:
ConditionOperator
schema
Link copied to clipboard
abstract
val
schema
:
String
value
Link copied to clipboard
abstract
val
value
:
Any
?
Functions
to
Json
Object
Link copied to clipboard
abstract
fun
toJsonObject
(
)
:
JsonObject
to
Json
String
Link copied to clipboard
abstract
fun
toJsonString
(
)
:
String
to
Map
Link copied to clipboard
abstract
fun
toMap
(
)
:
MutableMap
<
String
,
Any
?
>