com.hp.hpl.jena.sparql.util
Class QueryUtils

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.QueryUtils

public class QueryUtils
extends Object


Constructor Summary
QueryUtils()
           
 
Method Summary
static void checkOp(Query query, boolean optimizeAlgebra)
           
static void checkParse(Query query)
           
static void checkQuery(Query query, boolean optimizeAlgebra)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryUtils

public QueryUtils()
Method Detail

checkQuery

public static void checkQuery(Query query,
                              boolean optimizeAlgebra)

checkOp

public static void checkOp(Query query,
                           boolean optimizeAlgebra)

checkParse

public static void checkParse(Query query)


Licenced under the Apache License, Version 2.0