Uses of Interface
adql.search.ISearchHandler
-
Packages that use ISearchHandler Package Description adql.query adql.search -
-
Uses of ISearchHandler in adql.query
Methods in adql.query with parameters of type ISearchHandler Modifier and Type Method Description java.util.Iterator<ADQLObject>ADQLQuery. search(ISearchHandler sHandler)Lets searching ADQL objects into this ADQL query thanks to the given search handler. -
Uses of ISearchHandler in adql.search
Subinterfaces of ISearchHandler in adql.search Modifier and Type Interface Description interfaceIReplaceHandlerDefines an interface for any kind of search/replace handler.Classes in adql.search that implement ISearchHandler Modifier and Type Class Description classRemoveHandlerIn this handler the replacement ADQLObject is always null.classSearchColumnHandlerLets searching allADQLColumnobjects.classSimpleReplaceHandlerLets searching and replacing ADQL objects which match with the condition defined in the functionSimpleSearchHandler.match(ADQLObject).classSimpleSearchHandlerLets searching ADQL objects which match with the condition defined in the functionSimpleSearchHandler.match(ADQLObject).
-