Modifier and Type | Method and Description |
---|---|
ComplexQuery |
SqlQueryCliAction.getQuery() |
ComplexQuery |
LuceneQueryCliAction.getQuery() |
Modifier and Type | Method and Description |
---|---|
void |
BooleanQueryCriteria.addTerm(QueryCriteria t)
Method to add a term to the boolean query.
|
void |
BooleanQueryCriteria.setOperator(int op)
Mutator method for the boolean operator.
|
Constructor and Description |
---|
BooleanQueryCriteria(List<QueryCriteria> terms,
int op)
Boolean query constructor.
|
Modifier and Type | Method and Description |
---|---|
Query |
TypeHandler.preQueryHandle(Query query)
Converts this TypeHandler's element in the given Query into a Query
with the necessary elements and values so the Catalog can be queried.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
XmlRpcFileManager.getCatalogQuery(Hashtable<String,Object> queryHash,
Hashtable<String,Object> productTypeHash) |
Map<String,Object> |
XmlRpcFileManager.getCatalogQueryCore(Map<String,Object> queryHash,
Map<String,Object> productTypeHash) |
Modifier and Type | Method and Description |
---|---|
static void |
QueryTool.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
static String |
SqlParser.getInfixCriteriaString(List<QueryCriteria> criteriaList) |
static void |
SqlParser.main(String[] args) |
static ComplexQuery |
SqlParser.parseSqlQuery(String sqlStringQuery) |
static ComplexQuery |
SqlParser.parseSqlQueryMethod(String sqlStringQueryMethod) |
static QueryCriteria |
SqlParser.parseSqlWhereClause(String sqlWhereClause) |
static String |
SqlParser.unparseSqlQuery(ComplexQuery complexQuery) |
Copyright © 1999–2017 Apache OODT. All rights reserved.