Uses of Class
net.didion.jwnl.dictionary.database.Query
Packages that use Query
Package
Description
Classes for acessing dictionary information.
Classes for accessing databases that contain dictionary information.
-
Uses of Query in net.didion.jwnl.dictionary
Fields in net.didion.jwnl.dictionary declared as QueryModifier and TypeFieldDescriptionprivate QueryDatabaseBackedDictionary.DatabaseElementIterator._lemmasConstructors in net.didion.jwnl.dictionary with parameters of type QueryModifierConstructorDescriptionprotectedDatabaseElementIterator(POS pos, Query query) ExceptionIterator(POS pos, Query query) IndexWordIterator(POS pos, Query query) SynsetIterator(POS pos, Query query) -
Uses of Query in net.didion.jwnl.dictionary.database
Methods in net.didion.jwnl.dictionary.database that return QueryModifier and TypeMethodDescriptionprotected QueryDatabaseManagerImpl.createPOSIdQuery(POS pos, int id, String sql) protected QueryDatabaseManagerImpl.createPOSOffsetQuery(POS pos, long offset, String sql) protected QueryDatabaseManagerImpl.createPOSQuery(POS pos, String sql) protected QueryDatabaseManagerImpl.createPOSStringQuery(POS pos, String str, String sql) DatabaseManager.getExceptionQuery(POS pos, String derivation) DatabaseManagerImpl.getExceptionQuery(POS pos, String derivation) DatabaseManager.getExceptionsQuery(POS pos) DatabaseManagerImpl.getExceptionsQuery(POS pos) DatabaseManager.getIndexWordLemmasQuery(POS pos) DatabaseManager.getIndexWordLemmasQuery(POS pos, String substring) DatabaseManagerImpl.getIndexWordLemmasQuery(POS pos) DatabaseManagerImpl.getIndexWordLemmasQuery(POS pos, String substring) DatabaseManager.getIndexWordSynsetsQuery(POS pos, String lemma) DatabaseManagerImpl.getIndexWordSynsetsQuery(POS pos, String lemma) DatabaseManager.getPointerQuery(POS pos, long offset) DatabaseManagerImpl.getPointerQuery(POS pos, long offset) DatabaseManager.getRandomIndexWordQuery(POS pos) DatabaseManagerImpl.getRandomIndexWordQuery(POS pos) DatabaseManager.getSynsetQuery(POS pos, long offset) DatabaseManagerImpl.getSynsetQuery(POS pos, long offset) DatabaseManager.getSynsetsQuery(POS pos) DatabaseManagerImpl.getSynsetsQuery(POS pos) DatabaseManager.getSynsetWordQuery(POS pos, long offset) DatabaseManagerImpl.getSynsetWordQuery(POS pos, long offset) SenseAndUsageDatabaseManager.getSynsetWordQuery(POS pos, long offset) DatabaseManager.getVerbFrameQuery(POS pos, long offset) DatabaseManagerImpl.getVerbFrameQuery(POS pos, long offset)