Constructor and Description |
---|
DBResultsSetFormat(List<Map<String,Object>> content) |
Modifier and Type | Method and Description |
---|---|
org.adroitlogic.x.api.XMessageFormat<List<Map<String,Object>>> |
copyOf() |
List<Map<String,Object>> |
readAsNative() |
InputStream |
readAsStream() |
String |
readAsString(int maxNoOfItems)
Returns the json representation of the result set retrieved from the database.
|
long |
size()
Returns the total number of items of the result set retrieved from the database.
|
void |
writeTo(OutputStream outputStream) |
public InputStream readAsStream()
public String readAsString(int maxNoOfItems)
public void writeTo(OutputStream outputStream) throws IOException
writeTo
in interface org.adroitlogic.x.api.XMessageFormat<List<Map<String,Object>>>
IOException
Copyright © 2016–2019 AdroitLogic. All rights reserved.