Package adql.db
Interface SearchTableApi
-
- All Known Implementing Classes:
SearchTableList
public interface SearchTableApi
Simple interface about a class which allows to search for a specifiedADQLTable
.- Since:
- 1.4
- Version:
- 1.4 (09/2017)
- Author:
- Grégory Mantelet (ARI)
- See Also:
SearchTableList
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DBTable>
search(ADQLTable table)
-