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 |
---|---|
List<Set<ResponseValue>> |
WriteResponse.getRows()
Returns inserted results, otherwise empty (non-null).
|
Modifier and Type | Method and Description |
---|---|
int |
ResponseValue.compareTo(ResponseValue value) |
Modifier and Type | Method and Description |
---|---|
void |
WriteResponse.addRow(Set<ResponseValue> values)
Adds request result.
|
Copyright © 2011-2018 restSQL Project Contributors