public class ResultReader extends Object
| Constructor and Description |
|---|
ResultReader() |
| Modifier and Type | Method and Description |
|---|---|
static String |
recordsToJson(List<Map<String,String>> records,
boolean pretty) |
static String |
resultSetToJsonRecords(String grslocator,
boolean pretty) |
static List<Map<String,String>> |
resultSetToRecords(String grslocator) |
static void |
streamResultSetToJsonRecords(Writer writer,
String grslocator,
boolean pretty) |
Copyright © 2014. All Rights Reserved.