Uses of Class
io.github.coho04.mysql.entities.SearchResult
-
Uses of SearchResult in io.github.coho04.mysql.entities
Modifier and TypeMethodDescriptionSearchResults.getAsSearchResults()
Retrieves the search results as a list of SearchResult objects.Row.getData()
Retrieves data from the MySQL database.Retrieves a map of search results based on the specified column and item.Modifier and TypeMethodDescriptionvoid
Row.setExportMap
(HashMap<String, SearchResult> newMap) Sets the export map for the Row.ModifierConstructorDescriptionSearchResults
(List<SearchResult> item) The SearchResults class represents a collection of SearchResult objects.