Uses of Interface
adql.search.ISearchHandler
Packages that use ISearchHandler
-
Uses of ISearchHandler in adql.query
Methods in adql.query with parameters of type ISearchHandlerModifier and TypeMethodDescriptionADQLQuery.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.searchModifier and TypeInterfaceDescriptioninterfaceDefines an interface for any kind of search/replace handler.Classes in adql.search that implement ISearchHandlerModifier and TypeClassDescriptionclassIn this handler the replacement ADQLObject is always null.classLets searching allADQLColumnobjects.classLets searching and replacing ADQL objects which match with the condition defined in the functionSimpleSearchHandler.match(ADQLObject).classLets searching ADQL objects which match with the condition defined in the functionSimpleSearchHandler.match(ADQLObject).