Class DataRowQueryMatcher


  • public class DataRowQueryMatcher
    extends Object
    • Constructor Detail

      • DataRowQueryMatcher

        public DataRowQueryMatcher()
    • Method Detail

      • matches

        public static Boolean matches​(String statement,
                                      DataRow datarow,
                                      boolean caseSensitive,
                                      boolean trimmed)
                               throws Exception
        Parameters:
        stmt - : the statement, syntax as in a WHERE clause of an SQL statement
        dr - : the DataRow to examine against the query clause
        Returns:
        Boolean if the datarow matches the statement
        Throws:
        Exception