Uses of Class
org.jafer.query.CQLQuery

Packages that use CQLQuery
org.jafer.query   
org.jafer.query.converter   
 

Uses of CQLQuery in org.jafer.query
 

Methods in org.jafer.query that return CQLQuery
 CQLQuery RPNQuery.toCQLQuery()
          This method converts the current Query representation into a CQLQuery object
 CQLQuery QueryConverter.toCQLQuery()
          This method converts the current Query representation into a CQLQuery object
 CQLQuery JaferQuery.toCQLQuery()
          This method converts the current Query representation into a CQLQuery object
 CQLQuery CQLQuery.toCQLQuery()
          This method converts the current Query representation into a CQLQuery object
 

Uses of CQLQuery in org.jafer.query.converter
 

Methods in org.jafer.query.converter with parameters of type CQLQuery
static java.lang.String CQLQueryConverter.convertXCQLtoCQL(CQLQuery xcql)
          This method converts an XCQL query to the straight CQL
static JaferQuery CQLQueryConverter.convertXCQLToJafer(CQLQuery cqlQuery)
          This method converts a cql query to the JaferQuery format