Class StendhalSearchIndexDAO
java.lang.Object
games.stendhal.server.core.engine.db.StendhalSearchIndexDAO
database base access for the searchindex used on the website
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateSearchIndex(DBTransaction transaction, Set<SearchIndexEntry> entries)
dumps the search index
-
Constructor Details
-
StendhalSearchIndexDAO
public StendhalSearchIndexDAO()
-
-
Method Details
-
updateSearchIndex
public void updateSearchIndex(DBTransaction transaction, Set<SearchIndexEntry> entries) throws SQLExceptiondumps the search index- Parameters:
transaction
- DBTransactionentries
- required entries- Throws:
SQLException
- in case of an database error
-