Uses of Class
com.infoengine.sql92.syntax_error

Packages that use syntax_error
com.infoengine.sql92   
 

Uses of syntax_error in com.infoengine.sql92
 

Methods in com.infoengine.sql92 that throw syntax_error
 boolean EvalSQL92.evaluate(Hashtable objects)
          The evaluation function, passing only a hashtable parameter.
 boolean EvalSQL92.evaluate(String parseString, Hashtable objects)
          The evaluation function, passing a String expression and an Hashtable parameter.