public interface InsertInto extends OngoingValues
Modifier and Type | Method and Description |
---|---|
JsonInsert |
json(BindMarker bindMarker)
Makes this statement an INSERT JSON with a bind marker, as in
INSERT JSON ? . |
JsonInsert |
json(String json)
Makes this statement an INSERT JSON with the provided JSON string.
|
value, value
@NonNull JsonInsert json(@NonNull String json)
@NonNull JsonInsert json(@NonNull BindMarker bindMarker)
INSERT JSON ?
.Copyright © 2017–2018. All rights reserved.