Uses of Class
org.apache.oodt.cas.filemgr.structs.exceptions.QueryFormulationException

Packages that use QueryFormulationException
org.apache.oodt.cas.filemgr.structs   
org.apache.oodt.cas.filemgr.structs.type   
org.apache.oodt.cas.filemgr.system   
org.apache.oodt.cas.filemgr.util   
 

Uses of QueryFormulationException in org.apache.oodt.cas.filemgr.structs
 

Methods in org.apache.oodt.cas.filemgr.structs that throw QueryFormulationException
 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.
 

Constructors in org.apache.oodt.cas.filemgr.structs that throw QueryFormulationException
BooleanQueryCriteria(List<QueryCriteria> terms, int op)
          Boolean query constructor.
 

Uses of QueryFormulationException in org.apache.oodt.cas.filemgr.structs.type
 

Methods in org.apache.oodt.cas.filemgr.structs.type that throw QueryFormulationException
 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.
 

Uses of QueryFormulationException in org.apache.oodt.cas.filemgr.system
 

Methods in org.apache.oodt.cas.filemgr.system that throw QueryFormulationException
 Hashtable<String,Object> XmlRpcFileManager.getCatalogQuery(Hashtable<String,Object> queryHash, Hashtable<String,Object> productTypeHash)
           
 

Uses of QueryFormulationException in org.apache.oodt.cas.filemgr.util
 

Methods in org.apache.oodt.cas.filemgr.util that throw QueryFormulationException
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-2011 Apache OODT. All Rights Reserved.