| Package | Description | 
|---|---|
| io.druid.sql.http | 
| Modifier and Type | Method and Description | 
|---|---|
static SqlQuery.ResultFormat | 
SqlQuery.ResultFormat.fromString(String name)  | 
SqlQuery.ResultFormat | 
SqlQuery.getResultFormat()  | 
static SqlQuery.ResultFormat | 
SqlQuery.ResultFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SqlQuery.ResultFormat[] | 
SqlQuery.ResultFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
SqlQuery(String query,
        SqlQuery.ResultFormat resultFormat,
        Map<String,Object> context)  | 
Copyright © 2011–2018. All rights reserved.