octavius-postgresql
Toggle table of contents
0.9.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
octavius-postgresql
client
/
io.github.octaviusframework.client
/
OctaviusClientImpl
/
insertInto
insert
Into
open
override
fun
insertInto
(
table
:
String
)
:
InsertQuery
Starts building an
INSERT
into the given table.
Return
The builder.
Parameters
table
The table to insert into.