Modifier and Type | Method and Description |
---|---|
protected String |
LenientDataSourceCatalog.getSqlQuery(QueryCriteria queryCriteria,
ProductType type)
Overridden method from superclass to allow for null validation layer.
|
protected String |
DataSourceCatalog.getSqlQuery(QueryCriteria queryCriteria,
ProductType type) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanQueryCriteria |
class |
FreeTextQueryCriteria |
class |
RangeQueryCriteria |
class |
TermQueryCriteria |
Modifier and Type | Method and Description |
---|---|
List<QueryCriteria> |
Query.getCriteria() |
List<QueryCriteria> |
BooleanQueryCriteria.getTerms()
Accessor method for the list of terms in the query.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.addCriterion(QueryCriteria qc) |
void |
BooleanQueryCriteria.addTerm(QueryCriteria t)
Method to add a term to the boolean query.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setCriteria(List<QueryCriteria> criteria) |
Constructor and Description |
---|
BooleanQueryCriteria(List<QueryCriteria> terms,
int op)
Boolean query constructor.
|
Query(List<QueryCriteria> criteria) |
Constructor and Description |
---|
ComplexQuery(List<QueryCriteria> criteria) |
Modifier and Type | Method and Description |
---|---|
protected QueryCriteria |
ValueReplaceTypeHandler.handleRangeQueryCriteria(RangeQueryCriteria rqc)
Converts the given RangeQueryCriteria into a QueryCriteria with the necessary
Catalog elements and values to perform the query
|
protected abstract QueryCriteria |
TypeHandler.handleRangeQueryCriteria(RangeQueryCriteria qc)
Converts the given RangeQueryCriteria into a QueryCriteria with the necessary
Catalog elements and values to perform the query
|
protected QueryCriteria |
ValueReplaceTypeHandler.handleTermQueryCriteria(TermQueryCriteria tqc)
Converts the given TermQueryCriteria into a QueryCriteria with the necessary
Catalog elements and values to perform the query
|
protected abstract QueryCriteria |
TypeHandler.handleTermQueryCriteria(TermQueryCriteria qc)
Converts the given TermQueryCriteria into a QueryCriteria with the necessary
Catalog elements and values to perform the query
|
Modifier and Type | Method and Description |
---|---|
static QueryCriteria |
XmlRpcStructFactory.getQueryCriteriaFromXmlRpc(Map<String,Object> criteriaHash) |
static QueryCriteria |
SqlParser.parseSqlWhereClause(String sqlWhereClause) |
Modifier and Type | Method and Description |
---|---|
static List<QueryCriteria> |
XmlRpcStructFactory.getQueryCriteriaListFromXmlRpc(Vector<Map<String,Object>> criteriaVector) |
Modifier and Type | Method and Description |
---|---|
static String |
SqlParser.getInfixCriteriaString(QueryCriteria criteria) |
static Map<String,Object> |
XmlRpcStructFactory.getXmlRpcQueryCriteria(QueryCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
static String |
SqlParser.getInfixCriteriaString(List<QueryCriteria> criteriaList) |
static Vector<Map<String,Object>> |
XmlRpcStructFactory.getXmlRpcQueryCriteriaList(List<QueryCriteria> criteriaList) |
Copyright © 1999–2017 Apache OODT. All rights reserved.