public static class QueryWrapper.QueryResult extends Object
| Modifier and Type | Field and Description |
|---|---|
Collection<String> |
columns |
List<Map<String,String>> |
rows |
| Constructor and Description |
|---|
QueryWrapper.QueryResult(Collection<String> columns,
List<Map<String,String>> rows) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.