SystemCore
Toggle table of contents
2.1.3
jvm
Platform filter
jvm
Switch theme
Search in API
SystemCore
SystemCore
/
com.system32.systemCore.database.builders
/
UpdateBuilder
Update
Builder
class
UpdateBuilder
Members
Constructors
Update
Builder
Link copied to clipboard
constructor
(
)
Properties
data
Link copied to clipboard
val
data
:
MutableMap
<
String
,
Any
?
>
raw
Data
Link copied to clipboard
val
rawData
:
MutableMap
<
String
,
String
>
where
Condition
Link copied to clipboard
var
whereCondition
:
String
?
Functions
set
Link copied to clipboard
fun
set
(
column
:
String
,
value
:
Any
?
)
set
Raw
Link copied to clipboard
fun
setRaw
(
column
:
String
,
expression
:
String
)
where
Link copied to clipboard
fun
where
(
condition
:
String
)