public class SqlQuery extends Object
| Constructor and Description |
|---|
SqlQuery(String query,
ResultFormat resultFormat,
boolean header,
Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getContext() |
String |
getQuery() |
ResultFormat |
getResultFormat() |
int |
hashCode() |
boolean |
includeHeader() |
String |
toString() |
public SqlQuery(String query, ResultFormat resultFormat, boolean header, Map<String,Object> context)
public String getQuery()
public ResultFormat getResultFormat()
public boolean includeHeader()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.