Package | Description |
---|---|
org.restsql.core |
Contains core framework interfaces, an API for deployments that use
restSQL as a library, rather than an HTTP service.
|
org.restsql.core.impl |
Contains core framework implementation.
|
org.restsql.core.impl.serial |
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.
|
Modifier and Type | Method and Description |
---|---|
WriteResponse |
SqlResourceImpl.write(Request request)
Executes database write (insert, update or delete).
|
Modifier and Type | Method and Description |
---|---|
WriteResponse |
XmlRequestDeserializer.execWrite(HttpRequestAttributes httpAttributes,
Request.Type requestType,
List<RequestValue> resIds,
SqlResource sqlResource,
String requestBody,
RequestLogger requestLogger)
Executes write request.
|
WriteResponse |
JsonRequestDeserializer.execWrite(HttpRequestAttributes httpAttributes,
Request.Type requestType,
List<RequestValue> resIds,
SqlResource sqlResource,
String requestBody,
RequestLogger requestLogger) |
Modifier and Type | Method and Description |
---|---|
String |
XmlResponseSerializer.serializeWrite(SqlResource sqlResource,
WriteResponse response)
Converts write results to an XML document.
|
String |
JsonResponseSerializer.serializeWrite(SqlResource sqlResource,
WriteResponse response)
Converts write results to a JSON object.
|
Copyright © 2011-2018 restSQL Project Contributors