public class CustomQuery<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
CustomQuery<T> |
displayHeaders() |
void |
displayResults() |
RecordList<T> |
execute() |
CustomQuery<T> |
map(String colName,
Field f) |
CustomQuery<T> |
map(String colName,
String propertyName) |
public CustomQuery<T> map(String colName, String propertyName)
public CustomQuery<T> map(String colName, Field f)
public RecordList<T> execute()
public CustomQuery<T> displayHeaders()
public void displayResults()
Copyright © 2018. All rights reserved.