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 |
---|---|
static SqlResource |
Factory.getSqlResource(String resName)
Returns SQL Resource for named resource.
|
SqlResource |
Factory.SqlResourceFactory.getSqlResource(String resName) |
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.
|
static List<RequestValue> |
RequestUtil.getResIds(SqlResource sqlResource,
String[] values)
Returns name-value pairs, resourceId and value, for given resource and ordered value array.
|
String |
ResponseSerializer.serializeReadFlat(SqlResource sqlResource,
ResultSet resultSet)
Converts flat select results to a string.
|
String |
ResponseSerializer.serializeReadHierarchical(SqlResource sqlResource,
List<Map<String,Object>> results)
Converts hierarchical select results to a string.
|
String |
ResponseSerializer.serializeWrite(SqlResource sqlResource,
WriteResponse response)
Converts write response to a string.
|
Copyright © 2011-2018 restSQL Project Contributors