| Package | Description |
|---|---|
| adql.query | |
| adql.search |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ADQLObject> |
ADQLQuery.search(ISearchHandler sHandler)
Lets searching ADQL objects into this ADQL query thanks to the given search handler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IReplaceHandler
Defines an interface for any kind of search/replace handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoveHandler
In this handler the replacement ADQLObject is always null.
|
class |
SearchColumnHandler
Lets searching all
ADQLColumn objects. |
class |
SimpleReplaceHandler
Lets searching and replacing ADQL objects which match with the condition defined in the function
SimpleSearchHandler.match(ADQLObject). |
class |
SimpleSearchHandler
Lets searching ADQL objects which match with the condition defined in the function
SimpleSearchHandler.match(ADQLObject). |