Constructor and Description |
---|
QueryImpl() |
QueryImpl(Clause whereClause) |
QueryImpl(Clause whereClause,
OrderBy orderByClause,
String originalQuery) |
QueryImpl(Clause whereClause,
String originalQuery) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
OrderBy |
getOrderByClause() |
String |
getQueryString() |
Clause |
getWhereClause() |
int |
hashCode() |
String |
toString() |
public QueryImpl()
public QueryImpl(Clause whereClause)
public Clause getWhereClause()
getWhereClause
in interface Query
public OrderBy getOrderByClause()
getOrderByClause
in interface Query
SearchSort
s that will make up the full order by clause. Null indicates that
no order by clause has been entered and we will not sort the query, empty sorts will cause the default
sorts to be used.public String getQueryString()
getQueryString
in interface Query
Copyright © 2002-2017 Atlassian. All Rights Reserved.