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 TypeInterfaceDescriptioninterface
Defines an interface for any kind of search/replace handler.Classes in adql.search that implement ISearchHandlerModifier and TypeClassDescriptionclass
In this handler the replacement ADQLObject is always null.class
Lets searching allADQLColumn
objects.class
Lets searching and replacing ADQL objects which match with the condition defined in the functionSimpleSearchHandler.match(ADQLObject)
.class
Lets searching ADQL objects which match with the condition defined in the functionSimpleSearchHandler.match(ADQLObject)
.