Class SQLExpression



  • public class SQLExpression
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SQLExpression​(java.lang.String SQLExpression)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean eval​(java.util.Map dr)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SQLExpression

        public SQLExpression​(java.lang.String SQLExpression)
    • Method Detail

      • eval

        public boolean eval​(java.util.Map dr)