Package adql.search

Class SearchColumnHandler

    • Constructor Detail

      • SearchColumnHandler

        public SearchColumnHandler()
      • SearchColumnHandler

        public SearchColumnHandler​(boolean recursive,
                                   boolean onlyFirstMatch)
      • SearchColumnHandler

        public SearchColumnHandler​(boolean recursive)
    • Method Detail

      • match

        public boolean match​(ADQLObject obj)
        Description copied from class: SimpleSearchHandler
        Only tests whether the given ADQL object checks the search conditions.
        Specified by:
        match in class SimpleSearchHandler
        Parameters:
        obj - The ADQL object to test. (warning: this object may be null !)
        Returns:
        true if the given object checks the search conditions, false otherwise.