Uses of Class
io.github.coho04.mysql.entities.SearchResult
Packages that use SearchResult
-
Uses of SearchResult in io.github.coho04.mysql.entities
Methods in io.github.coho04.mysql.entities that return types with arguments of type SearchResultModifier 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.Method parameters in io.github.coho04.mysql.entities with type arguments of type SearchResultModifier and TypeMethodDescriptionvoidRow.setExportMap(HashMap<String, SearchResult> newMap) Sets the export map for the Row.Constructor parameters in io.github.coho04.mysql.entities with type arguments of type SearchResultModifierConstructorDescriptionSearchResults(List<SearchResult> item) The SearchResults class represents a collection of SearchResult objects.