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