Uses of Class
org.outerj.daisy.query.QueryException

Packages that use QueryException
org.outerj.daisy.query   
org.outerj.daisy.query.model   
 

Uses of QueryException in org.outerj.daisy.query
 

Methods in org.outerj.daisy.query that throw QueryException
 CondExpr QueryFactory.parseConditionalEpression(java.lang.String expression)
          Parses a conditional expression, i.e.
 Query QueryFactory.parseQuery(java.lang.String query)
           
 CondExpr QueryFactoryImpl.parseConditionalEpression(java.lang.String expression)
           
 Query QueryFactoryImpl.parseQuery(java.lang.String queryString)
           
 

Uses of QueryException in org.outerj.daisy.query.model
 

Methods in org.outerj.daisy.query.model that throw QueryException
 void Identifier.LanguageIdIdentifier.convertLiteral(Literal literal)
           
 void IsNull.prepare(QueryContext context)
           
 boolean IsNull.evaluate(org.outerj.daisy.repository.Document document)
           
 void IsNull.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
static long SqlUtils.parseBranch(java.lang.String branch, QueryContext context)
           
static long SqlUtils.parseLanguage(java.lang.String language, QueryContext context)
           
 void Or.prepare(QueryContext context)
           
 boolean Or.evaluate(org.outerj.daisy.repository.Document document)
           
 void Or.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void IsNotNull.prepare(QueryContext context)
           
 boolean IsNotNull.evaluate(org.outerj.daisy.repository.Document document)
           
 void IsNotNull.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void Identifier.prepare(QueryContext context)
           
 void Identifier.prepareInWhereClause(QueryContext context)
           
 void Identifier.convertLiteral(Literal literal)
          See Identifier.isSymbolic().
 void Identifier.FieldIdentifier.convertLiteral(Literal literal)
           
 void Identifier.CollectionsIdentifier.convertLiteral(Literal literal)
           
 void Identifier.CollectionsValueCountIdentifier.convertLiteral(Literal literal)
           
 void Identifier.AbstractNonAclIdentifier.convertLiteral(Literal literal)
           
 void Identifier.DocumentTypeIdentifier.convertLiteral(Literal literal)
           
 void Identifier.DocumentIdIdentifier.convertLiteral(Literal literal)
           
 void Identifier.BranchIdIdentifier.convertLiteral(Literal literal)
           
 void Identifier.BranchNameIdentifier.convertLiteral(Literal literal)
           
 void Identifier.LanguageNameIdentifier.convertLiteral(Literal literal)
           
 void Identifier.AbstractLoginIdentifier.convertLiteral(Literal literal)
           
 void Identifier.AbstractOutputIdentifier.convertLiteral(Literal literal)
           
 void Query.prepare(QueryContext context)
           
 java.lang.String Query.getSql()
          This method should only be called if Query.hasSql() return true.
 void AlwaysSatisfiedCond.prepare(QueryContext context)
           
 boolean AlwaysSatisfiedCond.evaluate(org.outerj.daisy.repository.Document document)
           
 void AlwaysSatisfiedCond.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void LinksToOrFrom.prepare(QueryContext context)
           
 boolean LinksToOrFrom.evaluate(org.outerj.daisy.repository.Document document)
           
 void LinksToOrFrom.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void Between.prepare(QueryContext context)
           
 boolean Between.evaluate(org.outerj.daisy.repository.Document document)
           
 void Between.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void HasPartWithMimeType.prepare(QueryContext context)
           
 boolean HasPartWithMimeType.evaluate(org.outerj.daisy.repository.Document document)
           
 void HasPartWithMimeType.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 boolean In.evaluate(org.outerj.daisy.repository.Document document)
           
 void In.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void HasPart.prepare(QueryContext context)
           
 boolean HasPart.evaluate(org.outerj.daisy.repository.Document document)
           
 void HasPart.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void AbstractMultiArgCond.prepare(QueryContext context)
           
 void UnaryCondExpr.prepare(QueryContext context)
           
 void UnaryCondExpr.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 boolean UnaryCondExpr.evaluate(org.outerj.daisy.repository.Document document)
           
 void Literal.convertTo(org.outerj.daisy.repository.ValueType valueType)
           
 void HasNone.prepare(QueryContext context)
           
 boolean HasNone.evaluate(org.outerj.daisy.repository.Document document)
           
 void HasNone.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void Like.prepare(QueryContext context)
           
 boolean Like.evaluate(org.outerj.daisy.repository.Document document)
           
 void Like.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void HasAll.prepare(QueryContext context)
           
 boolean HasAll.evaluate(org.outerj.daisy.repository.Document document)
           
 void HasAll.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void InCollection.prepare(QueryContext context)
           
 boolean InCollection.evaluate(org.outerj.daisy.repository.Document document)
           
 void InCollection.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void CondExpr.prepare(QueryContext context)
           
 boolean CondExpr.evaluate(org.outerj.daisy.repository.Document document)
           
 void CondExpr.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void HasAny.prepare(QueryContext context)
           
 void And.prepare(QueryContext context)
           
 boolean And.evaluate(org.outerj.daisy.repository.Document document)
           
 void And.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void IsLinked.prepare(QueryContext context)
           
 boolean IsLinked.evaluate(org.outerj.daisy.repository.Document document)
           
 void IsLinked.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 void FullTextQuery.prepare(QueryContext context)
           
 void DoesNotHaveVariant.prepare(QueryContext context)
           
 boolean DoesNotHaveVariant.evaluate(org.outerj.daisy.repository.Document document)
           
 void DoesNotHaveVariant.generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 



Copyright © -2005 . All Rights Reserved.