surrealdb-driver
0.2.0
common
surrealdb-driver
/
uk.gibby.driver.rpc
/
InsertBuilder
Insert
Builder
class
InsertBuilder
(
table
:
String
,
db
:
Surreal
)
Members
Constructors
Insert
Builder
Link copied to clipboard
constructor
(
table
:
String
,
db
:
Surreal
)
Functions
content
Link copied to clipboard
inline suspend
fun
<
T
>
content
(
vararg
data
:
T
)
:
List
<
T
>
inline suspend
fun
<
T
>
content
(
data
:
List
<
T
>
)
:
List
<
T
>
json
Content
Link copied to clipboard
suspend
fun
jsonContent
(
data
:
List
<
JsonObject
>
)
:
JsonArray