Package | Description |
---|---|
org.restsql.core |
Contains core framework interfaces, an API for deployments that use
restSQL as a library, rather than an HTTP service.
|
Modifier and Type | Method and Description |
---|---|
WriteResponse |
RequestDeserializer.execWrite(HttpRequestAttributes httpAttributes,
Request.Type requestType,
List<RequestValue> resIds,
SqlResource sqlResource,
String requestBody,
RequestLogger requestLogger)
Executes write request.
|
WriteResponse |
SqlResource.write(Request request)
Executes database write (insert, update or delete).
|
Modifier and Type | Method and Description |
---|---|
void |
WriteResponse.addWriteResponse(WriteResponse response)
Appends contents of response.
|
String |
ResponseSerializer.serializeWrite(SqlResource sqlResource,
WriteResponse response)
Converts write response to a string.
|
Copyright © 2011-2018 restSQL Project Contributors